]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Document (on man page) which DNS record types Tor knows.
authorNick Mathewson <nickm@torproject.org>
Tue, 19 Feb 2013 07:47:44 +0000 (02:47 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 19 Feb 2013 07:47:44 +0000 (02:47 -0500)
Fixes bug 7876

doc/tor.1.txt

index 0b3b94d70caa6082e05eb91ab801c8f25a5e7c1d..75bca7937844b54a276559d4312ecd1260e6e697 100644 (file)
@@ -1159,7 +1159,9 @@ The following options are useful only for clients (that is, if
 
 **DNSPort** \['address':]__port__|**auto** [_isolation flags_]::
     If non-zero, open this port to listen for UDP DNS requests, and resolve
-    them anonymously.  Set the port to "auto" to have Tor pick a port for
+    them anonymously.  This port only handles A, AAAA, and PTR requests---it
+    doesn't handle arbitrary DNS request types. Set the port to "auto" to
+    have Tor pick a port for
     you. This directive can be specified multiple times to bind to multiple
     addresses/ports. See SOCKSPort for an explanation of isolation
     flags. (Default: 0)