Better DESCR.

This commit is contained in:
margarida 2002-11-21 16:56:05 +00:00
parent cc32ceb953
commit 4360a55f5d

View File

@ -1,4 +1,19 @@
maradns is a DNS server written with security, simplicity,
and performance in mind.
Features:
* Security-aware programming.
A DNS server needs to be secure.
There's a number of security features in the code, including:
1. The code uses a special string library which is resistant
to buffer overflows.
2. The code, if started as root, mandates running as an
unprivledged user in a chroot() jail.
* Open-Source.
This DNS server is BSD licensed code.
There are no restrictions attached to this code.
* Simplicity.
This DNS server has the minimum number of features needed to correctly
act as an authoritative and/or recursive name server.
WWW: ${HOMEPAGE}