From 58a86011cc166c124c499a4620c4c4375b837559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Tue, 26 Mar 2019 19:26:46 +0100 Subject: [PATCH] docs: fix broken TOC in Tor docs - Remove TOC entries of removed docs sections - Add hint about complete inbound connection docs section after command examples for inbound connections to prevent people from overseeing the listen=localhost flag --- docs/configuring_tor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring_tor.md b/docs/configuring_tor.md index 3d25fe83..02feb535 100644 --- a/docs/configuring_tor.md +++ b/docs/configuring_tor.md @@ -3,8 +3,6 @@ 2. [Getting Started](#getting-started) 3. [Tor Stream Isolation](#tor-stream-isolation) 4. [Listening for Inbound Connections](#listening-for-inbound-connections) - 1. [v2 Onion Services](#v2-onion-services) - 2. [v3 Onion Services](#v3-onion-services) ## Overview @@ -110,6 +108,8 @@ v2 or v3 onion services: ```shell ⛰ ./lnd --tor.active --tor.v3 ``` +See [Listening for Inbound Connections](#listening-for-inbound-connections) for +more info about allowing inbound connections via Tor. Outbound support only can also be used with: ```shell