mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
stop discouraging the old *BindAddress config options. we will
just confuse our users when they upgrade. svn:r5354
This commit is contained in:
parent
e6fd88c698
commit
c136bbe505
@ -67,9 +67,9 @@ static config_abbrev_t _option_abbrevs[] = {
|
||||
{ "BandwidthBurstBytes", "BandwidthBurst", 0, 0},
|
||||
{ "DirFetchPostPeriod", "StatusFetchPeriod", 0, 0},
|
||||
{ "MaxConn", "ConnLimit", 0, 1},
|
||||
{ "ORBindAddress", "ORListenAddress", 0, 1},
|
||||
{ "DirBindAddress", "DirListenAddress", 0, 1},
|
||||
{ "SocksBindAddress", "SocksListenAddress", 0, 1},
|
||||
{ "ORBindAddress", "ORListenAddress", 0, 0},
|
||||
{ "DirBindAddress", "DirListenAddress", 0, 0},
|
||||
{ "SocksBindAddress", "SocksListenAddress", 0, 0},
|
||||
{ NULL, NULL, 0, 0},
|
||||
};
|
||||
#undef PLURAL
|
||||
|
Loading…
Reference in New Issue
Block a user