Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created April 11, 2020 14:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parsibox/560533fbdf9609fbaa53607e79e6e621 to your computer and use it in GitHub Desktop.
Save parsibox/560533fbdf9609fbaa53607e79e6e621 to your computer and use it in GitHub Desktop.
list google ip
dig TXT +short _netblocks{,2,3}.google.com | tr ' ' '\n' | grep '^ip4:' | cut -c5-;dig TXT +short _netblocks{,2,3}.google.com | tr ' ' '\n' | grep '^ip6:' | cut -c5-
@parsibox
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment