diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-10-19 17:46:06 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-10-19 17:46:06 +0000 |
commit | c7151d8bedc3ef4b79fb1b2d926a97150149166c (patch) | |
tree | 572470d9d01d988cfbe3f7b9a23318df81e723cb /doc | |
parent | 97a0a435114e99e14dafa9f6ee72df644254b460 (diff) | |
download | tor-c7151d8bedc3ef4b79fb1b2d926a97150149166c.tar.gz tor-c7151d8bedc3ef4b79fb1b2d926a97150149166c.zip |
Add "pass" target for RedirectExit, to make it easier to break out of a sequence of rules
svn:r2566
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 9a8159f656..541a5ded95 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -220,13 +220,17 @@ Bind to this port to listen for connections from Tor clients and servers. \fBorbindaddress \fR\fIIP\fP Bind to this address to listen for connections from Tor clients and servers. (Default: 0.0.0.0) .TP -\fBredirectexit \fR\fIpattern address:port\fP +\fBredirectexit \fR\fIpattern target\fP Whenever an outgoing connection tries to connect to one of a given set -of addresses, connect to \fIaddress:port\fP instead. The address +of addresses, connect to \fItarget\fP (an \fIaddress:port\fP pair) instead. +The address pattern is given in the same format as for an exit policy. The address translation applies after exit policies are applied. Multiple \fBredirectexit\fP options can be used: once any one has matched -successfully, no subsequent rules are considered. +successfully, no subsequent rules are considered. You can specify that no +redirection is to be performed on a given set of addresses by using the +special target string "pass", which prevents subsequent rules from being +considered. .SH DIRECTORY SERVER OPTIONS .PP |