mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-29 11:33:48 +01:00
7 lines
135 B
Go
7 lines
135 B
Go
|
// +build darwin
|
||
|
|
||
|
package iface
|
||
|
|
||
|
// WgInterfaceDefault is a default interface name of Wiretrustee
|
||
|
const WgInterfaceDefault = "utun100"
|