From 3bd96d588aab7dfd85b47bf25a1d609247d7d44b Mon Sep 17 00:00:00 2001 From: PrplHaz4 Date: Tue, 9 Mar 2021 10:41:03 -0500 Subject: [PATCH 1/4] KnownProxies now supports hostnames too Per https://github.com/jellyfin/jellyfin/pull/4675 hostnames are supported in the KnownProxies field. --- src/strings/en-us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 94452c0122..e14446ca15 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -489,7 +489,7 @@ "ItemCount": "{0} items", "Items": "Items", "Kids": "Kids", - "KnownProxiesHelp": "Comma separated list of IP addresses of known proxies used when connecting to your Jellyfin instance. This is required to make proper use of X-Forwarded-For headers. Requires a reboot after saving.", + "KnownProxiesHelp": "Comma separated list of IP addresses/hostnames of known proxies used when connecting to your Jellyfin instance. This is required to make proper use of X-Forwarded-For headers. Requires a reboot after saving.", "Label3DFormat": "3D format:", "LabelAbortedByServerShutdown": "(Aborted by server shutdown)", "LabelAccessDay": "Day of week:", From 06eb535ea58e175c24be77dea744a35e1e845f0c Mon Sep 17 00:00:00 2001 From: PrplHaz4 Date: Tue, 9 Mar 2021 10:47:23 -0500 Subject: [PATCH 2/4] KnownProxies supports hostnames now too (en-gb) Per https://github.com/jellyfin/jellyfin/pull/4675 hostnames are supported in the KnownProxies field. --- src/strings/en-gb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings/en-gb.json b/src/strings/en-gb.json index 6118921df3..9868a9e230 100644 --- a/src/strings/en-gb.json +++ b/src/strings/en-gb.json @@ -1412,7 +1412,7 @@ "LabelIconMaxResHelp": "Maximum resolution of icons exposed via the upnp:icon property.", "LabelCurrentStatus": "Current status:", "LabelAlbumArtMaxResHelp": "Maximum resolution of album art exposed via the upnp:albumArtURI property.", - "KnownProxiesHelp": "Comma separated list of IP addresses of known proxies used when connecting to your Jellyfin instance. This is required to make proper use of X-Forwarded-For headers. Requires a reboot after saving.", + "KnownProxiesHelp": "Comma separated list of IP addresses/hostnames of known proxies used when connecting to your Jellyfin instance. This is required to make proper use of X-Forwarded-For headers. Requires a reboot after saving.", "Other": "Other", "EnableQuickConnect": "Enable quick connect on this server", "ButtonUseQuickConnect": "Use Quick Connect", From 04754c6d1dbec03435ba6522c895bd3df30a9fd4 Mon Sep 17 00:00:00 2001 From: PrplHaz4 Date: Tue, 9 Mar 2021 12:41:20 -0500 Subject: [PATCH 3/4] undo en-gb changes --- src/strings/en-gb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings/en-gb.json b/src/strings/en-gb.json index 9868a9e230..6118921df3 100644 --- a/src/strings/en-gb.json +++ b/src/strings/en-gb.json @@ -1412,7 +1412,7 @@ "LabelIconMaxResHelp": "Maximum resolution of icons exposed via the upnp:icon property.", "LabelCurrentStatus": "Current status:", "LabelAlbumArtMaxResHelp": "Maximum resolution of album art exposed via the upnp:albumArtURI property.", - "KnownProxiesHelp": "Comma separated list of IP addresses/hostnames of known proxies used when connecting to your Jellyfin instance. This is required to make proper use of X-Forwarded-For headers. Requires a reboot after saving.", + "KnownProxiesHelp": "Comma separated list of IP addresses of known proxies used when connecting to your Jellyfin instance. This is required to make proper use of X-Forwarded-For headers. Requires a reboot after saving.", "Other": "Other", "EnableQuickConnect": "Enable quick connect on this server", "ButtonUseQuickConnect": "Use Quick Connect", From 52c2dffde2ade816e5770ea0660d3c1d597198e0 Mon Sep 17 00:00:00 2001 From: PrplHaz4 Date: Fri, 12 Mar 2021 08:43:45 -0500 Subject: [PATCH 4/4] Update src/strings/en-us.json Co-authored-by: dkanada --- src/strings/en-us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index e14446ca15..64dbf801ab 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -489,7 +489,7 @@ "ItemCount": "{0} items", "Items": "Items", "Kids": "Kids", - "KnownProxiesHelp": "Comma separated list of IP addresses/hostnames of known proxies used when connecting to your Jellyfin instance. This is required to make proper use of X-Forwarded-For headers. Requires a reboot after saving.", + "KnownProxiesHelp": "Comma separated list of IP addresses or hostnames of known proxies used when connecting to your Jellyfin instance. This is required to make proper use of X-Forwarded-For headers. Requires a reboot after saving.", "Label3DFormat": "3D format:", "LabelAbortedByServerShutdown": "(Aborted by server shutdown)", "LabelAccessDay": "Day of week:",