Skip to content
/ whois Public
forked from ah450/whois

A multithreaded basic whois commandline utility, because why not?

License

Notifications You must be signed in to change notification settings

a-h-i/whois

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whois

A multithreaded basic whois commandline utility, because why not?

How to build

(assuming you are in repo root)

First create a build directory mkdir build

Change directory to the one you just created cd build

Run cmake cmake ..

Make it make

Then run whois ./whois <ip list>

ip list is a list of space seperated IPs either ipv4 or ipv6 or mixed.

About

A multithreaded basic whois commandline utility, because why not?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.7%
  • CMake 8.3%