Browse Source

Merge pull request #5953 from sdodson/bind-dynamic

Automatic merge from submit-queue.

Switch from bind-interfaces to bind-dynamic
OpenShift Merge Robot 7 years ago
parent
commit
a7a32bb42c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_node_dnsmasq/templates/origin-dns.conf.j2

+ 1 - 1
roles/openshift_node_dnsmasq/templates/origin-dns.conf.j2

@@ -5,7 +5,7 @@ max-cache-ttl=1
 enable-dbus
 dns-forward-max=5000
 cache-size=5000
-bind-interfaces
+bind-dynamic
 {% for interface in openshift_node_dnsmasq_except_interfaces %}
 except-interface={{ interface }}
 {% endfor %}