$cfg->setConfigEntry("hub_listen_addr", "0.0.0.0");
// CFG: HUB-LISTEN-PORT (zero = auto-choose)
-$cfg->setConfigEntry("hub_listen_port", 9050);
+$cfg->setConfigEntry("hub_listen_port", 9060);
// CFG: HUB-MAX-AUTH-TRIES
$cfg->setConfigEntry("hub_max_auth_tries", 3);
$cfg->setConfigEntry("hub_master_ip", "192.168.1.17");
// CFG: HUB-MASTER-PORT
-$cfg->setConfigEntry("hub_master_port", 9050);
+$cfg->setConfigEntry("hub_master_port", 9060);
// CFG: HUB-AUTH-REQUEST
$cfg->setConfigEntry("hub_auth_request", "AUTH");