fix: fix default profile syntax
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user