From 525fbfc0f0435393acc1911162bf0ec2eb00145a Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 23 Mar 2025 20:03:34 +0200 Subject: [feature] ak network --scan incoming - Scans incoming requests IP stored by the API [823e381] - Imported function that pads IPv6 addresses --- lib/_ak_network | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/_ak_network') diff --git a/lib/_ak_network b/lib/_ak_network index d23d913..636cf5e 100755 --- a/lib/_ak_network +++ b/lib/_ak_network @@ -22,6 +22,7 @@ source $AK_LIBDIR/_ak_network_ipfs source $AK_LIBDIR/_ak_network_cjdns source $AK_LIBDIR/_ak_network_yggdrasil source $AK_LIBDIR/_ak_network_stellar +source $AK_LIBDIR/_ak_network_incoming function _ak_network_scan(){ if [ ! -z $1 ] && [ -n "$1" ] @@ -31,6 +32,7 @@ function _ak_network_scan(){ ipfs) _ak_network_ipfs_scan; exit;; cjdns) shift; _ak_network_cjdns_scan $1; exit;; yggdrasil) shift; _ak_network_yggdrasil_scan $1; exit;; + incoming) shift; _ak_network_incoming_scan; exit;; * ) _ak_log_error "Unknown network $1";exit 1;; esac else -- cgit v1.2.3