From 2a0685aee1cb82b08418ee8f19e394e11170b9fc Mon Sep 17 00:00:00 2001 From: wh0crypt Date: Fri, 26 Jun 2026 00:26:56 +0100 Subject: [PATCH] fix: update ports --- profiles/default.yaotl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/default.yaotl b/profiles/default.yaotl index 8cfaad9..a73e0c1 100644 --- a/profiles/default.yaotl +++ b/profiles/default.yaotl @@ -33,8 +33,8 @@ Listeners { Http { Name = "Cloudflare HTTP Listener" HostBind = "0.0.0.0" - PortBind = 80 - PortConn = 443 + PortBind = 9080 + PortConn = 9443 HostRotation = "round-robin" Secure = false UserAgent = UserAgent = "Mozilla/5.0 Windows NT 10.0 Win64 x64 Chrome/120.0.0.0"