From 15d0c3fb0cc63bd7c345ac3c6769d8315da77027 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Mon, 27 Jan 2025 18:30:21 +0800 Subject: [PATCH] luci-app-passwall2: sync upstream last commit: https://github.com/xiaorouji/openwrt-passwall2/commit/c2b5fb77ee13ce54f8877dfb72145a659a327475 --- luci-app-passwall2/Makefile | 2 +- luci-app-passwall2/root/usr/share/passwall2/iptables.sh | 2 ++ luci-app-passwall2/root/usr/share/passwall2/nftables.sh | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/luci-app-passwall2/Makefile b/luci-app-passwall2/Makefile index 8cf71db0d..ef593f6b6 100644 --- a/luci-app-passwall2/Makefile +++ b/luci-app-passwall2/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-passwall2 -PKG_VERSION:=25.1.8 +PKG_VERSION:=25.1.27 PKG_RELEASE:=1 PKG_CONFIG_DEPENDS:= \ diff --git a/luci-app-passwall2/root/usr/share/passwall2/iptables.sh b/luci-app-passwall2/root/usr/share/passwall2/iptables.sh index 497783400..9a5bd82d0 100755 --- a/luci-app-passwall2/root/usr/share/passwall2/iptables.sh +++ b/luci-app-passwall2/root/usr/share/passwall2/iptables.sh @@ -1048,6 +1048,8 @@ gen_include() { ${__ipt} ${__ip6t} + + return 0 EOF return 0 } diff --git a/luci-app-passwall2/root/usr/share/passwall2/nftables.sh b/luci-app-passwall2/root/usr/share/passwall2/nftables.sh index 784eb5e9f..d90f4207f 100755 --- a/luci-app-passwall2/root/usr/share/passwall2/nftables.sh +++ b/luci-app-passwall2/root/usr/share/passwall2/nftables.sh @@ -1081,6 +1081,8 @@ gen_include() { cat <<-EOF >> $FWI ${__nft} + + return 0 EOF return 0 }