Improve ipv6 route

This commit is contained in:
世界 2022-09-06 14:27:04 +08:00
parent 2f5a02c140
commit 0efafc9963
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 97 additions and 79 deletions

View file

@ -15,10 +15,10 @@ func (m *defaultInterfaceMonitor) checkUpdate() error {
var defaultTableIndex int
var vpnEnabled bool
for _, rule := range ruleList {
if rule.Priority >= ruleStart && rule.Priority <= ruleEnd {
continue
}
if rule.Mask == 0x20000 {
if rule.UIDRange == nil {
continue
}
vpnEnabled = true
if m.options.OverrideAndroidVPN {
defaultTableIndex = rule.Table