mirror of https://github.com/lukechilds/umbrel.git
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.
29 lines
856 B
29 lines
856 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>
|
|
|
|
# Bitcoin Core RPC Hidden Service
|
|
HiddenServiceDir /var/lib/tor/bitcoin-rpc
|
|
HiddenServicePort <bitcoin-rpc-port> 10.11.1.1:<bitcoin-rpc-port>
|
|
|
|
# Electrum Hidden Service
|
|
HiddenServiceDir /var/lib/tor/electrum
|
|
HiddenServicePort 50001 10.11.4.0:50001
|
|
|
|
# LND REST Hidden Service
|
|
HiddenServiceDir /var/lib/tor/lnd-rest
|
|
HiddenServicePort 8080 10.11.1.2:8080
|
|
|
|
# LND gRPC Hidden Service
|
|
HiddenServiceDir /var/lib/tor/lnd-grpc
|
|
HiddenServicePort 10009 10.11.1.2:10009
|
|
|
|
HashedControlPassword <password>
|
|
|