diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-02-25 20:47:25 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-02-25 20:47:25 +0000 |
commit | ea668225c020a9f33bfe8f741d52f5e550acb399 (patch) | |
tree | 209ff88482039c6544092acbcebe4b91bda93be7 | |
parent | fa92e5486b853326cf7a7c9233a02567f39c4afe (diff) | |
download | tor-ea668225c020a9f33bfe8f741d52f5e550acb399.tar tor-ea668225c020a9f33bfe8f741d52f5e550acb399.tar.gz |
document changed option name
svn:r3698
-rw-r--r-- | doc/tor.1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index c2532a7ea..f2a730932 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -129,8 +129,8 @@ uploaded whenever it changes. (Default: 20 minutes.) .PP The following options are useful only for clients (that is, if \fBSOCKSPort\fP is non-zero): .TP -\fBAddressMap\fR \fIaddress\fR \fInewaddress\fR -When a request for address arrives to Tor, it will rewrite it to newaddress before processing it. For example, if you always want connections to www.indymedia.org to exit via yourtorserver, use "AddressMap www.indymedia.org www.indymedia.org.yourtorserver.exit". +\fBMapAddress\fR \fIaddress\fR \fInewaddress\fR +When a request for address arrives to Tor, it will rewrite it to newaddress before processing it. For example, if you always want connections to www.indymedia.org to exit via yourtorserver, use "MapAddress www.indymedia.org www.indymedia.org.yourtorserver.exit". .TP \fBAllowUnverifiedNodes\fR \fBentry\fR|\fBexit\fR|\fBmiddle\fR|\fBintroduction\fR|\fBrendezvous\fR|...\fP Where on our circuits should we allow Tor servers that the directory |