瀏覽代碼

add an example ContactInfo line to torrc.sample

svn:r1988
Roger Dingledine 21 年之前
父節點
當前提交
0f69fd9954
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/config/torrc.sample.in

+ 1 - 1
src/config/torrc.sample.in

@@ -42,6 +42,7 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
 
 
 #Nickname moria # A unique handle for this server
 #Nickname moria # A unique handle for this server
 #Address moria.seul.org # The IP or fqdn for this server
 #Address moria.seul.org # The IP or fqdn for this server
+#ContactInfo 1024D/28988BF5 Roger Dingledine <arma@mit.edu>
 
 
 #ORPort 9001 # where to listen for tor connections
 #ORPort 9001 # where to listen for tor connections
 #ORBindAddress 0.0.0.0 # accept connections from anywhere
 #ORBindAddress 0.0.0.0 # accept connections from anywhere
@@ -49,7 +50,6 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
                             # listen on a port other than the one we
                             # listen on a port other than the one we
                             # advertised.
                             # advertised.
 
 
-
 ## A comma-separated list of exit policies. If you want to *replace*
 ## A comma-separated list of exit policies. If you want to *replace*
 ## the default exit policy, end this with either a reject *:* or an
 ## the default exit policy, end this with either a reject *:* or an
 ## accept *:*. Otherwise, you're *augmenting* (prepending to) the
 ## accept *:*. Otherwise, you're *augmenting* (prepending to) the