mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:24:18 -04: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"
|