diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-17 23:02:04 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-17 23:02:04 +0000 |
commit | 7d92053286a63aadfbc67631cc13696f19f57557 (patch) | |
tree | 0e28811e18fbdb7afe3af451129927ea847902e9 /doc | |
parent | 6693f3253097326abe3a57469690330cd73d2456 (diff) | |
download | tor-7d92053286a63aadfbc67631cc13696f19f57557.tar.gz tor-7d92053286a63aadfbc67631cc13696f19f57557.zip |
Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha
svn:r17663
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 76c8b47c8b..bb57379dae 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -917,20 +917,6 @@ to all directory authorities of the type(s) specified. The value "1" is treated as a synonym for the default, which is currently "v2,v3". .LP .TP -\fBRedirectExit \fR\fIpattern target\fP -THIS OPTION IS DEPRECATED. It will go away in a future version of Tor. -Whenever an outgoing connection tries to connect to one of a given set -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. 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. -.LP -.TP \fBShutdownWaitLength\fR \fINUM\fP When we get a SIGINT and we're a server, we begin shutting down: we close listeners and start refusing new circuits. After \fBNUM\fP seconds, |