Swing desktop application to make quick WHOIS info lookups for domains and IP addresses.
- Recursively WHOIS queries responses from lookup servers until the final result is returned
- Lookup domains for registration info or ip addresses for netrange info
- Configurable initial lookup server for edge cases I may not have handled
- Java 11
During development, run the following command to build and run the application.
$ ./gradlew run
Before a release, run the following command to package the files into the build/package/
folder to be zipped up.
$ ./gradlew packageJar