diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-11 16:02:39 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-11 16:02:39 +0000 |
commit | c1b5f53679af75a98b46f4dc7dc0f356de8ddb73 (patch) | |
tree | f95a49ccd92e7d104f4e764c0a5c41a8d5dbb68a /doc/tor.1.in | |
parent | 3dfeaaaf6ef977bb833672c6cce15aa71838aae0 (diff) | |
download | tor-c1b5f53679af75a98b46f4dc7dc0f356de8ddb73.tar.gz tor-c1b5f53679af75a98b46f4dc7dc0f356de8ddb73.zip |
r11938@Kushana: nickm | 2007-01-11 11:02:28 -0500
Check addresses for rfc953-saneness at exit too, and give a PROTOCOL_WARN when they fail. Also provide a mechanism to override this, so blossom can have its @@##$$^.whatever.exit hostnames if it wants.
svn:r9336
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 21fd64be8a..18e6dfd871 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -501,7 +501,7 @@ When a controller asks for a virtual (unused) address with the .LP .TP \fBAllowNonRFC953Hostnames \fR\fB0\fR|\fB1\fR\fP -When this option is enabled, Tor blocks hostnames containing illegal +When this option is disabled, Tor blocks hostnames containing illegal characters (like @ and :) rather than sending them to an exit node to be resolved. This helps trap accidental attempts to resolve URLs and so on. (Default: 0) @@ -717,6 +717,12 @@ addresses aren't getting redirected. If they are, then our DNS is completely useless, and we'll reset our exit policy to "reject *:*". (Defaults to "www.google.com, www.mit.edu, www.yahoo.com, www.slashdot.org".) +\fBServerDNSAllowNonRFC953Hostnames \fR\fB0\fR|\fB1\fR\fP +When this option is disabled, Tor does not try to resolve hostnames +containing illegal characters (like @ and :) rather than sending them to an +exit node to be resolved. This helps trap accidental attempts to resolve +URLs and so on. +(Default: 0) .SH DIRECTORY SERVER OPTIONS .PP |