소스 검색

make example contactinfo entries slightly more spam resistant, since
people are seeing spam to their contactinfo addresses now. (yay.)


svn:r3795

Roger Dingledine 20 년 전
부모
커밋
5d5b12ce75
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/config/torrc.sample.in

+ 2 - 2
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