A simple authorative DNS server implementation in C89.
This is a work-in-progress.
Build with
make build
executable is in build/dnsd
always run make clean
before and after compiling tests.
make test
make coverage
Run tests with Valgrind to check for memory leaks
make valgrind_test
License: MIT