mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 16:56:39 +00:00
Check wg handshake status on worker relay
This commit is contained in:
@@ -181,7 +181,7 @@ func (p *WGEBPFProxy) proxyToRemote() {
|
||||
conn, ok := p.turnConnStore[uint16(addr.Port)]
|
||||
p.turnConnMutex.Unlock()
|
||||
if !ok {
|
||||
log.Infof("turn conn not found by port: %d", addr.Port)
|
||||
log.Infof("turn conn not found by port, exit form proxy: %d", addr.Port)
|
||||
return // todo replace it to return. For debug troubleshooting keep it
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user