Explorar el Código

a few instructions for hidden services

svn:r1914
Roger Dingledine hace 22 años
padre
commit
3532ba8177
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/config/torrc.sample.in

+ 3 - 2
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