don't imply to people that they should store their hidden service

keys in /tmp


svn:r2371
This commit is contained in:
Roger Dingledine
2004-09-23 20:50:27 +00:00
parent 185b9fddf2
commit 09f450104a
+3 -3
View File
@@ -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