summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-12-13 22:56:32 +0000
committerRoger Dingledine <arma@torproject.org>2003-12-13 22:56:32 +0000
commit325935b1c63de1874d8b7d7669fe543e26441b4a (patch)
treeb12bcd9794b3fab67c1466f5c6f1e6e13a5a8371 /doc
parent10548ae9ecc1e757a40aa79f761dbc4a19ed6034 (diff)
downloadtor-325935b1c63de1874d8b7d7669fe543e26441b4a.tar.gz
tor-325935b1c63de1874d8b7d7669fe543e26441b4a.zip
doc patches submitted by jason holt
svn:r909
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in
index c9823df769..605f3cf146 100644
--- a/doc/tor.1.in
+++ b/doc/tor.1.in
@@ -83,7 +83,9 @@ The fqdn of this server (e.g. moria.mit.edu).
Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor)
.TP
\fBexitpolicy \fR\fIpolicy,policy,...\fP
-Set an exit policy for this server. Each policy is of the form "reject 127.0.0.1:*". Also handles masks and bits.
+Set an exit policy for this server. Each policy is of the form "reject ADDR/MASK:PORT". For exam
+ple, "reject 127.0.0.1:*,reject 192.168.1.0/24:*,accept *:*" would reject any traffic destined fo
+r localhost and any 192.168.1.* address, but accept anything else.
.TP
\fBmaxonionspending \fR\fINUM\fP
If you have more than this number of onionskins queued for decrypt, reject new ones. (Default: 100)