mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 20:37:37 +03:00
Fix platform interface monitor & Fix system tun stack for ios
This commit is contained in:
parent
5e6e7923e4
commit
ec8974673b
10 changed files with 68 additions and 13 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue