From 726df40e6978d8b1c8822041c07925013badd3a2 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Fri, 13 Sep 2024 07:46:35 +0800 Subject: [PATCH] Refactor Traefik local_services.yml to remove TLS passthrough configuration for Spice proxy ports --- swarm/traefik/local_services.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/swarm/traefik/local_services.yml b/swarm/traefik/local_services.yml index cd31329..4064320 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 + 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: