Skip to content

Instantly share code, notes, and snippets.

@roberttoups
Created April 14, 2020 13:08
Show Gist options
  • Save roberttoups/32590658fd30209ca6163d7671feb85a to your computer and use it in GitHub Desktop.
Save roberttoups/32590658fd30209ca6163d7671feb85a to your computer and use it in GitHub Desktop.
Quickly return current external IP address bypassing any web proxies
#!/bin/sh
nslookup myip.opendns.com resolver1.opendns.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment