aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-04-03 02:37:13 +0000
committerRoger Dingledine <arma@torproject.org>2004-04-03 02:37:13 +0000
commit3dc3d0c4ccc95b2a30f9c13386c56b4e4b1edf06 (patch)
tree9a62ed81719c031c273192a8e64d594756a0489e /src/config
parent4e996a4ce878f70b944216cfb61019b0c912e2e9 (diff)
downloadtor-3dc3d0c4ccc95b2a30f9c13386c56b4e4b1edf06.tar
tor-3dc3d0c4ccc95b2a30f9c13386c56b4e4b1edf06.tar.gz
it's HiddenServiceDir
svn:r1457
Diffstat (limited to 'src/config')
-rw-r--r--src/config/torrc.sample.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 2ace3c42d..d631c5764 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -35,7 +35,7 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
## This stuff is so bleeding-edge that my teeth hurt just thinking
## about it.
-#HiddenServiceDirectory /tmp/hidden_service/
+#HiddenServiceDir /tmp/hidden_service/
#HiddenServicePort 80 127.0.0.1:80
#HiddenServicePort 22 127.0.0.1:22
#HiddenServiceNodes moria1,moria2