mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-25 19:56:46 +00:00
Fix deprecated event handling
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user