From 45adadb7fe6e2f4e67d3f7b794e8059498f50325 Mon Sep 17 00:00:00 2001 From: Sam Korn Date: Sat, 18 Jul 2020 19:15:20 -0400 Subject: [PATCH] Update LND.conf for using tor --- tutorials/nodes/tor.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tutorials/nodes/tor.md b/tutorials/nodes/tor.md index d300792..dfde370 100644 --- a/tutorials/nodes/tor.md +++ b/tutorials/nodes/tor.md @@ -76,11 +76,14 @@ Enable LND to connect to Tor: or update your `lnd.conf`: ```text +[Application Options] +nat=false +listen=localhost + [Tor] tor.active=true tor.v3=true tor.streamisolation=true -listen=localhost ``` **Linux Permissions Issues**