mirror of
https://github.com/netbirdio/netbird.git
synced 2025-07-24 01:15:49 +02: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"
|