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