diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-02-08 23:33:22 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-02-08 23:36:01 +0100 |
commit | 0e0c31b1b863bd996262e49d8df005e99ba8d5bc (patch) | |
tree | 8483c32c8deb377116bfc1a4f8f4f03627211068 /src | |
parent | 080e8f50f87fb7c0c099b1341173fa05c82a42e8 (diff) | |
download | tor-0e0c31b1b863bd996262e49d8df005e99ba8d5bc.tar tor-0e0c31b1b863bd996262e49d8df005e99ba8d5bc.tar.gz |
Fix the path to the exit-notice file in torrc.sample
Also reword it slightly to reflect the fact that no packagers
ship the file.
Diffstat (limited to 'src')
-rw-r--r-- | src/config/torrc.sample.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index c3b458543..dbbf19fe9 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -129,8 +129,9 @@ SocksListenAddress 127.0.0.1 # accept connections only from localhost #DirListenAddress 0.0.0.0:9091 ## Uncomment to return an arbitrary blob of html on your DirPort. Now you ## can explain what Tor is if anybody wonders why your IP address is -## contacting them. See contrib/tor-exit-notice.html for a sample. -#DirPortFrontPage /etc/tor/exit-notice.html +## contacting them. See contrib/tor-exit-notice.html in Tor's source +## distribution for a sample. +#DirPortFrontPage @CONFDIR@/tor-exit-notice.html ## Uncomment this if you run more than one Tor relay, and add the identity ## key fingerprint of each Tor relay you control, even if they're on |