Fix platform interface monitor & Fix system tun stack for ios

This commit is contained in:
世界 2023-04-17 19:05:02 +08:00
parent 5e6e7923e4
commit ec8974673b
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
10 changed files with 68 additions and 13 deletions

View file

@ -11,7 +11,7 @@ import (
type Interface interface {
AutoDetectInterfaceControl() control.Func
OpenTun(options tun.Options, platformOptions option.TunPlatformOptions) (tun.Tun, error)
OpenTun(options *tun.Options, platformOptions option.TunPlatformOptions) (tun.Tun, error)
process.Searcher
io.Writer
}