This commit is contained in:
jdl
2026-06-09 06:08:14 +02:00
parent c258d877e8
commit 3968fd8f16
3 changed files with 15 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ type App struct {
dev WGDevice
controlConn ControlConn
// Relay-side forwarder; non-nil only when isRelay.
forwarder *Forwarder
// Peer state
relay *Peer
peersByKey map[wgtypes.Key]*Peer