From 48d404df5e35cc06977753a4679812fa8a4aeed5 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Fri, 13 Sep 2024 07:13:59 +0800 Subject: [PATCH] Refactor Traefik local_services.yml to remove TLS passthrough configuration for Spice proxy ports --- swarm/traefik/local_services.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/swarm/traefik/local_services.yml b/swarm/traefik/local_services.yml index 60a8677..cd31329 100644 --- a/swarm/traefik/local_services.yml +++ b/swarm/traefik/local_services.yml @@ -93,29 +93,29 @@ tcp: entryPoints: - spice00-tls-socket rule: HostSNI(`dc00.furyhawk.lol`) - tls: - passthrough: true + # tls: + # passthrough: true service: spice0000-tls@file spice0001-tls: entryPoints: - spice00-tls-socket - rule: HostSNI(``dc01.furyhawk.lol`) - tls: - passthrough: true + rule: HostSNI(`dc01.furyhawk.lol`) + # tls: + # passthrough: true service: spice0001-tls@file spice0100-tls: entryPoints: - spice01-tls-socket rule: HostSNI(`dc00.furyhawk.lol`) - tls: - passthrough: true + # tls: + # passthrough: true service: spice0100-tls@file spice0101-tls: entryPoints: - spice01-tls-socket rule: HostSNI(`dc01.furyhawk.lol`) - tls: - passthrough: true + # tls: + # passthrough: true service: spice0101-tls@file services: