Fix deprecated event handling

This commit is contained in:
Zoltán Papp
2025-02-28 12:24:44 +01:00
parent 4a5edc1374
commit 4e33582aaa
5 changed files with 55 additions and 56 deletions

View File

@@ -2,9 +2,12 @@ package lazyconn
import (
"net/netip"
"github.com/netbirdio/netbird/client/internal/peer"
)
type PeerConfig struct {
PublicKey string
AllowedIPs []netip.Prefix
PeerConnID peer.ConnID
}