




















NetBird now supports private DNS zones, allowing you to host DNS records directly within your network, with no external DNS servers needed. Version 0.63 brings a feature that homelab enthusiasts and enterprise teams alike have been asking for: the ability to create internal DNS zones, add records, and distribute them to exactly the peers that need them.
You can create a zone like , add A, AAAA, or CNAME records, and distribute them to specific peer groups. Resolution happens locally on each peer, and records propagate automatically when group membership changes. With search domain support, peers can query short names like instead of the full .

Here's what's new:
Custom zones take precedence over nameserver configurations, giving you full control over how specific domains resolve within your network.
Managing internal DNS usually means one of two things: maintaining separate DNS servers for your private network, or manually configuring hosts files across all your devices. Neither option scales well.
For homelabs and small teams, running a full DNS server like Pi-hole or Unbound just for internal resolution adds complexity and another service to maintain. For enterprises, coordinating DNS across multiple environments, including production, staging, and development, often requires dedicated infrastructure teams.
What most people actually want is simpler: point at and have it just work for the right people.


Once you've created a zone, adding records is straightforward:
Records propagate automatically to all peers in the assigned groups. When a peer joins or leaves a group, their DNS configuration updates accordingly.

DNS resolution for custom zones happens locally on each peer:
Custom zones take precedence over nameserver configurations, so you can override external DNS for specific domains while letting everything else resolve normally.
With search domains enabled, peers can query instead of . NetBird automatically appends the zone suffix during resolution.
Custom DNS zones pair naturally with NetBird's network routes. When you have resources in a data center or cloud VPC accessible through a routing peer, you can now give them friendly DNS names.
Instead of telling your team to connect to for the staging database, you create a record:
NetBird handles both the DNS resolution and the traffic routing. When your team accesses , the local resolver returns the private IP, and NetBird routes the traffic through the appropriate routing peer.
This works for any routed network, including on-premises data centers, cloud VPCs, or remote sites connected via routing peers.
Documentation: See the Custom Zones Guide
Routed networks: Check out DNS Aliases for Routed Networks
Self-hosted: Use the Quickstart Guide to deploy the latest version
Try NetBird: Get started at netbird.io/pricing
Join the community: Star us on GitHub · Follow us on X
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。