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

@ -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 {