mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Merge pull request #4902 from BaronGreenback/NetmaskFix
Fixed loopback subnet
(cherry picked from commit d6db0e4b02)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
committed by
Joshua M. Boniface
parent
a16cf8ec0a
commit
9a59ff3c87
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user