From 261ec07289fe9eb78d9e117aa47d4c4746a0538a Mon Sep 17 00:00:00 2001 From: Zachary Robert Thomas Boyd Date: Sun, 9 Mar 2014 01:04:28 -0500 Subject: [PATCH] _ --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");