mirror of
https://github.com/netbirdio/netbird.git
synced 2025-03-01 16:31:20 +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"
|