mirror of
https://github.com/netbirdio/netbird.git
synced 2025-01-12 17:08:36 +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"
|