mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 18:54:26 -04:00
Update IPNetAddress.cs
Corrected loopback subnet
This commit is contained in:
parent
21d2e9ff0c
commit
c76faa9708
@ -33,7 +33,7 @@ namespace MediaBrowser.Common.Net
|
||||
/// <summary>
|
||||
/// IP4Loopback address host.
|
||||
/// </summary>
|
||||
public static readonly IPNetAddress IP4Loopback = IPNetAddress.Parse("127.0.0.1/32");
|
||||
public static readonly IPNetAddress IP4Loopback = IPNetAddress.Parse("127.0.0.1/8");
|
||||
|
||||
/// <summary>
|
||||
/// IP6Loopback address host.
|
||||
|
Loading…
x
Reference in New Issue
Block a user