From b11e6a453b0b870957663d214d9f1a0fdf49af90 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Sat, 27 May 2023 12:13:54 +0200 Subject: Add support for Epic Games and GeForceNow/Nvidia (#1990) --- utils/asn_update.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'utils') diff --git a/utils/asn_update.sh b/utils/asn_update.sh index adc93790e..38e8b37c5 100755 --- a/utils/asn_update.sh +++ b/utils/asn_update.sh @@ -184,6 +184,16 @@ DEST=../src/lib/inc_generated/ndpi_asn_hulu.c.inc create_list NDPI_PROTOCOL_HULU $DEST "AS23286" echo "(3) Hulu IPs are available in $DEST" +echo "(1) Downloading EpicGames.." +DEST=../src/lib/inc_generated/ndpi_asn_epicgames.c.inc +create_list NDPI_PROTOCOL_EPICGAMES $DEST "AS4356" "AS397645" "AS395701" "AS393326" +echo "(3) EpicGames IPs are available in $DEST" + +echo "(1) Downloading Nvidia..." +DEST=../src/lib/inc_generated/ndpi_asn_nvidia.c.inc +create_list NDPI_PROTOCOL_NVIDIA $DEST "AS60977" "AS50889" "AS20347" "AS11414" +echo "(3) Nvidia 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 -- cgit v1.2.3