origin-dns.conf.j2 242 B

123456789101112
  1. no-resolv
  2. domain-needed
  3. no-negcache
  4. max-cache-ttl=1
  5. enable-dbus
  6. dns-forward-max=10000
  7. cache-size=10000
  8. bind-dynamic
  9. {% for interface in openshift_node_dnsmasq_except_interfaces %}
  10. except-interface={{ interface }}
  11. {% endfor %}
  12. # End of config