fix: disable TLS for xiaozhi_ws TCP router in Traefik configuration

This commit is contained in:
2026-04-26 08:52:15 +08:00
parent 7519ef532d
commit b99ab02fcc
+1 -1
View File
@@ -5,7 +5,7 @@ tcp:
entryPoints:
- xiaozhi-ws
rule: HostSNI(`*`)
tls: {}
tls: false
service: xiaozhi_ws@file
services: