summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node_dnsmasq/templates/origin-dns.conf.j2
blob: 5c96012775a445120d102decef8fcb56637b6b83 (plain)
1
2
3
4
5
6
7
8
9
10
no-resolv
domain-needed
no-negcache
max-cache-ttl=1
enable-dbus
bind-interfaces
{% for interface in openshift_node_dnsmasq_except_interfaces %}
except-interface={{ interface }}
{% endfor %}
# End of config