From 5118282aa32f464c9ab2d21c47b42225cd4d1caf Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Fri, 21 May 2021 16:58:18 +0200 Subject: [PATCH] options: deprecate v2 mode for autotor Changelog-Deprecated: Changelog-Deprecated: lightningd: `enable-autotor-v2-mode` option. Use v3. See https://blog.torproject.org/v2-deprecation-timeline. Signed-off-by: Antoine Poinsot --- doc/lightningd-config.5 | 6 +----- doc/lightningd-config.5.md | 3 --- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/lightningd-config.5 b/doc/lightningd-config.5 index 552ffb18862d..c86991a259a4 100644 --- a/doc/lightningd-config.5 +++ b/doc/lightningd-config.5 @@ -505,10 +505,6 @@ all DNS lookups, to avoid leaking information\. 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 authenticate to the Tor control port\. @@ -632,4 +628,4 @@ Main web site: \fIhttps://github.com/ElementsProject/lightning\fR Note: the modules in the ccan/ directory have their own licenses, but the rest of the code is covered by the BSD-style MIT license\. -\" SHA256STAMP:1cbbdff8f2b7ba54d6912c54a731357fcf37b87c053a528d546f3ffbfccd1216 +\" SHA256STAMP:0010662a69870c935bdd6d701a254bfc116435797bbe026d8ca0c0de078c6492 diff --git a/doc/lightningd-config.5.md b/doc/lightningd-config.5.md index 0767e7d8a184..652f5b8f7fb5 100644 --- a/doc/lightningd-config.5.md +++ b/doc/lightningd-config.5.md @@ -414,9 +414,6 @@ 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.