tun: Create gVisor stack by default in Apple Network Extension

This commit is contained in:
世界
2023-03-15 21:50:18 +08:00
parent a1535b8ec4
commit e27beef891
3 changed files with 4 additions and 3 deletions

View File

@@ -169,6 +169,7 @@ func (t *Tun) Start() error {
UDPTimeout: t.udpTimeout,
Handler: t,
Logger: t.logger,
UnderPlatform: t.platformInterface != nil,
})
if err != nil {
return err