]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
manpage fix to stop saying CacheIPv4DNS is on by default
authorRoger Dingledine <arma@torproject.org>
Tue, 8 May 2018 17:13:45 +0000 (13:13 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 8 May 2018 17:13:45 +0000 (13:13 -0400)
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.

changes/bug26052 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/bug26052 b/changes/bug26052
new file mode 100644 (file)
index 0000000..4721933
--- /dev/null
@@ -0,0 +1,6 @@
+  o Minor bugfixes (documentation):
+    - 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.
index 53a8c8fe562291f952ea9a430880b1b64df16a49..f89406180872689cdc369585babb3578ec6a614d 100644 (file)
@@ -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.