Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 879 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 879 Bytes

Hello DNS in Common Lisp

The canonical home page for this project is: https://git.sr.ht/~aerique/hello-dns-common-lisp

(The library is also pushed to GitLab and GitHub but those sites are not monitored for support.)

A Common Lisp implementation of Hello DNS.

This document focuses on the Common Lisp issues. Please refer to the above link for the Hello DNS documentation and description.

To Do

  • Move RR parsing from print-object to object instantiation
    • (so we'll have :A as rtype and not 1

Known Issues