diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-23 20:44:22 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-23 20:44:22 +0000 |
commit | ebf6476e8e5e7c77ca0efa17656511cd8cda364f (patch) | |
tree | 81b2969ae15d0e30b7eb68922745bc2cca30f8c6 /src/config/torrc.sample.in | |
parent | 18a0a0e458801616d939ba5828df93f8c6e35436 (diff) | |
download | tor-ebf6476e8e5e7c77ca0efa17656511cd8cda364f.tar.gz tor-ebf6476e8e5e7c77ca0efa17656511cd8cda364f.zip |
Provide dire warnings to any users who set DirServer; move it out of torrc.sample and into torrc.complete.
svn:r5132
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 0a25d833ae..cac24b667b 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -54,15 +54,6 @@ AllowUnverifiedNodes middle,rendezvous ## see the FAQ entry if you want Tor to run as an NT service. #RunAsDaemon 1 -## 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 86.59.5.130:80 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. #DataDirectory @LOCALSTATEDIR@/lib/tor |