diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-07 09:51:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-15 12:09:33 -0400 |
commit | f02fd6c3af71141241137403d070d72310cbfd82 (patch) | |
tree | 63c2cc015d590aabf08ac20569e496985208ce11 /doc | |
parent | 8421756da3fc3cc116d17fe96b50384c0d79af8b (diff) | |
download | tor-f02fd6c3af71141241137403d070d72310cbfd82.tar.gz tor-f02fd6c3af71141241137403d070d72310cbfd82.zip |
Remove AllowDotExit.
It's been deprecated since 0.2.9.2-alpha. Closes ticket 23426.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index aec1767059..7b67ab9ad1 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -924,7 +924,7 @@ The following options are useful only for clients (that is, if The ExcludeNodes option overrides this option: any node listed in both ExitNodes and ExcludeNodes is treated as excluded. + + - The .exit address notation, if enabled via AllowDotExit, overrides + The .exit address notation, if enabled via MapAddress, overrides this option. [[EntryNodes]] **EntryNodes** __node__,__node__,__...__:: @@ -1328,12 +1328,6 @@ The following options are useful only for clients (that is, if resolved. This helps trap accidental attempts to resolve URLs and so on. (Default: 0) -[[AllowDotExit]] **AllowDotExit** **0**|**1**:: - If enabled, we convert "www.google.com.foo.exit" addresses on the - SocksPort/TransPort/NATDPort into "www.google.com" addresses that exit from - the node "foo". Disabled by default since attacking websites and exit - relays can use it to manipulate your path selection. (Default: 0) - [[HTTPTunnelPort]] **HTTPTunnelPort** \['address':]__port__|**auto** [_isolation flags_]:: Open this port to listen for proxy connections using the "HTTP CONNECT" protocol instead of SOCKS. Set this to 0 |