docs: update sample-lnd.conf with Tor info

This commit is contained in:
Olaoluwa Osuntokun 2018-02-05 18:34:09 -08:00
parent abcf822bf9
commit 2aac20ec12
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
1 changed files with 17 additions and 0 deletions

View File

@ -261,3 +261,20 @@ litecoin.node=btcd
; within the wallet should be used to automatically establish channels. The total
; amount of attempted channels will still respect the maxchannels param.
; autopilot.allocation=0.6
[tor]
; The port that Tor's exposed SOCKS5 proxy is listening on. Using Tor allows
; outbound-only connections (listening will be disabled) -- NOTE port must be
; between 1024 and 65535
; tor.socks=9050
; The DNS server as IP:PORT that Tor will use for SRV queries - NOTE must have
; TCP resolution enabled. The current active DNS sever for Testnet listening is
; nodes.lightning.directory
; tor.dns=nodes.lightning.directory
; Enable Tor stream isolation by randomizing user credentials for each
; connection. With this mode active, each connection will use a new circuit.
; This means that multiple applications (other than lnd) using Tor won't be mixed
; in with lnd's traffic.
; tor.streamisolation=1