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

20 lines
572 B
Plaintext

# tor daemon configuration based on
# https://gitlab.torproject.org/tpo/core/tor/-/blob/main/src/config/torrc.sample.in
#
# NOTE: this file is auto-updated by nakamochi sysupdates
# https://github.com/nakamochi/sysupdates
User tor
Log notice syslog
DataDirectory /ssd/tor
# bitcoin P2P service over tor
HiddenServiceDir /ssd/tor/bitcoind/
HiddenServicePort 8333 127.0.0.1:8334
# lnd lightning P2P, RPC and REST over tor
HiddenServiceDir /ssd/tor/lnd/
HiddenServicePort 9735 127.0.0.1:9735
HiddenServicePort 10009 127.0.0.1:10009
HiddenServicePort 10010 127.0.0.1:10010