diff options
author | Roger Dingledine <arma@torproject.org> | 2004-06-29 19:32:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-06-29 19:32:11 +0000 |
commit | 0f69fd99541a62c0578c785b3a249c8d8ba20353 (patch) | |
tree | 0be0d45d89ef3ee5163dcfb97f1bbb62a5a849c7 /src | |
parent | 1ef32c82453066d192b5ce19e9a0a9b1f7255520 (diff) | |
download | tor-0f69fd99541a62c0578c785b3a249c8d8ba20353.tar tor-0f69fd99541a62c0578c785b3a249c8d8ba20353.tar.gz |
add an example ContactInfo line to torrc.sample
svn:r1988
Diffstat (limited to 'src')
-rw-r--r-- | src/config/torrc.sample.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 54ee43eea..96ba0f306 100644 --- a/src/config/torrc.sample.in +++ b/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 #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 |