diff options
author | Roger Dingledine <arma@torproject.org> | 2005-06-06 15:57:53 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-06-06 15:57:53 +0000 |
commit | 7c8d5c31784fcb7242c2bfd573e0780fe7bfcf98 (patch) | |
tree | b662060761fd3ac9179419a348103515333773ee /src/config/torrc.sample.in | |
parent | bb64b9534bd114ad528153f7ad3a87d580c718fc (diff) | |
download | tor-7c8d5c31784fcb7242c2bfd573e0780fe7bfcf98.tar.gz tor-7c8d5c31784fcb7242c2bfd573e0780fe7bfcf98.zip |
correct some instructions in the sample torrc
svn:r4314
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 29627ba0e1..41b4aab9fb 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -91,7 +91,7 @@ AllowUnverifiedNodes middle,rendezvous ## Required: A unique handle for this server #Nickname ididnteditheconfig -## The IP or fqdn for this server. Leave blank and Tor will guess. +## The IP or fqdn for this server. Leave commented out and Tor will guess. #Address noname.example.com ## Contact info that will be published in the directory, so we can |