myip
is a simple and convenient CLI tool for retrieving your local and external IP address.
Install myip
using go install
:
go install github.com/iqhater/myip@latest
Then, add it to your PATH
if necessary:
export PATH=$HOME/go/bin:$PATH
Simply run the command:
myip
You will get the following output:
Local interface name: vEthernet (hyperV-external)
Internal IP (IPv4): 10.180.0.60
External IP (IPv4): 42.30.210.106
Country: Netherlands
Country Code: NL
This project is licensed under the MIT License.
💡 Star us on GitHub if you like this project! ⭐