2003-11-20 19:22:09 +01:00
|
|
|
# Configuration file for a typical tor user
|
2003-10-15 09:19:38 +02:00
|
|
|
|
2003-10-15 09:27:29 +02:00
|
|
|
# List of routers. Tor nodes start out knowing about the directory
|
|
|
|
# servers, and from them they get a list of currently up nodes.
|
2003-10-15 09:19:38 +02:00
|
|
|
RouterFile @CONFDIR@/dirservers
|
|
|
|
|
2003-11-20 19:22:09 +01:00
|
|
|
# Comment out if you don't want to allow applications to connect.
|
2003-10-21 11:49:39 +02:00
|
|
|
SocksPort 9050
|
2003-11-20 19:22:09 +01:00
|
|
|
SocksBindAddress 127.0.0.1 # accept connections only from localhost
|
|
|
|
|
|
|
|
##################### Below is just for servers #####################
|
|
|
|
|
|
|
|
## The directory for keeping all the keys/etc for this server
|
|
|
|
#DataDirectory @LOCALSTATEDIR@/lib/tor
|
|
|
|
|
|
|
|
#Nickname moria # A unique handle for this server
|
|
|
|
#Address moria.seul.org # The fqdn for this server
|
|
|
|
|
|
|
|
#ORPort 9001 # where to listen for cell-speaking connections
|
|
|
|
#ORBindAddress 0.0.0.0 # accept connections from anywhere
|
|
|
|
|
|
|
|
## A comma-separated list of exit policies. They're considered in
|
|
|
|
## order, first match wins.
|
2003-12-14 01:17:44 +01:00
|
|
|
#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 *:*
|
2003-10-15 09:19:38 +02:00
|
|
|
|