MaraDNS kan, zoals de naam al een beetje door laat schemeren, een DNS opzetten. Het programma is geschreven met het uitgangspunt om een veilige en compacte DNS te maken. Zo gebruikt het een eigen library om buffer overflows te voorkomen en draait het niet in een root account maar als een unprivileged user. De ontwikkelaar heeft versie 1.1.59 in de unstable branch uitgebracht met de volgende aanpassingen:
Version 1.1.59:Version 1.1.58:
- Cygwin port fix: ipv6 not compiled in authonly mode on Cygwin (Cygwin doesn't yet have ipv6)
- Updated RPM-building spec file for the 1.1 branch of MaraDNS
Version 1.1.57:
- Cleaned up the FreeBSD compile
- Cleaned up the Cygwin compile; MaraDNS compiles on Cygwin again
- Removed all warnings seen when compiling on Cygwin (Cygwin GCC is a little more pedantic than Linux GCC)
- Updated the Mingw32 patch
- Fixed issue with install script (see mailing list)
Version 1.0.35:
- Partial port of MaraDNS to mingw32 (can you say maradns.exe) done.
- Since 127.0.0.3 doesn't work on many systems, changing all loopback examples to use the IP address 127.0.0.1; also changing Askmara's default server address to 127.0.0.1
- Backport of 1.1.x fix of csv1 example in documentation
- Backport of 1.1.x fix of MINFO RR description
- Backport of 1.1.x security fix.