Skip to content

dagd/multiwhois

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multiwhois

Run whois queries across multiple implementations of whois, on Linux.

Requires clang.

Currently:

  • Includes support for the following clients:

    • freebsd
    • openbsd
    • debian
  • We do not include the original sources in this repo itself, just patches to kludge them together into compiling, and scripts to automate that.

  • The patch files can be assumed to be under the same license as the client they are modifying. Where feasible, all patches should be sent upstream, not here.

  • There is no fancy runner program to run all the implementations at once. Right now this is just a collection of files to get various clients building on Linux.

To compile everything, just run make. If you want to compile a specific client, cd into it (impls/<whatever>) and run make. This will download, patch, and build the source.

About

Scripts for building various whois clients (esp. from BSDs) on Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published