mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-02 11:27:39 +03:00
7 lines
119 B
Go
7 lines
119 B
Go
//go:build !darwin
|
|
|
|
package tun
|
|
|
|
func defaultStack(options StackOptions) (Stack, error) {
|
|
return NewSystem(options)
|
|
}
|