mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +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"
|