diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-15 03:00:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-15 03:00:00 +0000 |
commit | b7a88ebd15ed59f8e489b7e7fd54bd03ccd1344f (patch) | |
tree | 33e7b81cffb232bb2e77fc8d4fbab4b1102ccaf5 /src/config | |
parent | 0be555624331046dac36d1e95c77c0ce7e2ad280 (diff) | |
download | tor-b7a88ebd15ed59f8e489b7e7fd54bd03ccd1344f.tar.gz tor-b7a88ebd15ed59f8e489b7e7fd54bd03ccd1344f.zip |
fix url in comment in torrc
svn:r4225
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/torrc.sample.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index c01be5e4b3..d876c8a460 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -83,7 +83,8 @@ AllowUnverifiedNodes middle,rendezvous ## NOTE: If you enable these, you should consider mailing your identity ## key fingerprint to the tor-ops, so we can add you to the list of -## servers that clients will trust. See the README for details. +## servers that clients will trust. See +## http://tor.eff.org/doc/tor-doc.html#server for details. ## Required: A unique handle for this server #Nickname ididnteditheconfig |