diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-01-08 00:05:15 +0000 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-01-12 13:07:34 +0000 |
| commit | 35a30c9d098e7ac5fcaf7d86a4cc616deb8a2cfa (patch) | |
| tree | 37a216071211071c691cdac3a086bee425a122e7 /Jellyfin.Networking/Configuration/NetworkConfiguration.cs | |
| parent | 7acee4070e425b9060faa893d61a5e2d2f387bfc (diff) | |
Impliments KnownNetworks and KnownProxies
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>(); } |
