mirror of
https://github.com/netbirdio/netbird.git
synced 2025-03-13 06:08:48 +01:00
7 lines
137 B
Go
7 lines
137 B
Go
//go:build darwin
|
|
|
|
package configurer
|
|
|
|
// WgInterfaceDefault is a default interface name of Netbird
|
|
const WgInterfaceDefault = "utun100"
|