Parcourir la source

Merge pull request #5953 from sdodson/bind-dynamic

Automatic merge from submit-queue.

Switch from bind-interfaces to bind-dynamic
OpenShift Merge Robot il y a 7 ans
Parent
commit
a7a32bb42c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 %}