diff options
author | Thomas Sjögren <thomas@northernsecurity.net> | 2005-04-28 00:03:34 +0000 |
---|---|---|
committer | Thomas Sjögren <thomas@northernsecurity.net> | 2005-04-28 00:03:34 +0000 |
commit | 4e7e2cfad50e4742dd89e35a9d5e04442b993c67 (patch) | |
tree | 3d0d94e4d3e7ceb345addefaa6ab25e553848160 | |
parent | d279b1738c34da6b16b0b72572fe709463b500d2 (diff) | |
download | tor-4e7e2cfad50e4742dd89e35a9d5e04442b993c67.tar.gz tor-4e7e2cfad50e4742dd89e35a9d5e04442b993c67.zip |
TrackHostExists should be a comma-seperated list
svn:r4148
-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 07e8c4441a..8cb99bf075 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -1,4 +1,4 @@ -.TH TOR 1 "March 2005" "TOR" +.TH TOR 1 "April 2005" "TOR" .SH NAME tor \- The second-generation onion router .SH SYNOPSIS @@ -225,7 +225,7 @@ Bind to this address to listen for connections from SOCKS-speaking applications. \fBSOCKSPolicy \fR\fIpolicy\fR,\fIpolicy\fR,\fI...\fP Set an entrance policy for this server, to limit who can connect to the SOCKS ports. The policies have the same form as exit policies below. .TP -\fBTrackHostExits \fR\fIhost\fR|\fI.domain\fR|\fI.\fR\fP +\fBTrackHostExits \fR\fIhost\fR,\fI.domain\fR,\fI...\fR\fP For each value in the comma separated list, Tor will track recent connections to hosts that match this value and attempt to reuse the same exit node for each. If the value is prepended with a '.', it is |