mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-05 09:03:54 -04:00
8 lines
119 B
Go
8 lines
119 B
Go
//go:build !android
|
|
|
|
package device
|
|
|
|
func (t *TunNetstackDevice) Create() (WGConfigurer, error) {
|
|
return t.create()
|
|
}
|