mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2026-01-01 17:49:17 +00:00
21 lines
627 B
Plaintext
21 lines
627 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
|
|
|
|
## Robosats Testnet Onion Service
|
|
HiddenServiceDir /var/lib/tor/web/
|
|
HiddenServiceVersion 3
|
|
HiddenServicePort 80 nginx:80
|
|
HiddenServicePort 88 nginx:80
|
|
HiddenServicePort 800 nginx:80
|
|
HiddenServicePort 8000 nginx:80
|
|
HiddenServicePort 8888 nginx:80
|
|
|
|
## Enable ControlPort
|
|
ControlPort 9051
|
|
CookieAuthentication 1
|
|
CookieAuthFileGroupReadable 1
|
|
CookieAuthFile /var/lib/tor/control_auth_cookie |