From 2aac20ec121c200e80a899f20daf059093aee116 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 5 Feb 2018 18:34:09 -0800 Subject: [PATCH] docs: update sample-lnd.conf with Tor info --- sample-lnd.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/sample-lnd.conf b/sample-lnd.conf index c21e5495..582b9760 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -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