mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-12 13:00:09 +00:00
Use different onions for other services (#14)
* Use different onions for other services * Update torrc * Update torrc * Update torrc * Update torrc
This commit is contained in:
@ -14,4 +14,13 @@ CookieAuthFile /var/lib/tor/control_auth_cookie
|
||||
# Robosats LND Testnet Onion Service
|
||||
HiddenServiceDir /var/lib/tor/robotest/
|
||||
HiddenServiceVersion 3
|
||||
HiddenServicePort 80 127.0.0.1:80
|
||||
HiddenServicePort 80 127.0.0.1:80
|
||||
|
||||
# Robosats Admin Testnet Onion Service
|
||||
HiddenServiceDir /var/lib/tor/robotest-thunderhub/
|
||||
HiddenServiceVersion 3
|
||||
HiddenServicePort 80 127.0.0.1:3000
|
||||
|
||||
HiddenServiceDir /var/lib/tor/robotest-lit/
|
||||
HiddenServiceVersion 3
|
||||
HiddenServicePort 8443 127.0.0.1:8443
|
||||
|
Reference in New Issue
Block a user