diff --git a/doc/lightningd-config.5 b/doc/lightningd-config.5 index 161c8cdba..b87ed245f 100644 --- a/doc/lightningd-config.5 +++ b/doc/lightningd-config.5 @@ -374,10 +374,11 @@ Always use the \fBproxy\fR, even to connect to normal IP addresses (you can still connect to Unix domain sockets manually)\. This also disables all DNS lookups, to avoid leaking information\. - \fBdisable-dns\fR Disable the DNS bootstrapping mechanism to find a node by its node ID\. + \fBenable-autotor-v2-mode\fR +Try to get a v2 onion address from the Tor service call, default is v3\. \fBtor-service-password\fR=\fIPASSWORD\fR Set a Tor control password, which may be needed for \fIautotor:\fR to diff --git a/doc/lightningd-config.5.md b/doc/lightningd-config.5.md index 7b341fbe3..68033b6cf 100644 --- a/doc/lightningd-config.5.md +++ b/doc/lightningd-config.5.md @@ -313,6 +313,9 @@ all DNS lookups, to avoid leaking information. **disable-dns** Disable the DNS bootstrapping mechanism to find a node by its node ID. + **enable-autotor-v2-mode** +Try to get a v2 onion address from the Tor service call, default is v3. + **tor-service-password**=*PASSWORD* Set a Tor control password, which may be needed for *autotor:* to authenticate to the Tor control port.