From d33d8a9712d8744f8b0fb33f80117eb7da3d79b3 Mon Sep 17 00:00:00 2001 From: wh0crypt Date: Fri, 26 Jun 2026 11:29:14 +0100 Subject: [PATCH] fix: migrate profile to https listener --- profiles/default.yaotl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/default.yaotl b/profiles/default.yaotl index 425fa2c..a269c79 100644 --- a/profiles/default.yaotl +++ b/profiles/default.yaotl @@ -33,7 +33,7 @@ Listeners { Http { Name = "Cloudflare HTTP Listener" HostBind = "0.0.0.0" - PortBind = 80 + PortBind = 443 PortConn = 443 HostRotation = "round-robin" Secure = true