aboutsummaryrefslogtreecommitdiffstats
path: root/templates/etc_resolv.conf.j2
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-06-27 23:30:36 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-06-27 23:30:36 +0300
commitb0730ad31c13f573feb9bd527167ce78700a7209 (patch)
treee57b6efb02ed7a8426ebeee9f64124565eef7e19 /templates/etc_resolv.conf.j2
parent592be65638236b81dd1c30391d97febb7d946a7b (diff)
Refactor out sysrc calls, improve things
Diffstat (limited to 'templates/etc_resolv.conf.j2')
-rw-r--r--templates/etc_resolv.conf.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/etc_resolv.conf.j2 b/templates/etc_resolv.conf.j2
new file mode 100644
index 0000000..29f6bf6
--- /dev/null
+++ b/templates/etc_resolv.conf.j2
@@ -0,0 +1,3 @@
+search {{ lan_search_domain }}
+nameserver {{ lan_ipv4_gateway }}
+nameserver 8.8.8.8