Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
So, here it is #8 (closed) and more in the wiki page. It's a lot of code, but feel free to ask anything.
Here's the general overview of the state of things:
name-server.h
and the ns_proc_*
API, which is an API for a state machine that just accepts wireformat and does all the conversions between parsed packets and backwards.ns_proc_query.h
is the implementation of query processing and implements the ns_proc_*
APIquery -> response
machine using solvers.internet.h, chaos.h, axfr.h, ixfr.h, update.h, notify.h
Pitfalls