aboutsummaryrefslogtreecommitdiffstats
path: root/templates/etc_resolv.conf.j2
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-05-12 15:06:28 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-05-12 22:27:15 +0300
commit4715a28fdcd87440400d17154bfa361d99db29cc (patch)
tree52b825ca69ed3fc535f8f46de0ee1d2b1a6e2ade /templates/etc_resolv.conf.j2
parented338ea29f1c0f2ad82d3a45b23c0544371b5575 (diff)
Add local vm for testing, adjust configs
Diffstat (limited to 'templates/etc_resolv.conf.j2')
-rw-r--r--templates/etc_resolv.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/etc_resolv.conf.j2 b/templates/etc_resolv.conf.j2
index 9232f25..b382ecf 100644
--- a/templates/etc_resolv.conf.j2
+++ b/templates/etc_resolv.conf.j2
@@ -1,2 +1,2 @@
search {{ lan_search_domain }}
-nameserver {{ lan_ipv4_gateway }}
+nameserver {{ dns_nameserver | default(lan_ipv4_gateway) }}