summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-09-23 20:50:27 +0000
committerRoger Dingledine <arma@torproject.org>2004-09-23 20:50:27 +0000
commit09f450104ae87cadf71e4eca982fc35446c6af30 (patch)
treeff2d4c65433b36c30103b0ab0bbb1fb6b5f71005
parent185b9fddf2d7fbdfce4b1f273cb9bd99720c561a (diff)
downloadtor-09f450104ae87cadf71e4eca982fc35446c6af30.tar.gz
tor-09f450104ae87cadf71e4eca982fc35446c6af30.zip
don't imply to people that they should store their hidden service
keys in /tmp svn:r2371
-rw-r--r--src/config/torrc.sample.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 229bd3ec9d..720563d294 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -70,14 +70,14 @@ AllowUnverifiedNodes middle,rendezvous
##################### Below is just for location-hidden services ###
-## Look in /tmp/hidden_service/hostname for the url to tell people.
+## Look in .../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/
+#HiddenServiceDir @LOCALSTATEDIR@/lib/tor/hidden_service/
#HiddenServicePort 80 127.0.0.1:80
-#HiddenServiceDir /tmp/other_hidden_service/
+#HiddenServiceDir @LOCALSTATEDIR@/lib/tor/other_hidden_service/
#HiddenServicePort 80 127.0.0.1:80
#HiddenServicePort 22 127.0.0.1:22
#HiddenServiceNodes moria1,moria2