Crates.io | adns-proto |
lib.rs | adns-proto |
version | 0.1.0 |
source | src |
created_at | 2023-06-11 13:14:08.917692 |
updated_at | 2023-06-11 13:14:08.917692 |
description | ADNS Protocol Library |
homepage | |
repository | https://github.com/protryon/adns |
max_upload_size | |
id | 887388 |
size | 76,084 |
adns
is an authoritative DNS nameserver written in Rust.
Back in 2016 I wrote AvunaDNSD which is a C version of adns
with a few less features. That project was based on AvunaHTTPD-Java (containing a DNS server) which I wrote in 2015. AvunaDNSD has been the only one of these projects I still used, however it segfaulted about once a year and didn't support RFC2136 for integration with K8S external-dns. This project was born as a result, almost a decade later -- man I feel old now.