aboutsummaryrefslogtreecommitdiff
path: root/utils/asn_update.sh
diff options
context:
space:
mode:
author0xA50C1A1 <105977161+0xA50C1A1@users.noreply.github.com>2023-02-02 17:27:59 +0300
committerGitHub <noreply@github.com>2023-02-02 15:27:59 +0100
commit4bb851384efb2a321def0bdb5e93786fac1cc02b (patch)
tree86abdb78af7e9be46267c3b0184e3f95f59b3c1a /utils/asn_update.sh
parent64b8ae38dbc816f78591c65dcdad27dd51f89381 (diff)
Add VK detection (#1880)
Diffstat (limited to 'utils/asn_update.sh')
-rwxr-xr-xutils/asn_update.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/asn_update.sh b/utils/asn_update.sh
index 6ed94abb1..5e976e625 100755
--- a/utils/asn_update.sh
+++ b/utils/asn_update.sh
@@ -159,6 +159,11 @@ DEST=../src/lib/inc_generated/ndpi_asn_line.c.inc
create_list NDPI_PROTOCOL_LINE $DEST "AS38631"
echo "(3) Line IPs are available in $DEST"
+echo "(1) Downloading VK..."
+DEST=../src/lib/inc_generated/ndpi_asn_vk.c.inc
+create_list NDPI_PROTOCOL_VK $DEST "AS47541"
+echo "(3) VK IPs are available in $DEST"
+
if [ ${TOTAL_ASN} -eq ${FAILED_ASN} ]; then
printf '%s: %s\n' "${0}" "All download(s) failed, ./get_routes_by_asn.sh broken?"
exit 1