[or-cvs] move the rendezous section of the torrc to the middle, since

Roger Dingledine arma at seul.org
Sat Nov 27 08:18:24 UTC 2004


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

Modified Files:
	torrc.sample.in 
Log Message:
move the rendezous section of the torrc to the middle, since
it isn't server-only, and indeed it may be unwise to run a
hidden service on a server.


Index: torrc.sample.in
===================================================================
RCS file: /home2/or/cvsroot/tor/src/config/torrc.sample.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- torrc.sample.in	14 Nov 2004 19:08:08 -0000	1.34
+++ torrc.sample.in	27 Nov 2004 08:18:22 -0000	1.35
@@ -52,7 +52,22 @@
 ## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
 #DataDirectory @LOCALSTATEDIR@/lib/tor
 
-##################### Below is just for servers #####################
+############### This section is just for location-hidden services ###
+
+## Look in .../hidden_service/hostname for the address to tell people.
+## HiddenServicePort x y:z says to redirect a port x request from the
+## client to y:z.
+
+#HiddenServiceDir @LOCALSTATEDIR@/lib/tor/hidden_service/
+#HiddenServicePort 80 127.0.0.1:80
+
+#HiddenServiceDir @LOCALSTATEDIR@/lib/tor/other_hidden_service/
+#HiddenServicePort 80 127.0.0.1:80
+#HiddenServicePort 22 127.0.0.1:22
+#HiddenServiceNodes moria1,moria2
+#HiddenServiceExcludeNodes bad,otherbad
+
+################ This section is just for servers #####################
 
 ## NOTE: If you enable these, you should consider mailing your identity
 ## key fingerprint to the tor-ops, so we can add you to the list of
@@ -88,18 +103,3 @@
 #ExitPolicy reject 192.168.0.1:*
 #ExitPolicy reject *:*
 
-##################### Below is just for location-hidden services ###
-
-## 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 @LOCALSTATEDIR@/lib/tor/hidden_service/
-#HiddenServicePort 80 127.0.0.1:80
-
-#HiddenServiceDir @LOCALSTATEDIR@/lib/tor/other_hidden_service/
-#HiddenServicePort 80 127.0.0.1:80
-#HiddenServicePort 22 127.0.0.1:22
-#HiddenServiceNodes moria1,moria2
-#HiddenServiceExcludeNodes bad,otherbad
-



More information about the tor-commits mailing list