]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes entry for disabling cache usage by default
authorNick Mathewson <nickm@torproject.org>
Sun, 25 Nov 2012 21:45:24 +0000 (16:45 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Dec 2012 19:50:05 +0000 (14:50 -0500)
changes/prop205-simplified

index c764fea8efc7d6bb8b228a4fa983740bc9f8c423..25d204d59872f04acfad24aba4f03064f8e5fcd1 100644 (file)
@@ -1,4 +1,4 @@
-  o Major features:
+  o Major features (client-side DNS):
 
     - The updating and usage of DNS cache is now configurable on a
       per- client-port level. SOCKSPort, DNSPort, etc lines may now
       linkability risk, since all traffic on a circuits is already
       linkable, but it would also provide little performance benefit:
       the exit node caches DNS replies too. Implements a simplified
-      version of Proposal 205.
+      version of Proposal 205. Implements ticket #7570.
 
+  o Disabled features:
 
+    - Client-side use of the DNS cache is now off by default.  See "Major
+      features (client-side DNS)" for more information. Implements a
+      simplified version of Proposal 205. Implements ticket #7570.