summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-10 00:14:02 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-10 00:14:02 +0000
commitc41c4691663d6691c7be7a29d9314e1b262a8919 (patch)
treec122458297ce40f3ca6c1b3094f28d3c5a73d941
parent00a71ab88254565a347e49add65c8ec9c8709154 (diff)
downloadtor-c41c4691663d6691c7be7a29d9314e1b262a8919.tar.gz
tor-c41c4691663d6691c7be7a29d9314e1b262a8919.zip
don't ship with the default dirservers listed explicitly. leave them
unlisted so we can change the default later. svn:r2762
-rw-r--r--src/config/torrc.sample.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 79a0367429..86e347074e 100644
--- a/src/config/torrc.sample.in
+++ b/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.