diff options
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 4d562f15ae..0c5fa068a6 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -1,9 +1,5 @@ # 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 - # Replace this with "SocksPort 0" if you don't want clients to connect. SocksPort 9050 SocksBindAddress 127.0.0.1 # accept connections only from localhost @@ -37,6 +33,14 @@ AllowUnverifiedNodes middle,rendezvous # Uncomment this to start the process in the background #RunAsDaemon 1 +# The three trusted directory servers on the current Tor network. The entries +# below are for moria1, moria2, and tor26 respectively. Tor only trusts +# directories signed with one of these three keys, and uses the given addresses +# to conntect to the trusted directory servers. +DirServer 18.244.0.188:9031 FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441 +DirServer 18.244.0.188:9032 719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF +DirServer 62.116.124.106:9030 847B 1F85 0344 D787 6491 A548 92F9 0493 4E4E B85D + ##################### Below is just for servers ##################### ## NOTE: If you enable these, you should consider mailing your |