mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-04 04:17:39 +03:00
Create gVisor stack by default in NE
This commit is contained in:
parent
839f1792e4
commit
fe89bbded2
3 changed files with 19 additions and 1 deletions
7
stack_default.go
Normal file
7
stack_default.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
//go:build !darwin
|
||||
|
||||
package tun
|
||||
|
||||
func defaultStack(options StackOptions) (Stack, error) {
|
||||
return NewSystem(options)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue