mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
8 lines
169 B
Go
8 lines
169 B
Go
//go:build android
|
|
|
|
package device
|
|
|
|
func (t *TunNetstackDevice) Create(routes []string, dns string, searchDomains []string) (WGConfigurer, error) {
|
|
return t.create()
|
|
}
|