reject 0.0.0.0/8,reject 169.254.0.0/16
[tor.git] / src / config / torrc.in
blob35077af7a248a25b5cf897a35d281ea1c175ca92
1 # Configuration file for a typical tor user
3 # List of routers. Tor nodes start out knowing about the directory
4 # servers, and from them they get a list of currently up nodes.
5 RouterFile @CONFDIR@/dirservers
7 # Comment out if you don't want to allow applications to connect.
8 SocksPort 9050
9 SocksBindAddress 127.0.0.1 # accept connections only from localhost
11 ##################### Below is just for servers #####################
13 ## The directory for keeping all the keys/etc for this server
14 #DataDirectory @LOCALSTATEDIR@/lib/tor
16 #Nickname moria # A unique handle for this server
17 #Address moria.seul.org # The fqdn for this server
19 #ORPort 9001 # where to listen for cell-speaking connections
20 #ORBindAddress 0.0.0.0 # accept connections from anywhere
22 ## A comma-separated list of exit policies. They're considered in
23 ## order, first match wins.
24 #ExitPolicy reject 0.0.0.0/8,reject 169.254.0.0/16,reject 127.0.0.0/8,reject 192.168.0.0/16,reject 10.0.0.0/8,reject 172.16.0.0/12,accept *:20-22,accept *:53,accept *:79-80,accept *:110,accept *:143,accept *:443,accept *:873,accept *:1024-65535,reject *:*