Title: What is my public IP address? Date: Feb. 25, 2018 URL: https://monsterb.github.io/notes/notes018.txt License: http://creativecommons.org/licenses/by-sa/4.0/ Author: monsterb ********************************************************* Find out your public IP address from the command line on GNU/Linux using curl, dig, or host. The 'curl' command: $ curl -s checkip.dyndns.org | sed 's#.*Address: \(.*\)