Replace netlink with fork

This commit is contained in:
世界 2022-08-03 12:00:44 +08:00
parent 9b2841f33d
commit 9fad6b0cf3
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
7 changed files with 30 additions and 247 deletions

View file

@ -1,9 +1,8 @@
package tun
import (
"github.com/sagernet/netlink"
E "github.com/sagernet/sing/common/exceptions"
"github.com/vishvananda/netlink"
)
func (m *defaultInterfaceMonitor) checkUpdate() error {