mirror of
https://github.com/SagerNet/sing-tun.git
synced 2026-04-22 16:07:19 +08:00
8 lines
119 B
Go
8 lines
119 B
Go
//go:build !darwin
|
|
|
|
package tun
|
|
|
|
func defaultStack(options StackOptions) (Stack, error) {
|
|
return NewSystem(options)
|
|
}
|