Fix android route

This commit is contained in:
世界 2022-09-14 18:01:02 +08:00
parent 6a00851c2b
commit 057dd738a7
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -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