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