mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 09:16:40 +00:00
fix: signal key transfer
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
package cmd
|
||||
|
||||
import "golang.zx2c4.com/wireguard/wgctrl/wgtypes"
|
||||
|
||||
type Config struct {
|
||||
// Wireguard private key of local peer
|
||||
PrivateKey wgtypes.Key
|
||||
PrivateKey string
|
||||
// configured remote peers (Wireguard public keys)
|
||||
Peers []string
|
||||
Peers string
|
||||
StunURL string
|
||||
TurnURL string
|
||||
TurnUser string
|
||||
|
||||
Reference in New Issue
Block a user