mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 03:47:39 +03:00
Replace netlink with fork
This commit is contained in:
parent
9b2841f33d
commit
9fad6b0cf3
7 changed files with 30 additions and 247 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue