mirror of
https://github.com/2dust/v2rayN.git
synced 2026-08-13 18:52:05 +03:00
Set tun "route only" to true (#9933)
This commit is contained in:
@@ -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 })
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user