diff options
-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..." |