diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-01-19 20:55:21 +0100 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2021-01-23 15:37:25 -0500 |
| commit | 7796486511ce694ab0f8c73559bf78cefa5560b9 (patch) | |
| tree | 33e1e2852fdeb63afb2a34b86670df08a7ca5103 /Jellyfin.Networking/Configuration/NetworkConfiguration.cs | |
| parent | ab5ae345950d2551d40391141e8b7f5be66a725c (diff) | |
Merge pull request #4978 from BaronGreenback/MultipeProxies
(cherry picked from commit 14bd4a110f91f1f5e8d2412b3e125e39e2b79e51)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
Diffstat (limited to 'Jellyfin.Networking/Configuration/NetworkConfiguration.cs')
| -rw-r--r-- | Jellyfin.Networking/Configuration/NetworkConfiguration.cs | 2 |
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>(); } |
