Add missing clientMode

This commit is contained in:
Arnaud 2026-06-05 18:18:05 +04:00
parent 5b7ff05138
commit e44eccae95
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -64,6 +64,7 @@ proc getDebug(
"table": table,
"nat": {
"reachability": reachabilityStr(storage[].autonatService),
"clientMode": node.discovery.protocol.clientMode,
"relayRunning":
storage[].autoRelayService.isSome and storage[].autoRelayService.get.isRunning,
"portMapping": portMappingStr(storage[].natMapper),