[or-cvs] doc patches submitted by jason holt
Roger Dingledine
arma at seul.org
Sat Dec 13 22:56:34 UTC 2003
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc
Modified Files:
tor.1.in
Log Message:
doc patches submitted by jason holt
Index: tor.1.in
===================================================================
RCS file: /home/or/cvsroot/doc/tor.1.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tor.1.in 3 Dec 2003 10:44:11 -0000 1.2
+++ tor.1.in 13 Dec 2003 22:56:32 -0000 1.3
@@ -83,7 +83,9 @@
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)
More information about the tor-commits
mailing list