[tor-commits] [stem/master] Cache AddressDisableIPv6 option
atagar at torproject.org
atagar at torproject.org
Wed Jul 22 01:51:23 UTC 2020
commit 452c96a1b1be09e38a50c25be29ca25f69abdf3d
Author: Damian Johnson <atagar at torproject.org>
Date: Tue Jul 21 15:53:41 2020 -0700
Cache AddressDisableIPv6 option
We just re-cached manual data a couple days ago but tor added a new option...
https://gitweb.torproject.org/tor.git/commit/?id=c3d113a
Since I'm in the middle of fixing our ONLINE test target might as well include
this addition.
---
stem/cached_manual.sqlite | Bin 253952 -> 253952 bytes
stem/settings.cfg | 1 +
2 files changed, 1 insertion(+)
diff --git a/stem/cached_manual.sqlite b/stem/cached_manual.sqlite
index 809512fe..944c6722 100644
Binary files a/stem/cached_manual.sqlite and b/stem/cached_manual.sqlite differ
diff --git a/stem/settings.cfg b/stem/settings.cfg
index b82abed8..3c739394 100644
--- a/stem/settings.cfg
+++ b/stem/settings.cfg
@@ -224,6 +224,7 @@ manual.summary.DormantCanceledByStartup Disable dormant mode when tor's restarte
# Server Config Options
manual.summary.Address Overwrites address others will use to reach this relay
+manual.summary.AddressDisableIPv6 Skip attempt to discover an IPv6 ORPort
manual.summary.AssumeReachable Skips reachability test at startup
manual.summary.AssumeReachableIPv6 Skip IPv6 reachability test at startup
manual.summary.BridgeRelay Act as a bridge
More information about the tor-commits
mailing list