From b6137ae86adc11d6fc87681f2c3526ef01212c28 Mon Sep 17 00:00:00 2001 From: wh0crypt Date: Thu, 25 Jun 2026 23:34:19 +0100 Subject: [PATCH] fix: fix default profile syntax --- profiles/default.yaotl | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/profiles/default.yaotl b/profiles/default.yaotl index d2d0a08..e3ed4e0 100644 --- a/profiles/default.yaotl +++ b/profiles/default.yaotl @@ -1,16 +1,13 @@ -Manifest = { - Type = "Valid" - Name = "Cloudflare Listener" -} +Listeners { + Http { + Host = "0.0.0.0" + PortBind = 80 + PortConn = 443 -Http = { - Host = "0.0.0.0" - PortBind = 80 - PortConn = 443 - - Hosts = [ - "c2.example.com" # replace with your actual host - ] + Hosts = [ + "c2.example.com" # replace with your actual host + ] + } } Teamserver {