mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-26 18:13:40 +01:00
7 lines
138 B
Go
7 lines
138 B
Go
|
// +build linux windows
|
||
|
|
||
|
package iface
|
||
|
|
||
|
// WgInterfaceDefault is a default interface name of Wiretrustee
|
||
|
const WgInterfaceDefault = "wt0"
|