sing-tun/stack_default.go
2023-03-15 21:47:16 +08:00

7 lines
119 B
Go

//go:build !darwin
package tun
func defaultStack(options StackOptions) (Stack, error) {
return NewSystem(options)
}