You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
503 B

# Bind only to "10.11.5.1" which is the tor IP within the container
SocksPort 10.11.5.1:29050
ControlPort 10.11.5.1:29051
# Dashboard Hidden Service
HiddenServiceDir /var/lib/tor/web
HiddenServicePort 80 10.11.0.2:80
# Bitcoin Core P2P Hidden Service
HiddenServiceDir /var/lib/tor/bitcoin-p2p
HiddenServicePort <bitcoin-p2p-port> 10.11.1.1:<bitcoin-p2p-port>
# Electrum Hidden Service
HiddenServiceDir /var/lib/tor/electrum
HiddenServicePort 50001 10.11.4.0:50001
HashedControlPassword <password>