diff --git a/profiles/default.yaotl b/profiles/default.yaotl index e3ed4e0..180d49a 100644 --- a/profiles/default.yaotl +++ b/profiles/default.yaotl @@ -1,15 +1,3 @@ -Listeners { - Http { - Host = "0.0.0.0" - PortBind = 80 - PortConn = 443 - - Hosts = [ - "c2.example.com" # replace with your actual host - ] - } -} - Teamserver { Host = "0.0.0.0" Port = 40056 @@ -41,6 +29,22 @@ Operators { } } +Listeners { + Http { + Name = "Cloudflare HTTP Listener" + HostBind = "0.0.0.0" + PortBind = 80 + PortConn = 443 + HostRotation = "round-robin" + Secure = false + UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" + + Hosts = [ + "c2.example.com" # replace with your actual host + ] + } +} + # this is optional. if you dont use it you can remove it. Service { Endpoint = "service-endpoint"