diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-09-06 10:02:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-06 10:02:59 +0200 |
| commit | 2b9050fb8cb0fdac9dff10611146509c0f8a9979 (patch) | |
| tree | fc9e5f92107dccad7ce03e9ae1bd95a0c1c21e5b /Jellyfin.Networking/Configuration/NetworkConfiguration.cs | |
| parent | 5c5daac98cd336de7acb47b9cd4c7850c55b1331 (diff) | |
| parent | 7d649d2f317a40630caa8add2d1b5b464f5e2e8d (diff) | |
Merge pull request #10190 from eltociear/patch-1
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 573c36be7..90ebcd390 100644 --- a/Jellyfin.Networking/Configuration/NetworkConfiguration.cs +++ b/Jellyfin.Networking/Configuration/NetworkConfiguration.cs @@ -164,7 +164,7 @@ namespace Jellyfin.Networking.Configuration public string[] PublishedServerUriBySubnet { get; set; } = Array.Empty<string>(); /// <summary> - /// Gets or sets the filter for remote IP connectivity. Used in conjuntion with <seealso cref="IsRemoteIPFilterBlacklist"/>. + /// Gets or sets the filter for remote IP connectivity. Used in conjunction with <seealso cref="IsRemoteIPFilterBlacklist"/>. /// </summary> public string[] RemoteIPFilter { get; set; } = Array.Empty<string>(); |
