From 5064700e651f2a24b16f8d453096fe93ef53cddf Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Tue, 24 Dec 2024 20:38:38 +0800 Subject: [PATCH] update 2024-12-24 20:38:38 --- dockerd/Makefile | 2 +- luci-app-fchomo/root/etc/fchomo/scripts/firewall_post.ut | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerd/Makefile b/dockerd/Makefile index 8eb112ea4..da28f9a2c 100644 --- a/dockerd/Makefile +++ b/dockerd/Makefile @@ -11,7 +11,7 @@ PKG_GIT_URL:=github.com/moby/moby PKG_GIT_REF:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)? PKG_HASH:=ab0389f1e64f74626667dc773cfc21ac9bb686bacf62b14f15c5b5888ca95313 -PKG_GIT_SHORT_COMMIT:=41ca978 # SHA1 used within the docker executables +PKG_GIT_SHORT_COMMIT:=c710b88 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan diff --git a/luci-app-fchomo/root/etc/fchomo/scripts/firewall_post.ut b/luci-app-fchomo/root/etc/fchomo/scripts/firewall_post.ut index 244648800..145acbbf7 100755 --- a/luci-app-fchomo/root/etc/fchomo/scripts/firewall_post.ut +++ b/luci-app-fchomo/root/etc/fchomo/scripts/firewall_post.ut @@ -119,7 +119,7 @@ {%- function render_acl_src(inchain, outchain): %} chain {{ inchain }} { {% if (control_info.listen_interfaces): %} - meta iifname != {{ array_to_nftarr(split(join(' ', control_info.listen_interfaces) + ' lo', ' ')) }} counter return + meta iifname != {{ array_to_nftarr([...control_info.listen_interfaces, ...filter(['lo'], ((l) => !~index(control_info.listen_interfaces, l)))]) }} counter return {% endif %} meta mark {{ self_mark }} counter return