diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config/torrc.sample.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 0c5fa068a6..b86a9aa537 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -33,10 +33,11 @@ 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. +# 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.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 |