From 6c9571d9a92b8c71bd7b8a565f062a49bd7d4d49 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:08:06 +0100 Subject: Remove duplicate addreess list (#2151) We are loading the same AS list as GOTO See #2150 --- utils/asn_update.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'utils/asn_update.sh') diff --git a/utils/asn_update.sh b/utils/asn_update.sh index 7569eae67..283e7f93c 100755 --- a/utils/asn_update.sh +++ b/utils/asn_update.sh @@ -130,11 +130,6 @@ DEST=../src/lib/inc_generated/ndpi_asn_bloomberg.c.inc create_list NDPI_PROTOCOL_BLOOMBERG $DEST "" "AS8188" "AS58850" "AS33220" "AS33181" "AS199559" "AS17063" "AS13908" "AS10361" echo "(3) Bloomberg IPs are available in $DEST" -echo "(1) Downloading Citrix routes..." -DEST=../src/lib/inc_generated/ndpi_asn_citrix.c.inc -create_list NDPI_PROTOCOL_CITRIX $DEST "" "AS395424" "AS21866" "AS213380" "AS20104" "AS16815" -echo "(3) Citrix IPs are available in $DEST" - echo "(1) Downloading Edgecast routes..." DEST=../src/lib/inc_generated/ndpi_asn_edgecast.c.inc create_list NDPI_PROTOCOL_EDGECAST $DEST "" "AS15133" -- cgit v1.2.3