parent
877c831dbb
commit
ca759022a8
@ -6,7 +6,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-passwall
|
PKG_NAME:=luci-app-passwall
|
||||||
PKG_VERSION:=25.1.15
|
PKG_VERSION:=25.1.28
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS:= \
|
PKG_CONFIG_DEPENDS:= \
|
||||||
|
@ -1383,6 +1383,8 @@ gen_include() {
|
|||||||
${__ipt}
|
${__ipt}
|
||||||
|
|
||||||
${__ip6t}
|
${__ip6t}
|
||||||
|
|
||||||
|
return 0
|
||||||
EOF
|
EOF
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
@ -1394,6 +1394,8 @@ gen_include() {
|
|||||||
|
|
||||||
cat <<-EOF >> $FWI
|
cat <<-EOF >> $FWI
|
||||||
${__nft}
|
${__nft}
|
||||||
|
|
||||||
|
return 0
|
||||||
EOF
|
EOF
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
diff --git a/luci-app-passwall/Makefile b/luci-app-passwall/Makefile
|
diff --git a/luci-app-passwall/Makefile b/luci-app-passwall/Makefile
|
||||||
index 5bc28f0..b68474a 100644
|
index 6c16b44..4f42c00 100644
|
||||||
--- a/luci-app-passwall/Makefile
|
--- a/luci-app-passwall/Makefile
|
||||||
+++ b/luci-app-passwall/Makefile
|
+++ b/luci-app-passwall/Makefile
|
||||||
@@ -67,7 +67,7 @@ config PACKAGE_$(PKG_NAME)_Nftables_Transparent_Proxy
|
@@ -67,7 +67,7 @@ config PACKAGE_$(PKG_NAME)_Nftables_Transparent_Proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user