diff options
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 0c71c9688d..20322caec9 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -109,6 +109,10 @@ SocksListenAddress 127.0.0.1 # accept connections only from localhost ## to make this work. #DirListenAddress 0.0.0.0:9091 +## Uncomment this to return an arbitrary blob of html on your DirPort. You may +## wish to use this blob of html to inform clients about your Tor server. +#DirPortFrontPage /etc/tor/exit-notice.html + ## Uncomment this if you run more than one Tor server, and add the ## nickname of each Tor server you control, even if they're on different ## networks. You declare it here so Tor clients can avoid using more than |