Skip to content

Commit

Permalink
Added additional VK ASNs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Feb 5, 2025
1 parent 898eda2 commit 501ff58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/asn_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 501ff58

Please sign in to comment.