mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-22 02:06:39 +00:00
feat: add retry on connection restart
This commit is contained in:
@@ -10,8 +10,7 @@ import (
|
||||
|
||||
type Config struct {
|
||||
// Wireguard private key of local peer
|
||||
PrivateKey string
|
||||
// configured remote peers (Wireguard public keys)
|
||||
PrivateKey string
|
||||
Peers []connection.Peer
|
||||
StunTurnURLs []*ice.URL
|
||||
// host:port of the signal server
|
||||
|
||||
Reference in New Issue
Block a user