diff --git a/config.php b/config.php index 5292834..7f00b73 100644 --- a/config.php +++ b/config.php @@ -2,7 +2,7 @@ define("BASE_PORT", "9051"); define("CONTROL_PORT", "15000"); define("TOR_DATA_DIR", "/data"); - define("PROXY_PORT", "80"); + define("PROXY_PORT", "8123"); define("INSTANCES", "10"); define("BALANCE_MODE", "roundrobin"); define("SOCKS_PORT", "9050");