Created
February 25, 2016 04:11
-
-
Save jayswan/8bc960b3a1e44bc9e56e to your computer and use it in GitHub Desktop.
Get a List of Google CIDR Blocks
This file contains hidden or 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
dig @8.8.8.8 +short txt _netblocks.google.com | awk '{gsub("ip4:","");for (col=2; col<NF;++col) print $col}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment