Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
c136bbe5
Commit
c136bbe5
authored
Nov 11, 2005
by
Roger Dingledine
Browse files
stop discouraging the old *BindAddress config options. we will
just confuse our users when they upgrade. svn:r5354
parent
e6fd88c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/config.c
View file @
c136bbe5
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment