diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-19 02:47:44 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-19 02:47:44 -0500 |
commit | 2b1119db77e84e4b4f27649e72b5f968ba01bedd (patch) | |
tree | 5ffe44de20fafd26b69cc918643416c436fac680 /doc | |
parent | 785827606643d0bfdeba22dc73266c311456b87c (diff) | |
download | tor-2b1119db77e84e4b4f27649e72b5f968ba01bedd.tar tor-2b1119db77e84e4b4f27649e72b5f968ba01bedd.tar.gz |
Document (on man page) which DNS record types Tor knows.
Fixes bug 7876
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 0b3b94d70..75bca7937 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -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) |