Browse Source

don't ship with the default dirservers listed explicitly. leave them
unlisted so we can change the default later.


svn:r2762

Roger Dingledine 19 years ago
parent
commit
c41c469166
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/config/torrc.sample.in

+ 8 - 8
src/config/torrc.sample.in

@@ -34,14 +34,14 @@ AllowUnverifiedNodes middle,rendezvous
 # --runasdaemon 1 on the command line.
 #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 connect 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.114:80 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
+# Tor only trusts directories signed with one of these keys, and
+# uses the given addresses to connect to the trusted directory
+# servers. If no DirServer lines are specified, Tor uses the built-in
+# defaults (moria1, moria2, tor26), so you can leave this alone unless
+# you need to change it.
+#DirServer 18.244.0.188:9031 FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441
+#DirServer 18.244.0.114:80 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
 
 # The directory for keeping all the keys/etc. By default, we store
 # things in $HOME/.tor on Unix, and in Application Data\tor on Windows.