don't ship with the default dirservers listed explicitly. leave them
[tor.git] / src / config / torrc.sample.in
blob86e347074e0d3b84dc4a62747ee3fb2893c14ec0
1 # Configuration file for a typical tor user
3 # Replace this with "SocksPort 0" if you don't want clients to connect.
4 SocksPort 9050 # what port to advertise for application connections
5 SocksBindAddress 127.0.0.1 # accept connections only from localhost
6 #SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port
8 # Entry policies to allow/deny SOCKS requests based on IP address.
9 # First entry that matches wins. If no SocksPolicy is set, we accept
10 # all (and only) requests from SocksBindAddress.
12 #SocksPolicy accept 192.168.0.1/16
13 #SocksPolicy reject *
15 # Allow no-name routers (ones that the dirserver operators don't
16 # know anything about) in only these positions in your circuits.
17 # Other choices (not advised) are entry,exit,introduction.
18 AllowUnverifiedNodes middle,rendezvous
20 # Logs go to stdout unless redirected by something else, like one of
21 # the below lines, or --logfile on the command line.
22 ### Send all messages of level 'warn' or higher to @LOCALSTATEDIR@/log/tor/warnings
23 #Log warn file @LOCALSTATEDIR@/log/tor/warnings
24 ### Send all debug and info messages to @LOCALSTATEDIR@/log/tor/debug
25 #Log debug-info file @LOCALSTATEDIR@/log/tor/debug
26 ### Send all debug messages ONLY to @LOCALSTATEDIR@/log/tor/debug
27 #Log debug-debug file @LOCALSTATEDIR@/log/tor/debug
28 ### To use the system log instead of Tor's logfiles, uncomment these lines:
29 #Log notice syslog
30 ### To send all messages to stderr:
31 #Log debug-err stderr
33 # Uncomment this to start the process in the background... or use
34 # --runasdaemon 1 on the command line.
35 #RunAsDaemon 1
37 # Tor only trusts directories signed with one of these keys, and
38 # uses the given addresses to connect to the trusted directory
39 # servers. If no DirServer lines are specified, Tor uses the built-in
40 # defaults (moria1, moria2, tor26), so you can leave this alone unless
41 # you need to change it.
42 #DirServer 18.244.0.188:9031 FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441
43 #DirServer 18.244.0.114:80 719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF
44 #DirServer 62.116.124.106:9030 847B 1F85 0344 D787 6491 A548 92F9 0493 4E4E B85D
46 # The directory for keeping all the keys/etc. By default, we store
47 # things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
48 #DataDirectory @LOCALSTATEDIR@/lib/tor
50 ##################### Below is just for servers #####################
52 ## NOTE: If you enable these, you should consider mailing your
53 ## identity key fingerprint to the tor-ops, so we can verify
54 ## your configuration. See the README for details.
56 #Nickname ididnteditheconfig       # A unique handle for this server
57 #Address noname.example.com        # The IP or fqdn for this server
58 #ContactInfo 1234D/FFFFFFFF Random Person <nobody@example.com>
60 #ORPort 9001 # what port to advertise for tor connections
61 # If you want to listen on a port other than the one advertised
62 # in ORPort, uncomment the line below. You'll need to do ipchains
63 # or other port forwarding yourself to make this work.
64 #ORBindAddress 0.0.0.0:9090
66 # Uncomment this to mirror the directory for others (please do)
67 #DirPort 9030 # what port to advertise for directory connections
68 # If you want to listen on a port other than the one advertised
69 # in DirPort, uncomment the line below. You'll need to do ipchains
70 # or other port forwarding yourself to make this work.
71 #DirBindAddress 0.0.0.0:9091
73 ## A comma-separated list of exit policies. They're considered first
74 ## to last, and the first match wins. If you want to *replace*
75 ## the default exit policy, end this with either a reject *:* or an
76 ## accept *:*. Otherwise, you're *augmenting* (prepending to) the
77 ## default exit policy. Leave commented to just use the default.
78 #ExitPolicy accept *:6660-6667
79 #ExitPolicy reject 192.168.0.1:*
80 #ExitPolicy reject *:*
82 ##################### Below is just for location-hidden services ###
84 ## Look in .../hidden_service/hostname for the url to tell people.
85 ## HiddenServicePort x y:z says to redirect a port x request from the
86 ## client to y:z.
88 #HiddenServiceDir @LOCALSTATEDIR@/lib/tor/hidden_service/
89 #HiddenServicePort 80 127.0.0.1:80
91 #HiddenServiceDir @LOCALSTATEDIR@/lib/tor/other_hidden_service/
92 #HiddenServicePort 80 127.0.0.1:80
93 #HiddenServicePort 22 127.0.0.1:22
94 #HiddenServiceNodes moria1,moria2
95 #HiddenServiceExcludeNodes bad,otherbad