Blog ยท How-to

Find your public IP in Terminal

If you have curl:

curl -s https://api.ipify.org

For IPv6 (if supported):

curl -s https://api64.ipify.org

Easier for most people: open What Is My IP Address IP in the browser. See also other methods.