From d97c22cc8ebec4b5df1eca11b33abc139f325723 Mon Sep 17 00:00:00 2001 From: bitwhisker Date: Fri, 7 Aug 2026 23:36:37 +0200 Subject: [PATCH] z9-router(host): fix dns --- inventories/z9/host_vars/z9-router.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventories/z9/host_vars/z9-router.yaml b/inventories/z9/host_vars/z9-router.yaml index ee5ab3f4..62df2ba5 100644 --- a/inventories/z9/host_vars/z9-router.yaml +++ b/inventories/z9/host_vars/z9-router.yaml @@ -7,6 +7,8 @@ unbound_access_control: [ "10.89.208.0/20", "2a07:c481:1::/48" ] deploy_systemd_resolved_config__enable: false deploy_systemd_resolved_config__dns: - 127.0.0.1 +deploy_systemd_resolved_config__fallback_dns: + - 127.0.0.1 kea_dhcp__include_vars: resources/z9/z9-router/kea_dhcp.yaml secrets__folder: owner: "root"