Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gingermat/fb27c6b6af55e509c2d0b765477c8c90 to your computer and use it in GitHub Desktop.
Save gingermat/fb27c6b6af55e509c2d0b765477c8c90 to your computer and use it in GitHub Desktop.
Detect my IP address
# Return my IP address
function myip() {
dig -4 TXT +short o-o.myaddr.l.google.com @ns1.google.com
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment