mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-18 03:01:31 +01:00
7 lines
141 B
Go
7 lines
141 B
Go
//go:build darwin
|
|
|
|
package configurer
|
|
|
|
// WgInterfaceDefault is a default interface name of Wiretrustee
|
|
const WgInterfaceDefault = "utun100"
|