# Managed by KNELIAC — do not edit; changes will be overwritten. # Redundant recursive DNS via pfv-netinfra-01/02 (Technitium + Pi-hole). # IPs are used (required: nameserver directives must be addresses, and the # knel.net name for these hosts resolves to a Tailscale CGNAT address rather # than the LAN address). If the primary is unreachable, glibc's resolver # automatically falls through to the secondary. domain {{ dns_search_domain }} search {{ dns_search_domain }} {% for ns in dns_servers %} nameserver {{ ns }} {% endfor %}