summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/templates/origin-dns.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_node/templates/origin-dns.conf.j2')
-rw-r--r--roles/openshift_node/templates/origin-dns.conf.j212
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/openshift_node/templates/origin-dns.conf.j2 b/roles/openshift_node/templates/origin-dns.conf.j2
new file mode 100644
index 000000000..6543c7c3e
--- /dev/null
+++ b/roles/openshift_node/templates/origin-dns.conf.j2
@@ -0,0 +1,12 @@
+no-resolv
+domain-needed
+no-negcache
+max-cache-ttl=1
+enable-dbus
+dns-forward-max=5000
+cache-size=5000
+bind-dynamic
+{% for interface in openshift_node_dnsmasq_except_interfaces %}
+except-interface={{ interface }}
+{% endfor %}
+# End of config