[or-cvs] include the default exit policy in the man page

Roger Dingledine arma at seul.org
Wed Jun 23 01:49:12 UTC 2004


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc

Modified Files:
	tor.1.in 
Log Message:
include the default exit policy in the man page


Index: tor.1.in
===================================================================
RCS file: /home/or/cvsroot/doc/tor.1.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- tor.1.in	7 Jun 2004 19:09:05 -0000	1.11
+++ tor.1.in	23 Jun 2004 01:49:10 -0000	1.12
@@ -109,7 +109,32 @@
 reject any traffic destined for localhost and any 192.168.1.* address, but
 accept anything else.
 
-This directive can be specified multiple times so you don't have to put it all on one line.
+This directive can be specified multiple times so you don't have to put
+it all on one line.
+
+See RFC 3330 for more details about internal and reserved IP address
+space. The default exit policy is:
+.PD 0
+.RS 12
+.IP "reject 0.0.0.0/8" 0
+.IP "reject 169.254.0.0/16" 4
+.IP "reject 127.0.0.0/8"
+.IP "reject 192.168.0.0/16"
+.IP "reject 10.0.0.0/8"
+.IP "reject 172.16.0.0/12"
+.IP "accept *:20-22"
+.IP "accept *:53"
+.IP "accept *:79-81"
+.IP "accept *:110"
+.IP "accept *:143"
+.IP "accept *:443"
+.IP "accept *:873"
+.IP "accept *:993"
+.IP "accept *:995" 4
+.IP "accept *:1024-65535"
+.IP "reject *:*"
+.RE
+.PD
 .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