mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 12:14:49 +03:00
Simplified Code
This commit is contained in:
@@ -129,6 +129,16 @@ namespace Jellyfin.Networking.Manager
|
||||
/// </summary>
|
||||
public static string MockNetworkSettings { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether the system has IP4 is enabled.
|
||||
/// </summary>
|
||||
public static bool SystemIP4Enabled { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether the system has IP6 is enabled.
|
||||
/// </summary>
|
||||
public static bool SystemIP6Enabled { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether IP6 is enabled.
|
||||
/// </summary>
|
||||
@@ -139,16 +149,6 @@ namespace Jellyfin.Networking.Manager
|
||||
/// </summary>
|
||||
public bool IsIP4Enabled { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether the system has IP4 is enabled.
|
||||
/// </summary>
|
||||
public bool SystemIP4Enabled { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether the system has IP6 is enabled.
|
||||
/// </summary>
|
||||
public bool SystemIP6Enabled { get; set; }
|
||||
|
||||
/// <inheritdoc/>
|
||||
public Collection<IPObject> RemoteAddressFilter { get; private set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user