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 = { Listeners {
Type = "Valid" Http {
Name = "Cloudflare Listener" Host = "0.0.0.0"
} PortBind = 80
PortConn = 443
Http = { Hosts = [
Host = "0.0.0.0" "c2.example.com" # replace with your actual host
PortBind = 80 ]
PortConn = 443 }
Hosts = [
"c2.example.com" # replace with your actual host
]
} }
Teamserver { Teamserver {