Fix create rules

This commit is contained in:
世界 2022-08-20 10:22:32 +08:00
parent ef56e9957f
commit 0ea2fbc278
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 4 additions and 4 deletions

View file

@ -171,7 +171,7 @@ func (t *NativeTun) rules() []*netlink.Rule {
var it *netlink.Rule
excludeRanges := t.options.ExcludedRanges()
priority := 9000
nopPriority := priority + 10*(len(excludeRanges)/10+1)
nopPriority := priority + 10*(len(excludeRanges)/10+2)
for _, excludeRange := range t.options.ExcludedRanges() {
it = netlink.NewRule()