Преглед изворни кода

Merge pull request #5953 from sdodson/bind-dynamic

Automatic merge from submit-queue.

Switch from bind-interfaces to bind-dynamic
OpenShift Merge Robot пре 7 година
родитељ
комит
a7a32bb42c
1 измењених фајлова са 1 додато и 1 уклоњено
  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 %}