diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-21 07:40:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-21 07:40:25 +0000 |
commit | 5d5b12ce750e60041f7654449129fe268ed76a2e (patch) | |
tree | ad4dc1b41cf07d4f8ee3a172d2021a19ff0ee25e /src/config/torrc.sample.in | |
parent | 6152264c0d253114e8a7fc4892d0ba69653bad84 (diff) | |
download | tor-5d5b12ce750e60041f7654449129fe268ed76a2e.tar.gz tor-5d5b12ce750e60041f7654449129fe268ed76a2e.zip |
make example contactinfo entries slightly more spam resistant, since
people are seeing spam to their contactinfo addresses now. (yay.)
svn:r3795
Diffstat (limited to 'src/config/torrc.sample.in')
-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 f7006fc115..c2d8ae71d5 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -90,9 +90,9 @@ AllowUnverifiedNodes middle,rendezvous ## 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> +#ContactInfo Random Person <nobody AT example dot com> ## You might also include your PGP or GPG fingerprint if you have one: -#ContactInfo 1234D/FFFFFFFF Random Person <nobody@example.com> +#ContactInfo 1234D/FFFFFFFF Random Person <nobody AT example dot com> ## Required: what port to advertise for tor connections #ORPort 9001 |