mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-06 01:50:14 +00:00
17 lines
517 B
Plaintext
17 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/roboweb/
|
|
HiddenServiceVersion 3
|
|
HiddenServicePort 80 127.0.0.1:80 |