diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-31 13:11:33 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-31 13:11:33 +0200 |
| commit | a7c38ad0901eb5335c3d6e64f3f0f7e48b8ec159 (patch) | |
| tree | 2666992ac5f8f776b319d14a746fd63748fd73df /frontends/etc | |
| parent | 0818e6d7d06c5026dd33a6313480a21b1c555ae8 (diff) | |
Revert "Enable native Jellyfin ports 8096/8920 relays for better performance"
This reverts commit 0818e6d7d06c5026dd33a6313480a21b1c555ae8.
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/relayd.conf.tpl | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/frontends/etc/relayd.conf.tpl b/frontends/etc/relayd.conf.tpl index 62e0694..90a0266 100644 --- a/frontends/etc/relayd.conf.tpl +++ b/frontends/etc/relayd.conf.tpl @@ -104,31 +104,31 @@ relay "https6" { forward to <f3s_jellyfin> port 30096 check tcp } -# Jellyfin alternative ports for Android app discovery and better performance +# Jellyfin alternative ports for Android app discovery # Use the same "https" protocol to get X-Forwarded headers -relay "jellyfin-8096-ipv4" { - listen on <%= $vio0_ip %> port 8096 tls - protocol "https" - forward to <f3s_jellyfin> port 30096 check tcp -} - -relay "jellyfin-8096-ipv6" { - listen on <%= $ipv6address->($hostname) %> port 8096 tls - protocol "https" - forward to <f3s_jellyfin> port 30096 check tcp -} - -relay "jellyfin-8920-ipv4" { - listen on <%= $vio0_ip %> port 8920 tls - protocol "https" - forward to <f3s_jellyfin> port 30096 check tcp -} - -relay "jellyfin-8920-ipv6" { - listen on <%= $ipv6address->($hostname) %> port 8920 tls - protocol "https" - forward to <f3s_jellyfin> port 30096 check tcp -} +# relay "jellyfin-8096-ipv4" { +# listen on <%= $vio0_ip %> port 8096 tls +# protocol "https" +# forward to <f3s_jellyfin> port 30096 check tcp +# } + +# relay "jellyfin-8096-ipv6" { +# listen on <%= $ipv6address->($hostname) %> port 8096 tls +# protocol "https" +# forward to <f3s_jellyfin> port 30096 check tcp +# } + +# relay "jellyfin-8920-ipv4" { +# listen on <%= $vio0_ip %> port 8920 tls +# protocol "https" +# forward to <f3s_jellyfin> port 30096 check tcp +# } + +# relay "jellyfin-8920-ipv6" { +# listen on <%= $ipv6address->($hostname) %> port 8920 tls +# protocol "https" +# forward to <f3s_jellyfin> port 30096 check tcp +# } tcp protocol "gemini" { tls keypair foo.zone |
