mirror of
https://github.com/netbirdio/netbird.git
synced 2025-03-19 17:56:41 +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"
|