diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-11-16 20:08:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 20:08:06 +0100 |
commit | 6c9571d9a92b8c71bd7b8a565f062a49bd7d4d49 (patch) | |
tree | 38cd690ffdb41ed3de7a5cf4182703ff77bf277c /utils/asn_update.sh | |
parent | 344ac694688c95cc29afa7bb4f5528db860c383c (diff) |
Remove duplicate addreess list (#2151)
We are loading the same AS list as GOTO
See #2150
Diffstat (limited to 'utils/asn_update.sh')
-rwxr-xr-x | utils/asn_update.sh | 5 |
1 files changed, 0 insertions, 5 deletions
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" |