Fix platform interface monitor & Fix system tun stack for ios

This commit is contained in:
世界
2023-04-19 21:40:03 +08:00
parent 5e6e7923e4
commit ec8974673b
10 changed files with 68 additions and 13 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ func mapRoutePrefix(prefixes []netip.Prefix) RoutePrefixIterator {
var _ TunOptions = (*tunOptions)(nil)
type tunOptions struct {
tun.Options
*tun.Options
option.TunPlatformOptions
}