RTFM · Networking
DNS, authoritative service, and dnsDragon
DNS has several jobs that are easy to confuse: clients need a resolver, the Internet needs authoritative answers for your domain, and internal networks may need private names. Choose each job deliberately.

Internal DNS and VPN DNS
A business often needs names such as git.office.example.test or mail-admin.office.example.test to resolve only on the management VLAN or VPN. The name, route, DNS advertisement, and firewall permission must agree. Returning a private address to a laptop that has no VPN route creates a name that resolves successfully but cannot be used.
1. Choose an internal namespace and owner
Record who maintains internal records and which resolver answers them. Avoid reusing a public hostname with a surprising private destination unless split-horizon behaviour is documented.
2. Give clients the right resolver
DHCPv4, DHCPv6, RA/RDNSS, or VPN configuration must advertise the resolver appropriate to that network.
3. Test name plus path
Use dig or getent to verify the answer, then ip route get or ip -6 route get to verify a route, then test the actual service.