mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Move away from using Collection, simplify code, add proper ordering
This commit is contained in:
@@ -114,7 +114,7 @@ public class CreateNetworkConfiguration : IMigrationRoutine
|
||||
|
||||
public bool IgnoreVirtualInterfaces { get; set; } = true;
|
||||
|
||||
public string VirtualInterfaceNames { get; set; } = "veth*";
|
||||
public string VirtualInterfaceNames { get; set; } = "veth";
|
||||
|
||||
public string[] PublishedServerUriBySubnet { get; set; } = Array.Empty<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user