Skip to content

Instantly share code, notes, and snippets.

@oleksiyp
Created August 31, 2013 09:41
Show Gist options
  • Save oleksiyp/6397235 to your computer and use it in GitHub Desktop.
Save oleksiyp/6397235 to your computer and use it in GitHub Desktop.
#!/bin/bash
dig @208.67.222.220 myip.opendns.com | grep -A 1 "ANSWER SECTION" | tail -n 1 | cut -f 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment