Xyria:DNSd Code
Status: Abandoned
Brought to you by:
cdpxe
| File | Date | Author | Commit |
|---|---|---|---|
| dnsd | 2008-08-16 | cdpxe | [r107] fixed a memory leak in dnsconf.y where 1*sizeof... |
| AUTHOR | 2008-03-21 | cdpxe | [r73] move some source from src/ to dnsd/src since th... |
| CHANGELOG | 2008-08-16 | cdpxe | [r107] fixed a memory leak in dnsconf.y where 1*sizeof... |
| INSTALL | 2008-03-22 | cdpxe | [r83] improve INSTALL content |
| LICENSE | 2008-01-23 | cdpxe | [r70] modify copyright, web address and mail address |
| Makefile | 2008-08-15 | cdpxe | [r104] fix installation errors on OpenBSD (missing -v ... |
| README | 2008-07-31 | cdpxe | [r91] add a README file |
| configure | 2008-07-31 | cdpxe | [r93] remove g++-check in configure script |
| create_release.sh | 2008-03-22 | cdpxe | [r86] add release creator script |
xyriadnsd - probably the worlds fastest DNS server for *nix like systems.
THis server is VERY minimalistic.
pro: supports A, AAAA, NS, PTR and MX resource records
contra: it does not support any other resource records ;)
pro: it is very very fast
pro: it is very secure (since it does only implement the most important
parts of the DNS protocol and even does not implement caching)
contra: it does not support caching
contra: it does not support zone transfers
contra: you need to restart it to force a database reload
pro: the database format is binary what makes reloads VERY fast
pro: it supports load balancing via round robin
pro: it is IPv6-ready
pro: it only needs a C compiler, pthreads and flex/bison to compile and
no other libraries
pro: it includes its own very fast resource record database and does
not require external databases