* 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.
[2019-02-05 14:40] Pierre Rudloff <contact@rudloff.pro>
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.