summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/templates/origin-dns.conf.j2
blob: 6543c7c3e49ba86817a4ba530865d0598af9c6a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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