From 1a20c2e1444b9e90622cfc2bc4c323152b5b1134 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 23 Mar 2025 21:41:56 +0200 Subject: [network] Show list of peers found from incoming requests --- lib/_ak_network | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/_ak_network') diff --git a/lib/_ak_network b/lib/_ak_network index 636cf5e..0c0fc6f 100755 --- a/lib/_ak_network +++ b/lib/_ak_network @@ -51,6 +51,7 @@ function _ak_network_show_peers(){ cjdns) _ak_network_cjdns_show_peers; exit;; ipfs) _ak_network_ipfs_show_peers; exit;; yggdrasil) _ak_network_yggdrasil_show_peers; exit;; + incoming) _ak_network_incoming_show_peers; exit;; * ) _ak_log_error "Unknown network $1";exit 1;; esac else -- cgit v1.2.3