Fix interface monitor for android

This commit is contained in:
世界
2023-04-19 21:42:40 +08:00
parent 20e9da5c67
commit b498a22972
10 changed files with 342 additions and 29 deletions
+1
View File
@@ -32,6 +32,7 @@ type Router interface {
LookupDefault(ctx context.Context, domain string) ([]netip.Addr, error)
InterfaceFinder() control.InterfaceFinder
UpdateInterfaces() error
DefaultInterface() string
AutoDetectInterface() bool
AutoDetectInterfaceFunc() control.Func