mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-16 06:47:19 +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:
@ -15,3 +15,12 @@ CookieAuthFile /var/lib/tor/control_auth_cookie
|
|||||||
HiddenServiceDir /var/lib/tor/robotest/
|
HiddenServiceDir /var/lib/tor/robotest/
|
||||||
HiddenServiceVersion 3
|
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