diff options
author | Roger Dingledine <arma@torproject.org> | 2005-01-01 23:58:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-01-01 23:58:16 +0000 |
commit | 0d7e8660c7dd5a99ca4830d9538a1f5c5d0e6835 (patch) | |
tree | e56a219329d5e505987e52a9f3d9b4c3e59ad1f4 /src/config/torrc.sample.in | |
parent | a4ad47df86eef0dbb39c1e57cb692cbcd9e28a82 (diff) | |
download | tor-0d7e8660c7dd5a99ca4830d9538a1f5c5d0e6835.tar.gz tor-0d7e8660c7dd5a99ca4830d9538a1f5c5d0e6835.zip |
add a comment to explain what ContactInfo is for
svn:r3236
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 4ae01fa793..a366ffc4f6 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -79,6 +79,11 @@ AllowUnverifiedNodes middle,rendezvous ## The IP or fqdn for this server. Leave blank and Tor will guess. #Address noname.example.com +## Contact info that will be published in the directory, so we can +## contact you if you need to upgrade or if something goes wrong. +## This is optional but recommended. +#ContactInfo Random Person <nobody@example.com> +## You might also include your PGP or GPG fingerprint if you have one: #ContactInfo 1234D/FFFFFFFF Random Person <nobody@example.com> ## Required: what port to advertise for tor connections |