mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
Migrate NetworkManager and Tests to native .NET IP objects
This commit is contained in:
@@ -114,9 +114,7 @@ public class CreateNetworkConfiguration : IMigrationRoutine
|
||||
|
||||
public bool IgnoreVirtualInterfaces { get; set; } = true;
|
||||
|
||||
public string VirtualInterfaceNames { get; set; } = "vEthernet*";
|
||||
|
||||
public bool TrustAllIP6Interfaces { get; set; }
|
||||
public string VirtualInterfaceNames { get; set; } = "veth*";
|
||||
|
||||
public string[] PublishedServerUriBySubnet { get; set; } = Array.Empty<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user