aboutsummaryrefslogtreecommitdiff
path: root/src/config/torrc.in
blob: 183b091b80900ec500e515ea1358071965db9d6d (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Configuration file for a typical tor user

# List of routers. Tor nodes start out knowing about the directory
# servers, and from them they get a list of currently up nodes.
RouterFile @CONFDIR@/dirservers

# Comment out if you don't want to allow applications to connect.
SocksPort 9050
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. Define this if you
## want to *augment* the default exit policy.
## These entries are considered before the default exit policy.
#ExitPolicyPrepend accept 18.244.0.188:25

## A comma-separated list of exit policies. Define this if you
## want to *replace* the default exit policy.
## They're considered in order, first match wins.
#ExitPolicy reject *:*