mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
891ba277b1
Initial modification to support mobile client Export necessary interfaces for Android framework
8 lines
166 B
Go
8 lines
166 B
Go
//go:build linux || windows
|
|
// +build linux windows
|
|
|
|
package iface
|
|
|
|
// WgInterfaceDefault is a default interface name of Wiretrustee
|
|
const WgInterfaceDefault = "wt0"
|