1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-03-12 22:02:43 +01:00
netbird/iface/name_darwin.go
Zoltan Papp 891ba277b1
Mobile ()
Initial modification to support mobile client

Export necessary interfaces for Android framework
2023-03-17 10:37:27 +01:00

8 lines
153 B
Go

//go:build darwin
// +build darwin
package iface
// WgInterfaceDefault is a default interface name of Wiretrustee
const WgInterfaceDefault = "utun100"