diff options
author | Roger Dingledine <arma@torproject.org> | 2018-05-08 13:13:45 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2018-05-08 13:13:45 -0400 |
commit | b979415e8bf4c33e6d540c780edeeb40bce5e512 (patch) | |
tree | 962398d343c4237cd1d89bedd44d4bf7f53a6b54 /doc | |
parent | 46002aa69114d84ea244558baeef5d07f389d9fc (diff) | |
download | tor-b979415e8bf4c33e6d540c780edeeb40bce5e512.tar.gz tor-b979415e8bf4c33e6d540c780edeeb40bce5e512.zip |
manpage fix to stop saying CacheIPv4DNS is on by default
Stop saying in the manual that clients cache ipv4 dns answers from exit
relays. We haven't used them since 0.2.6.3-alpha, and in ticket 24050
we stopped even caching them as of 0.3.2.6-alpha, but we forgot to say
so in the man page.
Fixes bug 26052; bugfix on 0.3.2.6-alpha.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 53a8c8fe56..f894061808 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1237,7 +1237,7 @@ The following options are useful only for clients (that is, if flag is not supported. **CacheIPv4DNS**;; Tells the client to remember IPv4 DNS answers we receive from exit - nodes via this connection. (On by default.) + nodes via this connection. **CacheIPv6DNS**;; Tells the client to remember IPv6 DNS answers we receive from exit nodes via this connection. |