mirror of
https://github.com/netbirdio/netbird.git
synced 2025-03-13 14:18:47 +01:00
7 lines
154 B
Go
7 lines
154 B
Go
//go:build linux || windows || freebsd
|
|
|
|
package configurer
|
|
|
|
// WgInterfaceDefault is a default interface name of Netbird
|
|
const WgInterfaceDefault = "wt0"
|