]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add an example ContactInfo line to torrc.sample
authorRoger Dingledine <arma@torproject.org>
Tue, 29 Jun 2004 19:32:11 +0000 (19:32 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 29 Jun 2004 19:32:11 +0000 (19:32 +0000)
svn:r1988

src/config/torrc.sample.in

index 54ee43eea569fc38c477d965b9a7746e7a841f5b..96ba0f306ab6702e1353e41868bbf3252deaf49b 100644 (file)
@@ -42,6 +42,7 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
 
 #Nickname moria # A unique handle 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
 #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
                             # advertised.
 
-
 ## A comma-separated list of exit policies. If you want to *replace*
 ## the default exit policy, end this with either a reject *:* or an
 ## accept *:*. Otherwise, you're *augmenting* (prepending to) the