Skip to content

Instantly share code, notes, and snippets.

@songpon
Created July 15, 2017 09:46
Show Gist options
  • Save songpon/2de20da7cc2a3f0615c102eac3233703 to your computer and use it in GitHub Desktop.
Save songpon/2de20da7cc2a3f0615c102eac3233703 to your computer and use it in GitHub Desktop.
#!/bin/bash
dig TXT +short o-o.myaddr.l.google.com @ns1.google.com | awk -F'"' '{ print $2}'
@songpon
Copy link
Author

songpon commented Jul 15, 2017

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