diff options
author | Luca Deri <deri@ntop.org> | 2025-02-05 15:27:34 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2025-02-05 15:27:59 +0100 |
commit | 501ff5841d327951cb3221474192b39d48d29bc5 (patch) | |
tree | 7462e82740ae701319eca1ab7e17911d5a6eac4d | |
parent | 898eda251fcbb172701b5d6fb5fec749f4c19431 (diff) |
Added additional VK ASNs
-rwxr-xr-x | utils/asn_update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/asn_update.sh b/utils/asn_update.sh index f9e2a9ca7..50e0e38bd 100755 --- a/utils/asn_update.sh +++ b/utils/asn_update.sh @@ -171,7 +171,8 @@ 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" +# https://bgpview.io/search/vkontakte +create_list NDPI_PROTOCOL_VK $DEST "" "AS47541" "AS207581" "AS28709" "AS47542" "AS62243" echo "(3) VK IPs are available in $DEST" echo "(1) Downloading Yandex..." |