Xray tun route only (#9759)

This commit is contained in:
DHR60
2026-07-15 11:12:34 +00:00
committed by GitHub
parent ca9978b625
commit e615314582

View File

@@ -74,6 +74,7 @@ public partial class CoreConfigV2rayService
tunInbound.settings.autoOutboundsInterface = bindInterface;
}
tunInbound.sniffing = inbound.sniffing;
tunInbound.sniffing.routeOnly = true;
if (_config.TunModeItem.RouteExcludeAddress is { Count: > 0 })
{