From 0647b54b62ed7969f55c07a05b2d05ac53ea5b66 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 17 Oct 2022 12:34:56 +0200 Subject: Add playbook for dnsmasq --- playbooks.d/dns-dnsmasq/share/dnsmasq.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 playbooks.d/dns-dnsmasq/share/dnsmasq.conf (limited to 'playbooks.d/dns-dnsmasq/share/dnsmasq.conf') diff --git a/playbooks.d/dns-dnsmasq/share/dnsmasq.conf b/playbooks.d/dns-dnsmasq/share/dnsmasq.conf new file mode 100644 index 0000000..4fe090c --- /dev/null +++ b/playbooks.d/dns-dnsmasq/share/dnsmasq.conf @@ -0,0 +1,14 @@ +# Binding +listen-address=${host} +port=${port} +bind-interfaces + +# Local domain +domain=${domain} + +# Upstream DNS Servers +no-resolv +conf-file=${confd}/servers.conf + +# Addresses +conf-file=${confd}/addresses.conf -- cgit v1.1