turn TunnelDirConns on by default.

that's what alpha releases are for, right?


svn:r9129
This commit is contained in:
Roger Dingledine 2006-12-15 21:06:21 +00:00
parent 019e39b2c0
commit bdf470c263
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
o Major features:
- Enable "BEGIN_DIR" cells: prefer to connect to the directory
server via TLS so we do encrypted directory requests rather than
plaintext. Only used if you enable the TunnelDirConns config option.
plaintext. On by default; disable via the TunnelDirConns config
option if you like.
o Minor features:
- Start using the state file to store bandwidth accounting data:

View File

@ -247,7 +247,7 @@ static config_var_t _option_vars[] = {
OBSOLETE("TrafficShaping"),
VAR("TransListenAddress", LINELIST, TransListenAddress, NULL),
VAR("TransPort", UINT, TransPort, "0"),
VAR("TunnelDirConns", BOOL, TunnelDirConns, "0"),
VAR("TunnelDirConns", BOOL, TunnelDirConns, "1"),
VAR("UseEntryGuards", BOOL, UseEntryGuards, "1"),
VAR("User", STRING, User, NULL),
VAR("V1AuthoritativeDirectory",BOOL, V1AuthoritativeDir, "0"),