mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 20:07:40 +03:00
Update linter configuration
This commit is contained in:
parent
aaaacba916
commit
f845cffeac
5 changed files with 54 additions and 36 deletions
|
@ -712,7 +712,7 @@ func (t *NativeTun) rules() []*netlink.Rule {
|
|||
it.Family = unix.AF_INET
|
||||
rules = append(rules, it)
|
||||
}
|
||||
priority++
|
||||
// priority++
|
||||
}
|
||||
if p6 {
|
||||
it = netlink.NewRule()
|
||||
|
@ -755,7 +755,7 @@ func (t *NativeTun) rules() []*netlink.Rule {
|
|||
it.Table = t.options.IPRoute2TableIndex
|
||||
it.Family = unix.AF_INET6
|
||||
rules = append(rules, it)
|
||||
priority6++
|
||||
// priority6++
|
||||
}
|
||||
if p4 {
|
||||
it = netlink.NewRule()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue