diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-05-22 13:37:52 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-05-22 17:23:59 +0000 |
| commit | 597a090ff2ab868242e4ec1cdec7469edbe41c50 (patch) | |
| tree | 0b7732cad8b8142860845abe72cdff37625246fc /contrib/ldns/README | |
| parent | 2bc6aa3c41d0dc330fefa6363a23d2cfa0253f73 (diff) | |
import ldns 1.9.0
MFC after: 1 week
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D57170
Diffstat (limited to 'contrib/ldns/README')
| -rw-r--r-- | contrib/ldns/README | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/contrib/ldns/README b/contrib/ldns/README index e07fdc078aa2..fb588f4da586 100644 --- a/contrib/ldns/README +++ b/contrib/ldns/README @@ -1,3 +1,21 @@ +DEVELOPMENT VISION + +Note: ldns has been in maintenance mode since 2020, with no plans for major +features. We welcome PRs from contributors who want to add new functionality. +We also actively fix bugs, so users can continue to rely on ldns if its +current features meet their needs. + +We will continue to make occasional use of ldns in an experimental +setting, such as during an IETF Hackathon to build a proof of concept for an +Internet Draft. + +The natural successor to the ldns library is the domain library for Rust: +https://github.com/NLnetLabs/domain + +We offer drop-in replacements for commonly used ldns example tools in dnst: +https://github.com/NLnetLabs/dnst + +--- Contents: REQUIREMENTS @@ -10,7 +28,6 @@ Contents: Solaris KNOWN ISSUES pyldns - Your Support Project page: http://www.nlnetlabs.nl/ldns/ |
