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:
KoalaSat
2024-07-07 10:55:16 +00:00
committed by GitHub
parent 26413280bc
commit 207a46c5e6

View File

@ -15,3 +15,12 @@ CookieAuthFile /var/lib/tor/control_auth_cookie
HiddenServiceDir /var/lib/tor/robotest/
HiddenServiceVersion 3
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