From 06eb535ea58e175c24be77dea744a35e1e845f0c Mon Sep 17 00:00:00 2001 From: PrplHaz4 Date: Tue, 9 Mar 2021 10:47:23 -0500 Subject: [PATCH] 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",