diff options
author | will <will@FreeBSD.org> | 2001-06-11 11:44:26 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-06-11 11:44:26 +0800 |
commit | 9ed008f4ad5127057d95e8397c71e85ef25bee75 (patch) | |
tree | f3c3d7d31c597395270e02b2ed6709309484604b /dns/maradns/pkg-descr | |
parent | 26d056a81af4c329fec483ef6cc40407186b47f9 (diff) | |
download | freebsd-ports-gnome-9ed008f4ad5127057d95e8397c71e85ef25bee75.tar.gz freebsd-ports-gnome-9ed008f4ad5127057d95e8397c71e85ef25bee75.tar.zst freebsd-ports-gnome-9ed008f4ad5127057d95e8397c71e85ef25bee75.zip |
Add maradns 0.6.18, a DNS server implementation with focus on
security and simplicity.
PR: 27665
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'dns/maradns/pkg-descr')
-rw-r--r-- | dns/maradns/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dns/maradns/pkg-descr b/dns/maradns/pkg-descr new file mode 100644 index 000000000000..84e451eae3e3 --- /dev/null +++ b/dns/maradns/pkg-descr @@ -0,0 +1,19 @@ +MaraDNS is a DNS server with the following features: + +* Security-aware programming. A DNS server needs to be secure. There is 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 public-domain 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 name server for a domain. + +WWW: http://www.maradns.org/ + +- Anders Nordby <anders@fix.no> |