Add warning

This commit is contained in:
Arnaud 2026-06-15 19:45:58 +04:00
parent ec24e0ffdc
commit 43db403b84
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -187,6 +187,8 @@ method handleNatStatus*(
discovery.announceDirectAddrs(
@[dialBackAddr.get], udpPort = m.activeUdpPort.get(discoveryPort)
)
else:
warn "Empty dialback address in AutoNat when node is Reachable"
of NotReachable:
var hasPortMapping = false