fix: fix default profile syntax

This commit is contained in:
2026-06-25 23:34:19 +01:00
parent 3d53c5044e
commit b6137ae86a
+3 -6
View File
@@ -1,9 +1,5 @@
Manifest = { Listeners {
Type = "Valid" Http {
Name = "Cloudflare Listener"
}
Http = {
Host = "0.0.0.0" Host = "0.0.0.0"
PortBind = 80 PortBind = 80
PortConn = 443 PortConn = 443
@@ -11,6 +7,7 @@ Http = {
Hosts = [ Hosts = [
"c2.example.com" # replace with your actual host "c2.example.com" # replace with your actual host
] ]
}
} }
Teamserver { Teamserver {