Update On Mon Jan 27 19:35:24 CET 2025

This commit is contained in:
github-action[bot]
2025-01-27 19:35:24 +01:00
parent f9b0e13fea
commit 0548201bd4
203 changed files with 29136 additions and 3344 deletions

View File

@@ -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:= \

View File

@@ -1048,6 +1048,8 @@ gen_include() {
${__ipt}
${__ip6t}
return 0
EOF
return 0
}

View File

@@ -1081,6 +1081,8 @@ gen_include() {
cat <<-EOF >> $FWI
${__nft}
return 0
EOF
return 0
}