diff options
author | Neel Chauhan <neel@neelc.org> | 2020-01-13 14:55:16 -0800 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2020-01-13 14:55:16 -0800 |
commit | 8d288eb3a7738e50a371db63d83ea37f4cfb67fb (patch) | |
tree | b075ab42e3719c7dd3cd47cc80b0981a60965d12 /doc/tor.1.txt | |
parent | 8b46372f264450cb2a8876254c2ba4d0a64eb6dc (diff) | |
download | tor-8d288eb3a7738e50a371db63d83ea37f4cfb67fb.tar.gz tor-8d288eb3a7738e50a371db63d83ea37f4cfb67fb.zip |
Deprecate the ClientAutoIPv6ORPort option
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index e193db2387..d1583c3dc7 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1045,7 +1045,8 @@ The following options are useful only for clients (that is, if If this option is set to 1, Tor clients randomly prefer a node's IPv4 or IPv6 ORPort. The random preference is set every time a node is loaded from a new consensus or bridge config. When this option is set to 1, - **ClientPreferIPv6ORPort** is ignored. (Default: 0) + **ClientPreferIPv6ORPort** is ignored. (Default: 0) (DEPRECATED: This + option is unreliable if a connection isn't reliably dual-stack.) [[ClientBootstrapConsensusAuthorityDownloadInitialDelay]] **ClientBootstrapConsensusAuthorityDownloadInitialDelay** __N__:: Initial delay in seconds for when clients should download consensuses from authorities |