diff options
author | Roger Dingledine <arma@torproject.org> | 2005-10-27 02:36:52 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-10-27 02:36:52 +0000 |
commit | cb785f7b42f8108dea0e478e5305e938142d48da (patch) | |
tree | 4c1dc13853ade1a3c5e9e8cc6628886e80f54224 /src/config | |
parent | e594ce92feae78eb9390441c87b6855eb068e62a (diff) | |
download | tor-cb785f7b42f8108dea0e478e5305e938142d48da.tar.gz tor-cb785f7b42f8108dea0e478e5305e938142d48da.zip |
fix a url in the sample torrc
svn:r5324
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/torrc.sample.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 8bbb2deb67..473fd1699c 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -1,5 +1,5 @@ ## Configuration file for a typical Tor user -## Last updated 16 October 2005 for Tor 0.1.1.9-alpha. +## Last updated 26 October 2005 for Tor 0.1.1.9-alpha. ## (May or may not work for older or newer versions of Tor.) # ## See the man page, or http://tor.eff.org/tor-manual.html, for more @@ -83,7 +83,7 @@ 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 -## http://tor.eff.org/doc/tor-doc.html#server for details. +## http://tor.eff.org/cvs/tor/doc/tor-doc-server.html for details. ## Required: A unique handle for this server #Nickname ididnteditheconfig |