diff options
author | Roger Dingledine <arma@torproject.org> | 2004-05-20 22:41:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-05-20 22:41:06 +0000 |
commit | 3532ba8177dc79a5f5ee014403e5d747ef1a12cd (patch) | |
tree | beef265e9cd6c34a0761c8615ca3e3661430d26a /src/config | |
parent | a8417dfac88ae351db38b2f0cf970625937ef5a4 (diff) | |
download | tor-3532ba8177dc79a5f5ee014403e5d747ef1a12cd.tar tor-3532ba8177dc79a5f5ee014403e5d747ef1a12cd.tar.gz |
a few instructions for hidden services
svn:r1914
Diffstat (limited to 'src/config')
-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 c87809fbd..4eccb2184 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -31,8 +31,9 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost ##################### Below is just for location-hidden services ### -## This stuff is so bleeding-edge that my teeth hurt just thinking -## about it. +## Look in /tmp/hidden_service/hostname for the url to tell people. +## HiddenServicePort x y:z says to redirect a port x request from the +## client to y:z. #HiddenServiceDir /tmp/hidden_service/ #HiddenServicePort 80 127.0.0.1:80 |