Browse Source

Change orport_base away from 6000 where Xorg often sits.

Linus Nordberg 11 years ago
parent
commit
05355f80b8
1 changed files with 1 additions and 1 deletions
  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,