Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #get client IP
- curl -s https://api.ipify.org
- curl -s https://ifconfig.me
- wget -qO- https://api.ipify.org
- #json
- curl -s https://api.ipify.org?format=json
- wget -qO- 'https://api.ipify.org?format=json'
- #dns based
- dig +short myip.opendns.com @resolver1.opendns.com
Advertisement
Add Comment
Please, Sign In to add comment