fix: fix default profile syntax
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
Manifest = {
|
||||
Type = "Valid"
|
||||
Name = "Cloudflare Listener"
|
||||
}
|
||||
|
||||
Http = {
|
||||
Listeners {
|
||||
Http {
|
||||
Host = "0.0.0.0"
|
||||
PortBind = 80
|
||||
PortConn = 443
|
||||
@@ -12,6 +8,7 @@ Http = {
|
||||
"c2.example.com" # replace with your actual host
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Teamserver {
|
||||
Host = "0.0.0.0"
|
||||
|
||||
Reference in New Issue
Block a user