diff --git a/v2rayN/ServiceLib/Services/CoreConfig/V2ray/V2rayInboundService.cs b/v2rayN/ServiceLib/Services/CoreConfig/V2ray/V2rayInboundService.cs index 515ee917..8af0258a 100644 --- a/v2rayN/ServiceLib/Services/CoreConfig/V2ray/V2rayInboundService.cs +++ b/v2rayN/ServiceLib/Services/CoreConfig/V2ray/V2rayInboundService.cs @@ -83,7 +83,8 @@ public partial class CoreConfigV2rayService tunInbound.settings.autoOutboundsInterface = bindInterface; } tunInbound.sniffing = inbound.sniffing; - tunInbound.sniffing.routeOnly = inbound.sniffing.routeOnly; + // tunInbound.sniffing.routeOnly = inbound.sniffing.routeOnly; + tunInbound.sniffing.routeOnly = true; if (_config.TunModeItem.RouteExcludeAddress is { Count: > 0 }) {