mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-14 02:41:34 +01:00
fd67892cb4
Refactor the flat code structure
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"
|