diff options
author | Roger Dingledine <arma@torproject.org> | 2009-08-07 19:26:41 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-08-07 19:26:41 -0400 |
commit | 3e4379c2e73bf458cf60c63df44a8d0ec761568c (patch) | |
tree | 677787848283bef51a3d75df0cd4430111049b6d /doc | |
parent | 8196130f245ea4ccd893ad9b146a63f3fa5e68c1 (diff) | |
download | tor-3e4379c2e73bf458cf60c63df44a8d0ec761568c.tar.gz tor-3e4379c2e73bf458cf60c63df44a8d0ec761568c.zip |
Disable .exit notation unless AllowDotExit is 1.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index b6e22310f2..fa383ccba6 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -690,6 +690,13 @@ resolved. This helps trap accidental attempts to resolve URLs and so on. (Default: 0) .LP .TP +\fBAllowDotOnion \fR\fB0\fR|\fB1\fR\fP +If enabled, we convert "www.google.com.foo.exit" addresses on the +SocksPort/TransPort/NatdPort into "www.google.com" addresses that exit +from the node "foo". Disabled by default since attacking websites and +exit relays can use it to manipulate your path selection. (Default: 0) +.LP +.TP \fBFastFirstHopPK \fR\fB0\fR|\fB1\fR\fP When this option is disabled, Tor uses the public key step for the first hop of creating circuits. Skipping it is generally safe since we have |