platform: Add UsePlatformAutoDetectInterfaceControl

This commit is contained in:
世界
2023-04-21 17:04:55 +08:00
parent ec13965fd0
commit 3a92bf993d
4 changed files with 7 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ import (
type Interface interface {
Initialize(ctx context.Context, router adapter.Router) error
UsePlatformAutoDetectInterfaceControl() bool
AutoDetectInterfaceControl() control.Func
OpenTun(options *tun.Options, platformOptions option.TunPlatformOptions) (tun.Tun, error)
UsePlatformDefaultInterfaceMonitor() bool