mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
turn TunnelDirConns on by default.
that's what alpha releases are for, right? svn:r9129
This commit is contained in:
parent
019e39b2c0
commit
bdf470c263
@ -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:
|
||||
|
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user