netbird/relay/server
Zoltan Papp b524f486e2
[client] Fix/nil relayed address (#4153)
Fix nil pointer in Relay conn address

Meanwhile, we create a relayed net.Conn struct instance, it is possible to set the relayedURL to nil.

panic: value method github.com/netbirdio/netbird/relay/client.RelayAddr.String called using nil *RelayAddr pointer

Fix relayed URL variable protection
Protect the channel closing
2025-07-16 00:00:18 +02:00
..
listener [management] optimize test execution (#3204) 2025-02-19 19:13:45 +01:00
store [client] Fix/nil relayed address (#4153) 2025-07-16 00:00:18 +02:00
handshake.go [client, relay-server] Feature/relay notification (#4083) 2025-07-15 10:43:42 +02:00
peer.go [client, relay-server] Feature/relay notification (#4083) 2025-07-15 10:43:42 +02:00
relay_test.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
relay.go [client, relay-server] Feature/relay notification (#4083) 2025-07-15 10:43:42 +02:00
server.go [client, relay-server] Feature/relay notification (#4083) 2025-07-15 10:43:42 +02:00
url.go [client, relay-server] Feature/relay notification (#4083) 2025-07-15 10:43:42 +02:00