瀏覽代碼

Change orport_base away from 6000 where Xorg often sits.

Linus Nordberg 12 年之前
父節點
當前提交
05355f80b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/chutney/TorNet.py

+ 1 - 1
lib/chutney/TorNet.py

@@ -441,7 +441,7 @@ DEFAULTS = {
     'dirserver_flags' : 'no-v2',
     'chutney_dir' : '.',
     'torrc_fname' : '${dir}/torrc',
-    'orport_base' : 6000,
+    'orport_base' : 5000,
     'dirport_base' : 7000,
     'controlport_base' : 8000,
     'socksport_base' : 9000,