diff --git a/cloudflare/downloader.sh b/cloudflare/downloader.sh index 81aa6fc1..015d54a3 100755 --- a/cloudflare/downloader.sh +++ b/cloudflare/downloader.sh @@ -1,12 +1,11 @@ #!/bin/bash -# https://www.workplace.com/resources/tech/it-configuration/domain-whitelisting -# https://www.irr.net/docs/list.html -# https://bgp.he.net/search?search%5Bsearch%5D=facebook&commit=Search -# https://github.com/SecOps-Institute/FacebookIPLists/blob/master/facebook_asn_list.lst set -euo pipefail set -x curl https://www.cloudflare.com/ips-v4 > cloudflare/ipv4.txt curl https://www.cloudflare.com/ips-v6 > cloudflare/ipv6.txt + +echo >> cloudflare/ipv4.txt +echo >> cloudflare/ipv6.txt diff --git a/yandex/downloader.sh b/yandex/downloader.sh index 2a737fbc..aa568b1b 100755 --- a/yandex/downloader.sh +++ b/yandex/downloader.sh @@ -1,10 +1,5 @@ #!/bin/bash -# https://www.workplace.com/resources/tech/it-configuration/domain-whitelisting -# https://www.irr.net/docs/list.html -# https://bgp.he.net/search?search%5Bsearch%5D=facebook&commit=Search -# https://github.com/SecOps-Institute/FacebookIPLists/blob/master/facebook_asn_list.lst - set -euo pipefail set -x