mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-01 15:41:50 +00:00
35 lines
980 B
Plaintext
35 lines
980 B
Plaintext
Log notice file /var/log/tor/notices.log
|
|
|
|
## The directory for keeping all the keys/etc. By default, we store
|
|
## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
|
|
DataDirectory /var/lib/tor
|
|
DataDirectoryGroupReadable 1
|
|
|
|
## Enable ControlPort
|
|
ControlPort 9051
|
|
CookieAuthentication 1
|
|
CookieAuthFileGroupReadable 1
|
|
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
|
|
|
|
# Robosats Admin Testnet Onion Service
|
|
HiddenServiceDir /var/lib/tor/robotest-admin/
|
|
HiddenServiceVersion 3
|
|
HiddenServicePort 80 127.0.0.1:80
|
|
|
|
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
|
|
|
|
HiddenServiceDir /var/lib/tor/robotest-lndg/
|
|
HiddenServiceVersion 3
|
|
HiddenServicePort 80 127.0.0.1:8889
|