[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Make UseEntryNodes true by default. Let the fun begin.
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
config.c
Log Message:
Make UseEntryNodes true by default. Let the fun begin.
Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.475
retrieving revision 1.476
diff -u -p -d -r1.475 -r1.476
--- config.c 2 Jan 2006 04:58:12 -0000 1.475
+++ config.c 2 Jan 2006 05:00:03 -0000 1.476
@@ -212,7 +212,7 @@ static config_var_t _option_vars[] = {
VAR("TrackHostExits", CSV, TrackHostExits, NULL),
VAR("TrackHostExitsExpire",INTERVAL, TrackHostExitsExpire, "30 minutes"),
OBSOLETE("TrafficShaping"),
- VAR("UseEntryNodes", BOOL, UseEntryNodes, "0"),
+ VAR("UseEntryNodes", BOOL, UseEntryNodes, "1"),
VAR("User", STRING, User, NULL),
VAR("V1AuthoritativeDirectory",BOOL, V1AuthoritativeDir, "0"),
VAR("VersioningAuthoritativeDirectory",BOOL,VersioningAuthoritativeDir, "0"),