Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

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

0 stars

Watchers

0 watching

Forks

Contributors

Languages