diff --git a/library/storage_thread_requests/requests/node_debug_request.nim b/library/storage_thread_requests/requests/node_debug_request.nim index 2bbead69..b01fd444 100644 --- a/library/storage_thread_requests/requests/node_debug_request.nim +++ b/library/storage_thread_requests/requests/node_debug_request.nim @@ -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),