NSD

NSD

An authoritative-only DNS server from the Dutch non-profit NLnet Labs, run by DNS root servers and many TLDs. Minimal attack surface by design, BSD-3. It serves zones only, not recursion.

🩺 Vitals

What do these metrics mean?
  • Last active: when code was last pushed, as of our last check. The dot is green when that was recent, grey otherwise. A long gap can mean a tool is finished and stable, not only unmaintained.
  • Latest release: the most recent tagged, packaged version the maintainers published. Not every healthy project tags releases.
  • Open issues: unresolved reports and requests. A high number is normal for a popular project and is not a warning on its own.
  • Stars: how many people bookmarked the project on its forge. A rough popularity signal, not a measure of quality.

🏗️ Profile

1. The Executive Summary

What is it? NSD is an authoritative-only DNS server. It answers for the zones you own and nothing else; it never performs recursion. That single-role design keeps the codebase small and the attack surface narrow, which is exactly why NSD is chosen for the highest-assurance positions in the system: several of the internet's DNS root servers and many top-level-domain registries run it. It is the authoritative half of NLnet Labs' two-daemon model, paired with Unbound on the recursive side and kept as a separate program on purpose, so that a bug or compromise in one role cannot reach the other. Developed by NLnet Labs, a Dutch non-profit foundation, it is the EU-governed, foundation-stewarded counterpart to BIND on the authoritative side.

The Strategic Verdict:

2. The "Hidden" Costs (TCO Analysis)

Cost Component AWS Route 53 (SaaS) NSD (Self-Hosted)
Service Fee Per hosted zone plus per-query $0 (BSD-3-Clause)
Infrastructure $0 (AWS-managed) Commodity servers you run
Zone Custody Zones served from AWS Zones served by you, root-grade software

Managed DNS is convenient and metered. Your authoritative zones are the public map of your entire infrastructure's naming, and on a hyperscaler they live on the provider's platform while the bill scales with every query your users make. NSD serves the same zones from your own hardware, using the software that runs the DNS root itself. The saving is the per-query meter; the point is custody of the zone data and independence from a provider's control plane.

3. The "Day 2" Reality Check

🚀 Deployment & Operations

🛡️ Security & Governance (Risk Assessment)

4. Market Landscape

🏢 Proprietary Incumbents

🤝 Open Source Ecosystem