aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Networking
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-01-19 20:55:21 +0100
committerGitHub <noreply@github.com>2021-01-19 20:55:21 +0100
commit14bd4a110f91f1f5e8d2412b3e125e39e2b79e51 (patch)
tree851b85ad1144e07ad8b96bc2f7fa1eb584900ded /Jellyfin.Networking
parent65c09f82c58d2845862a91feee6e2ed078f95609 (diff)
parent25eaf21a8f79ca49bfc0b29f521c5429093e7e50 (diff)
Merge pull request #4978 from BaronGreenback/MultipeProxies
Diffstat (limited to 'Jellyfin.Networking')
-rw-r--r--Jellyfin.Networking/Configuration/NetworkConfiguration.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Networking/Configuration/NetworkConfiguration.cs b/Jellyfin.Networking/Configuration/NetworkConfiguration.cs
index 792e57f6a..91bf0015f 100644
--- a/Jellyfin.Networking/Configuration/NetworkConfiguration.cs
+++ b/Jellyfin.Networking/Configuration/NetworkConfiguration.cs
@@ -224,7 +224,7 @@ namespace Jellyfin.Networking.Configuration
public string[] LocalNetworkAddresses { get; set; } = Array.Empty<string>();
/// <summary>
- /// Gets or sets the known proxies.
+ /// Gets or sets the known proxies. If the proxy is a network, it's added to the KnownNetworks.
/// </summary>
public string[] KnownProxies { get; set; } = Array.Empty<string>();
}