mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-20 05:04:18 +01:00
Update Emby.Server.Implementations/Networking/NetworkManager.cs
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
This commit is contained in:
@@ -200,7 +200,7 @@ namespace Emby.Server.Implementations.Networking
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Checks if the give address false within the ranges givin in [subnets]. The addresses in subnets can be hosts or subnets in the CIDR format.
|
/// Checks if the give address falls within the ranges given in [subnets]. The addresses in subnets can be hosts or subnets in the CIDR format.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="address">IPAddress version of the address.</param>
|
/// <param name="address">IPAddress version of the address.</param>
|
||||||
/// <param name="addressString">The address to check.</param>
|
/// <param name="addressString">The address to check.</param>
|
||||||
|
|||||||
Reference in New Issue
Block a user