[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r8648: In the hidden service example in torrc.sample, stop recommen (in tor/trunk: . src/config)



Author: arma
Date: 2006-10-08 03:45:16 -0400 (Sun, 08 Oct 2006)
New Revision: 8648

Modified:
   tor/trunk/ChangeLog
   tor/trunk/src/config/torrc.sample.in
Log:
In the hidden service example in torrc.sample, stop recommending
esoteric and discouraged hidden service options.


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2006-10-08 06:44:12 UTC (rev 8647)
+++ tor/trunk/ChangeLog	2006-10-08 07:45:16 UTC (rev 8648)
@@ -1,8 +1,11 @@
 Changes in version 0.1.2.3-alpha - 2006-10-??
-
   o Minor bugfixes:
     - Change NT service functions to be loaded on demand.  This lets us
       build with mingw without breaking Tor for Windows 98 users.
+    - Do DirPort reachability tests less often, since a single test
+      chews through many circuits before giving up.
+    - In the hidden service example in torrc.sample, stop recommending
+      esoteric and discouraged hidden service options.
 
 
 Changes in version 0.1.2.2-alpha - 2006-10-07

Modified: tor/trunk/src/config/torrc.sample.in
===================================================================
--- tor/trunk/src/config/torrc.sample.in	2006-10-08 06:44:12 UTC (rev 8647)
+++ tor/trunk/src/config/torrc.sample.in	2006-10-08 07:45:16 UTC (rev 8648)
@@ -1,5 +1,5 @@
 ## Configuration file for a typical Tor user
-## Last updated 31 July 2006 for Tor 0.1.2.1-alpha.
+## Last updated 8 October 2006 for Tor 0.1.2.3-alpha.
 ## (May or may not work for older or newer versions of Tor.)
 ##
 ## Lines that begin with "## " try to explain what's going on. Lines
@@ -75,8 +75,6 @@
 #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 #####################