Add cloudfront IP ranges

This commit is contained in:
2023-06-23 18:33:43 +02:00
parent 39d1895653
commit 1d3525e300
2 changed files with 88 additions and 0 deletions

3
make-aws-cloudfront-range.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
curl https://d7uri8nf7uskq.cloudfront.net/tools/list-cloudfront-ips | jq -r '.CLOUDFRONT_GLOBAL_IP_LIST | join("\n")' | sort > cloudfront-ips.txt