diff options
author | Luca Deri <deri@ntop.org> | 2025-05-06 14:48:10 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2025-05-06 14:48:10 +0200 |
commit | 8d45dfaf73c4c01e2ae322b803e0d6e7ba1c8f90 (patch) | |
tree | 936a0326c4f17cc00e28d6f25b1ff9b9ee7c33c7 | |
parent | febcc7e585db7e3c8e3ecd6f875fdbe9bbe79b2b (diff) |
Update Threema and VK ASN lists
-rwxr-xr-x | utils/asn_update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/asn_update.sh b/utils/asn_update.sh index bfc0d565f..da89d7f89 100755 --- a/utils/asn_update.sh +++ b/utils/asn_update.sh @@ -146,7 +146,7 @@ echo "(3) RiotGames IPs are available in $DEST" echo "(1) Downloading Threema..." DEST=../src/lib/inc_generated/ndpi_asn_threema.c.inc -create_list NDPI_PROTOCOL_THREEMA $DEST "" "AS29691" +create_list NDPI_PROTOCOL_THREEMA $DEST "" "AS29691" "AS15576" echo "(3) Threema IPs are available in $DEST" echo "(1) Downloading AliBaba..." @@ -172,7 +172,7 @@ echo "(3) Line IPs are available in $DEST" echo "(1) Downloading VK..." DEST=../src/lib/inc_generated/ndpi_asn_vk.c.inc # https://bgpview.io/search/vkontakte -create_list NDPI_PROTOCOL_VK $DEST "" "AS47541" "AS207581" "AS28709" "AS47542" "AS62243" +create_list NDPI_PROTOCOL_VK $DEST "" "AS47541" "AS207581" "AS28709" "AS47542" "AS62243" "AS47764" echo "(3) VK IPs are available in $DEST" echo "(1) Downloading Yandex..." |