Add cloudfront IP ranges
This commit is contained in:
3
make-aws-cloudfront-range.sh
Executable file
3
make-aws-cloudfront-range.sh
Executable 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
|
Reference in New Issue
Block a user