Browse Source

Merge pull request #531 from kubespray/reverselookups

Disable reverse lookups again
pull/523/merge
Smaine Kahlouch 8 years ago
committed by GitHub
parent
commit
41aefd131b
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/dnsmasq/templates/01-kube-dns.conf.j2

1
roles/dnsmasq/templates/01-kube-dns.conf.j2

@ -18,6 +18,7 @@ server={{ srv }}
server=8.8.4.4
{% endif %}
bogus-priv
no-resolv
no-negcache
cache-size=1000

Loading…
Cancel
Save