/jwhois

Swing desktop application to make quick WHOIS info lookups for domains and IP addresses.

Primary LanguageJavaMIT LicenseMIT

jWHOIS

Swing desktop application to make quick WHOIS info lookups for domains and IP addresses.

GitHub latest release Github total download

  • 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

Requirements

  • Java 11

Build and Run

During development, run the following command to build and run the application.

$ ./gradlew run

Package

Before a release, run the following command to package the files into the build/package/ folder to be zipped up.

$ ./gradlew packageJar