From 057dd738a7f76e2f94226e70ec0f7e2852956873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Wed, 14 Sep 2022 18:01:02 +0800 Subject: [PATCH] Fix android route --- tun_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tun_linux.go b/tun_linux.go index 1cd89a1..ac19064 100644 --- a/tun_linux.go +++ b/tun_linux.go @@ -279,7 +279,7 @@ func (t *NativeTun) rules() []*netlink.Rule { if runtime.GOOS == "android" && t.options.InterfaceMonitor.AndroidVPNEnabled() { const protectedFromVPN = 0x20000 - if p6 || t.options.StrictRoute { + if p4 || t.options.StrictRoute { it = netlink.NewRule() if t.options.InterfaceMonitor.OverrideAndroidVPN() { it.Mark = protectedFromVPN