瀏覽代碼

stop discouraging the old *BindAddress config options. we will
just confuse our users when they upgrade.


svn:r5354

Roger Dingledine 20 年之前
父節點
當前提交
c136bbe505
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/or/config.c

+ 3 - 3
src/or/config.c

@@ -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