Fix system stack for ios

This commit is contained in:
世界 2023-04-17 20:01:56 +08:00
parent 499c0aed67
commit d880656b52
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 13 additions and 21 deletions

View file

@ -34,7 +34,7 @@ func NewStack(
) (Stack, error) {
switch stack {
case "":
return defaultStack(options)
return NewSystem(options)
case "gvisor":
return NewGVisor(options)
case "system":