mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-01 04:23:44 +01:00
fd67892cb4
Refactor the flat code structure
7 lines
158 B
Go
7 lines
158 B
Go
//go:build linux || windows || freebsd
|
|
|
|
package configurer
|
|
|
|
// WgInterfaceDefault is a default interface name of Wiretrustee
|
|
const WgInterfaceDefault = "wt0"
|