浏览代码

Update default-settings

kiddin9 4 年之前
父节点
当前提交
66063005af
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      devices/common/default-settings

+ 2 - 0
devices/common/default-settings

@@ -13,6 +13,8 @@ if [ "$(uci -q get dhcp.@dnsmasq[0].port)" != "53" ]; then
 	uci commit dhcp
 fi
 
+uci set dockerd.firewall.extra_iptables_args='--match conntrack ! --ctstate RELATED,ESTABLISHED'
+uci commit dockerd
 
 sed -i '/profile.d/d' /lib/upgrade/keep.d/base-files