fix: fix origin server name for tls verification

This commit is contained in:
2026-06-26 11:32:31 +01:00
parent d33d8a9712
commit 04683589ed
+1 -1
View File
@@ -18,7 +18,7 @@ services:
container_name: havoc-cloudflare-tunnel
image: cloudflare/cloudflared:latest
restart: unless-stopped
command: tunnel --no-autoupdate run --token ${TUNNEL_TOKEN}
command: tunnel --no-autoupdate run --token ${TUNNEL_TOKEN} --origin-server-name 0.0.0.0
depends_on:
- havoc-teamserver
networks: