[index][raw][main]

[noise@unvalidatedinput]$ man Whatismyip

Whatismyip(1)                               User Manuals                               Whatismyip(1)

NAME
       Whatismyip
                                                                        Thu 16 Apr 13:26:06 BST 2015

DESCRIPTION
       Just a couple of command line friendly sites that respond with your public IP.

       $ curl -s whatismyip.akamai.com
       127.0.0.1

       $ curl -s checkip.amazonaws.com
       127.0.0.1

       $ curl -s icanhazip.com
       127.0.0.1

       $curl -s wtfismyip.com/text
       127.0.0.1

       $ w3m -dump checkip.dyndns.com | awk '{ print $4}'
       127.0.0.1

Linux                                        April 2015                                Whatismyip(1)


[noise@unvalidatedinput]$ ∎