Skip to content

Instantly share code, notes, and snippets.

@darth-veitcher
Created February 17, 2020 21:06
Show Gist options
  • Save darth-veitcher/3e13d6d2c7c73d13e4ec11184114d1e2 to your computer and use it in GitHub Desktop.
Save darth-veitcher/3e13d6d2c7c73d13e4ec11184114d1e2 to your computer and use it in GitHub Desktop.
Get public IP address
#!/bin/bash
dig -4 TXT +short o-o.myaddr.l.google.com @ns1.google.com | awk -F'\"' '{ print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment