mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 03:47:39 +03:00
Improve ipv6 route
This commit is contained in:
parent
2f5a02c140
commit
0efafc9963
3 changed files with 97 additions and 79 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue