Skip to content

Implementing DNS for fun an profit (in a weekend)

Notifications You must be signed in to change notification settings

certainty/cl-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimal DNS resolver in common lisp

My take on Implement DNS in a weekend

Usage

(dns:pp (dns:query "example.com")) ; send a query and pretty print the result

(dns:resolve "example.com")  ; resolve with recursion on nameserver
(dns:resolve* "example.com") ; resolve with recursion on the client

About

Implementing DNS for fun an profit (in a weekend)

Topics

Resources

Stars

Watchers

Forks