From a41086043385e821c0340e0886a7c5175a1f490e Mon Sep 17 00:00:00 2001 From: lns Date: Thu, 5 May 2022 13:04:44 +0200 Subject: Added Edgecast and Cachefly CDNs. * Improved ASN update script * Ran `utils/update_every_lists.sh' * `tests/do.sh.in' prints the amount of failed pcap(s) * `utils/asn_update.sh' prints the amount of failed download(s) Signed-off-by: lns --- utils/update_every_lists.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils/update_every_lists.sh') diff --git a/utils/update_every_lists.sh b/utils/update_every_lists.sh index e995b80be..514a2999a 100755 --- a/utils/update_every_lists.sh +++ b/utils/update_every_lists.sh @@ -8,6 +8,8 @@ RETVAL=0 RETVAL=$(( RETVAL + $? )) ./azure_ip_addresses_download.sh RETVAL=$(( RETVAL + $? )) +./cachefly_ip_addresses_download.sh +RETVAL=$(( RETVAL + $? )) ./cloudflare_ip_addresses_download.sh RETVAL=$(( RETVAL + $? )) ./ethereum_ip_addresses_download.sh @@ -30,5 +32,5 @@ RETVAL=$(( RETVAL + $? )) ./asn_update.sh RETVAL=$(( RETVAL + $? )) -test ${RETVAL} -ne 0 && printf '%s: %s\n' "${0}" "${RETVAL} scripts failed" +test ${RETVAL} -ne 0 && printf '%s: %s\n' "${0}" "${RETVAL} script(s) failed" exit ${RETVAL} -- cgit v1.2.3