Skip to content

Commit

Permalink
Update geoip:cloudfront
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier authored Nov 1, 2021
1 parent ec5dcd6 commit 24e9127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
curl -sSL https://www.cloudflare.com/ips-v4 | grep "/" >> data/cloudflare
curl -sSL https://www.cloudflare.com/ips-v6 | grep "/" >> data/cloudflare
curl -sSL https://api.fastly.com/public-ip-list | jq --raw-output '.addresses[],.ipv6_addresses[]' >> data/fastly
curl -sSL https://d7uri8nf7uskq.cloudfront.net/tools/list-cloudfront-ips | jq --raw-output '.CLOUDFRONT_GLOBAL_IP_LIST[],.CLOUDFRONT_REGIONAL_EDGE_IP_LIST[]' >> data/cloudfront
curl -sSL https://ip-ranges.amazonaws.com/ip-ranges.json | jq --raw-output '.prefixes[],.ipv6_prefixes[] | select(.service == "CLOUDFRONT") | .ip_prefix,.ipv6_prefix' | grep "/" >> data/cloudfront
- name: Get GeoLite2
env:
Expand Down

0 comments on commit 24e9127

Please sign in to comment.