A Java-based IP locator tool that:
- Gets your local machine IP
- Finds the IP and geo-location of any domain
- Uses MaxMind data and a binary search algorithm
- 🕵️♂️ Lookup public/remote IP
- 🌍 Geolocation with country/city info
- 🔄 Fast binary search
- 🧠 Modular Java code
git clone https://github.com/sjain7787/IPLocator.git
cd IPLocator
javac Main.java
java Main