Browse Source

Update default-settings

kiddin9 4 years ago
parent
commit
66063005af
1 changed files with 2 additions and 0 deletions
  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