[or-cvs] Add "pass" target for RedirectExit, to make it easier to br...
Nick Mathewson
nickm at seul.org
Tue Oct 19 17:46:08 UTC 2004
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv402/doc
Modified Files:
tor.1.in
Log Message:
Add "pass" target for RedirectExit, to make it easier to break out of a sequence of rules
Index: tor.1.in
===================================================================
RCS file: /home/or/cvsroot/doc/tor.1.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- tor.1.in 17 Oct 2004 03:33:51 -0000 1.23
+++ tor.1.in 19 Oct 2004 17:46:06 -0000 1.24
@@ -220,13 +220,17 @@
\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
More information about the tor-commits
mailing list