Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 711 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 711 Bytes
title
WHOIS server

whois server

This is a partial whois server implementation for the sake of learning about low-level sockets and such with NodeJS.

WARNING: This is intended to be used solely within your own internal LAN, in companionship with DNS root zones that you own and wish to advertise.

usage

# install deps
npm install
# execute server-side inside of another terminal
npm run serve
# test the server implementation with the client
npm run client

TODO

  • make our server implementation spec compliant so we can use whois client for returning results
    • whois --host localhost --port 43 lan
    • See also: /etc/whois.conf