Skip to content

Files

Latest commit

1b3cafd · Mar 9, 2025

History

History
51 lines (36 loc) · 1.08 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.08 KB

myip

myip is a simple and convenient CLI tool for retrieving your local and external IP address.

🚀 Installation

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

🛠 Usage

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

📜 License

This project is licensed under the MIT License.


💡 Star us on GitHub if you like this project!