-
-
Save jonas8/3b3484ba5267aaf1390b3494e8947d24 to your computer and use it in GitHub Desktop.
IP ranges for Google, Amazon etc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* CloudFare IP list: https://www.cloudflare.com/ips/ | |
* Google's IP addresses: | |
nslookup -q=TXT _netblocks.google.com 8.8.8.8 | |
nslookup -q=TXT _netblocks2.google.com 8.8.8.8 | |
nslookup -q=TXT _netblocks3.google.com 8.8.8.8 | |
Each of the above line will display a CIDR block or Google’s IP addresses. | |
* Amazon IP addresses: https://ip-ranges.amazonaws.com/ip-ranges.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment