mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Allow people to say PreferTunnelledDirConns rather than
PreferTunneledDirConns, for those alternate-spellers out there. svn:r12466
This commit is contained in:
parent
928743002a
commit
8ca51869fd
@ -6,6 +6,10 @@ Changes in version 0.2.0.11-alpha - 2007-11-??
|
||||
many relays are running nearby to services that trust them based
|
||||
on network address.
|
||||
|
||||
o Minor features:
|
||||
- Allow people to say PreferTunnelledDirConns rather than
|
||||
PreferTunneledDirConns, for those alternate-spellers out there.
|
||||
|
||||
o Minor bugfixes:
|
||||
- We weren't actually including the src/config/fallback-consensus
|
||||
file in the tarball. Reported by phobos.
|
||||
|
@ -81,6 +81,7 @@ static config_abbrev_t _option_abbrevs[] = {
|
||||
{ "NumEntryNodes", "NumEntryGuards", 0, 0},
|
||||
{ "ResolvConf", "ServerDNSResolvConfFile", 0, 1},
|
||||
{ "SearchDomains", "ServerDNSSearchDomains", 0, 1},
|
||||
{ "PreferTunnelledDirConns", "PreferTunneledDirConns", 0, 0},
|
||||
{ NULL, NULL, 0, 0},
|
||||
};
|
||||
/* A list of state-file abbreviations, for compatibility. */
|
||||
|
Loading…
Reference in New Issue
Block a user