[or-cvs] don"t imply to people that they should store their hidden s...

Roger Dingledine arma at seul.org
Thu Sep 23 20:50:29 UTC 2004


Update of /home/or/cvsroot/src/config
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/config

Modified Files:
	torrc.sample.in 
Log Message:
don't imply to people that they should store their hidden service
keys in /tmp


Index: torrc.sample.in
===================================================================
RCS file: /home/or/cvsroot/src/config/torrc.sample.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- torrc.sample.in	12 Sep 2004 15:07:14 -0000	1.18
+++ torrc.sample.in	23 Sep 2004 20:50:27 -0000	1.19
@@ -70,14 +70,14 @@
 
 ##################### 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



More information about the tor-commits mailing list