2016-01-19 12:34:30 +00:00
#Listen on localhost
bind-interfaces
2016-03-18 14:07:33 +00:00
listen-address=0.0.0.0
2015-10-03 20:19:50 +00:00
addn-hosts=/etc/hosts
2016-09-22 17:14:51 +00:00
strict-order
# Forward k8s domain to kube-dns
server=/{{ dns_domain }}/{{ skydns_server }}
2016-11-30 13:06:11 +00:00
# Reply NXDOMAIN to bogus domains requests like com.cluster.local.cluster.local
local=/{{ bogus_domains }}
2016-09-22 17:14:51 +00:00
2015-10-03 20:19:50 +00:00
#Set upstream dns servers
{% if upstream_dns_servers is defined %}
{% for srv in upstream_dns_servers %}
server={{ srv }}
{% endfor %}
2017-01-06 09:21:07 +00:00
no-resolv
{% elif resolvconf_mode == 'host_resolvconf' %}
{# The default resolver is only needed when the hosts resolv.conf was modified by us. If it was not modified, we can rely on dnsmasq to reuse the systems resolv.conf #}
2016-12-07 15:57:05 +00:00
server={{ default_resolver }}
2017-01-06 09:21:07 +00:00
no-resolv
2015-10-03 20:19:50 +00:00
{% endif %}
2016-11-30 13:06:11 +00:00
{% if kube_log_level == '4' %}
2016-11-25 10:33:39 +00:00
log-queries
{% endif %}
2016-09-29 06:48:32 +00:00
bogus-priv
2016-09-22 17:14:51 +00:00
no-negcache
2017-01-19 09:07:37 +00:00
cache-size={{ cache_size }}
dns-forward-max={{ dns_forward_max }}
2016-09-22 17:14:51 +00:00
max-cache-ttl=10
max-ttl=20
log-facility=-