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/cloudflare_ip_addresses_download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/cloudflare_ip_addresses_download.sh') diff --git a/utils/cloudflare_ip_addresses_download.sh b/utils/cloudflare_ip_addresses_download.sh index 02bdffe81..93915b6bc 100755 --- a/utils/cloudflare_ip_addresses_download.sh +++ b/utils/cloudflare_ip_addresses_download.sh @@ -1,6 +1,6 @@ #!/bin/sh -cd "$(dirname "${0}")" +cd "$(dirname "${0}")" || exit 1 DEST=../src/lib/inc_generated/ndpi_cloudflare_match.c.inc LIST=/tmp/cloudflare.list -- cgit v1.2.3