Magento 2
How to detect an Unix-based server's own external IP address via command line?
Administration
ip-address
,
unix
,
command-line
dmitrii_fediuk
(Dmitrii Fediuk)
November 14, 2017, 12:49pm
1
wget -qO- http://ipecho.net/plain ; echo
askubuntu.com/a/145017