[2019-02-05 14:40] Pierre Rudloff <cont...@rudloff.pro>
> Package: wnpp
> Severity: wishlist
>
> * Package name    : ipify-cli
>   Version         : 1.0.0
>   Upstream Author : Sindre Sorhus <sindresor...@gmail.com>
> * URL             : https://github.com/sindresorhus/ipify-cli
> * License         : MIT
>   Programming Lang: JS
>   Description     : Get your public IP address
>
> This is a CLI client for the ipify API written in NodeJS.
> It can be useful on newly configured servers to get the public IP of the
> server.

Why not just:

        wget -O- -q http://checkip.dyndns.org:8245 | grep -Eo 
'([0-9]{2,3}\.?){4}'

I mean, task at hand can be easily done with /essential/ tools.
-- 
Note, that I send and fetch email in batch, once in a few days.

Reply via email to