IP

Your current IP address.

Results

18.208.203.36

CLI Instructions

Create a bash function,

my-ip ()
{
    wget -qO - ip.tools.sonassi.com
}

Then generate a new password by executing my-ip

my-ip