Skip to content

Instantly share code, notes, and snippets.

@jayswan
Created February 25, 2016 04:11
Show Gist options
  • Save jayswan/8bc960b3a1e44bc9e56e to your computer and use it in GitHub Desktop.
Save jayswan/8bc960b3a1e44bc9e56e to your computer and use it in GitHub Desktop.
Get a List of Google CIDR Blocks
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