diff --git a/v2rayN/ServiceLib/ViewModels/OptionSettingViewModel.cs b/v2rayN/ServiceLib/ViewModels/OptionSettingViewModel.cs index 3b47d290..63413b5f 100644 --- a/v2rayN/ServiceLib/ViewModels/OptionSettingViewModel.cs +++ b/v2rayN/ServiceLib/ViewModels/OptionSettingViewModel.cs @@ -150,6 +150,7 @@ public class OptionSettingViewModel : MyReactiveObject, ICloseable SecondLocalPortEnabled = inbound.SecondLocalPortEnabled; UdpEnabled = inbound.UdpEnabled; SniffingEnabled = inbound.SniffingEnabled; + DestOverride = inbound.DestOverride ?? []; RouteOnly = inbound.RouteOnly; AllowLANConn = inbound.AllowLANConn; NewPort4LAN = inbound.NewPort4LAN;