Migrating the sing-box configuration to 1.10.0

https://sing-box.sagernet.org/migration/#tun-address-fields-are-merged
This commit is contained in:
2dust
2024-11-10 17:30:03 +08:00
parent d04cc53152
commit 9e84de8e76
3 changed files with 6 additions and 5 deletions

View File

@@ -78,8 +78,7 @@
public int? listen_port { get; set; }
public string? domain_strategy { get; set; }
public string interface_name { get; set; }
public string inet4_address { get; set; }
public string? inet6_address { get; set; }
public List<string>? address { get; set; }
public int? mtu { get; set; }
public bool? auto_route { get; set; }
public bool? strict_route { get; set; }