fix: fix default profile syntax

This commit is contained in:
2026-06-25 23:34:19 +01:00
parent 3d53c5044e
commit b6137ae86a
+9 -12
View File
@@ -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 {