[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#921433: RFP: ipify-cli -- Get your public IP address



[2019-02-05 14:40] Pierre Rudloff <contact@rudloff.pro>
> Package: wnpp
> Severity: wishlist
>
> * Package name    : ipify-cli
>   Version         : 1.0.0
>   Upstream Author : Sindre Sorhus <sindresorhus@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 to: