mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 20:07:40 +03:00
Fix system stack for ios
This commit is contained in:
parent
499c0aed67
commit
d880656b52
5 changed files with 13 additions and 21 deletions
2
stack.go
2
stack.go
|
@ -34,7 +34,7 @@ func NewStack(
|
|||
) (Stack, error) {
|
||||
switch stack {
|
||||
case "":
|
||||
return defaultStack(options)
|
||||
return NewSystem(options)
|
||||
case "gvisor":
|
||||
return NewGVisor(options)
|
||||
case "system":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue