瀏覽代碼

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 %}