mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 11:57:40 +03:00
Replace netlink with fork
This commit is contained in:
parent
9b2841f33d
commit
9fad6b0cf3
7 changed files with 30 additions and 247 deletions
|
@ -5,10 +5,9 @@ import (
|
|||
"os"
|
||||
"sync"
|
||||
|
||||
"github.com/sagernet/netlink"
|
||||
E "github.com/sagernet/sing/common/exceptions"
|
||||
"github.com/sagernet/sing/common/x/list"
|
||||
|
||||
"github.com/vishvananda/netlink"
|
||||
)
|
||||
|
||||
type networkUpdateMonitor struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue