aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
author0xA50C1A1 <105977161+0xA50C1A1@users.noreply.github.com>2023-02-09 22:02:43 +0300
committerGitHub <noreply@github.com>2023-02-09 20:02:43 +0100
commitba4e145aad4c7dbd1cbc6d2a6557f3686447d96a (patch)
tree0defe53aed3e20a16a326fb607d58de15cb74b2c /utils
parentb51a2ac72a3cbd1b470890d0151a46da28e6754e (diff)
Add Yandex services detection (#1882)
Add Yandex services detection Add VK and Yandex to the TLS certificate match list
Diffstat (limited to 'utils')
-rwxr-xr-xutils/asn_update.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/utils/asn_update.sh b/utils/asn_update.sh
index 5e976e625..281f27480 100755
--- a/utils/asn_update.sh
+++ b/utils/asn_update.sh
@@ -164,6 +164,16 @@ 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"
+echo "(1) Downloading Yandex..."
+DEST=../src/lib/inc_generated/ndpi_asn_yandex.c.inc
+create_list NDPI_PROTOCOL_YANDEX $DEST "AS44534" "AS207207" "AS202611" "AS13238"
+echo "(3) Yandex IPs are available in $DEST"
+
+echo "(1) Downloading Yandex Cloud..."
+DEST=../src/lib/inc_generated/ndpi_asn_yandex_cloud.c.inc
+create_list NDPI_PROTOCOL_YANDEX_CLOUD $DEST "AS210656" "AS200350"
+echo "(3) Yandex Cloud 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