From 24ad19f969f970182c76d1e9deaf7224cf286e24 Mon Sep 17 00:00:00 2001 From: feldjaeger Date: Tue, 14 Apr 2026 13:54:41 +0200 Subject: [PATCH] perf: Emby/Jellyfin von FRP auf WireGuard direkt umgestellt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - tv.sascha-lutz.de → 10.6.1.103:8096 (war FRP :18096) - guck.tv → 10.7.1.106:8096 (war FRP :28096) - netzflix.org → 10.6.1.103:9096 (war FRP :38096) - HTTP/3 QUIC funktioniert jetzt für Streaming (~50ms statt ~100ms) - FRP Server auf VPS deaktiviert --- proxy/Caddyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proxy/Caddyfile b/proxy/Caddyfile index 2f4b5a7..976e793 100644 --- a/proxy/Caddyfile +++ b/proxy/Caddyfile @@ -41,15 +41,15 @@ tv.sascha-lutz.de { - import emby_config tv.sascha-lutz.de host.docker.internal:18096 + import emby_config tv.sascha-lutz.de 10.6.1.103:8096 } guck.tv { - import emby_config guck.tv host.docker.internal:28096 + import emby_config guck.tv 10.7.1.106:8096 } netzflix.org { - import emby_config netzflix.org host.docker.internal:38096 + import emby_config netzflix.org 10.6.1.103:9096 }