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 {