Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-26 | refactor(lisp/dns): Split package into multiple files | Vincent Ambo | 4 | -31/+182 | |
Adds a package definition file and moves the current client into client.lisp Note that the client is not working at all at this commit as this is a work-in-progress snapshot. | |||||
2020-01-22 | r/448 feat(lisp/dns): Check in very early DNS-over-HTTPS client | Vincent Ambo | 2 | -0/+44 | |
This includes very barebones support for querying TXT and MX records right now. The returned structure is not turned into a more convenient format and error handling is, well, NIL. |