tun: Set address sets to routes

This commit is contained in:
世界
2025-01-13 15:14:30 +08:00
parent 96fdf59ee4
commit 7aac801ccd
8 changed files with 209 additions and 86 deletions
+4
View File
@@ -66,6 +66,10 @@ func (s *platformInterfaceStub) OpenTun(options *tun.Options, platformOptions op
return nil, os.ErrInvalid
}
func (s *platformInterfaceStub) UpdateRouteOptions(options *tun.Options, platformInterface option.TunPlatformOptions) error {
return os.ErrInvalid
}
func (s *platformInterfaceStub) UsePlatformDefaultInterfaceMonitor() bool {
return true
}