24 ms·
Many Chinese companies are building their own authoritative NS based on code from miekg/dns :) Writing one importing that library is really simple, we should do
by ageofzfarm 5y ago
Many Chinese companies are building their own authoritative NS based on code from miekg/dns :)
Writing one importing that library is really simple, we should do it more often in the West too.
- tptacek 5y agoRight, I just ported our Rust DNS server (built with the equally excellent NLNet crate) to miekg/dns. It's great. But people tend to be writing "interesting" DNS servers, which is not the thing you actually need if you're trying to get rid of BIND and nsd; you need stuff that behaves exactly like BIND and nsd, just minus the memory corruption.