mirror of
https://github.com/RoboSats/robosats-web-host.git
synced 2025-07-17 16:23:19 +00:00
18 lines
517 B
Plaintext
18 lines
517 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/robosats/
|
|
HiddenServiceVersion 3
|
|
HiddenServicePort 80 127.0.0.1:8080
|