diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2020-10-04 10:18:00 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-10-04 10:18:00 +0000 |
commit | c5f816884f37b99d23d9dc93c73f06193079fc78 (patch) | |
tree | 5334899339ffc76277bc0f9a3558e2a7a48680f7 /dns/Makefile | |
parent | 423cebb5f4a2e7345219c7687d81ec32d4f318b0 (diff) | |
download | ports-c5f816884f37b99d23d9dc93c73f06193079fc78.tar.gz ports-c5f816884f37b99d23d9dc93c73f06193079fc78.zip |
New port: dns/knot3
Knot DNS is a high-performance authoritative-only DNS server which
supports all key features of the domain name system including zone
AXFR and IXFR, DDNS and DNSSEC. Its key features:
* Open source
* High-performance, multi-threaded, and mostly lock-free
implementation which scales well on SMPs
* Object-oriented design
* Support for all important DNS protocols:
- Full and incremental zone transfers
- EDNS0 and DNSSEC extensions, including NSEC3
- NSID
WWW: https://www.knot-dns.cz/
PR: 249363
Submitted by: Leo Vandewoestijne <freebsd@dns.company>
Relnotes: https://www.knot-dns.cz/2020-09-09-version-300.html
Notes
Notes:
svn path=/head/; revision=551373
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index c5a7375d8f77..3ba1396b86ad 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -89,6 +89,7 @@ SUBDIR += knot-resolver SUBDIR += knot2 SUBDIR += knot2-lib + SUBDIR += knot3 SUBDIR += ldapdns SUBDIR += ldns SUBDIR += libasr |