From 332f0449c04538b5ec22559c81d70f30551c3b6e Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Sat, 5 Oct 2024 15:04:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85iptables=E7=9B=B8=E5=85=B3mod?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gl-inet.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gl-inet.sh b/gl-inet.sh index 500b822..5263ac5 100755 --- a/gl-inet.sh +++ b/gl-inet.sh @@ -361,11 +361,13 @@ do_install_filetransfer() { opkg install *.ipk --force-depends } do_install_depends_ipk() { - wget -O "/tmp/luci-lua-runtime_all.ipk" "https://cafe.cpolar.cn/wkdaily/gl-inet-onescript/raw/branch/master/theme/luci-lua-runtime_all.ipk" wget -O "/tmp/libopenssl3.ipk" "https://cafe.cpolar.cn/wkdaily/gl-inet-onescript/raw/branch/master/theme/libopenssl3.ipk" opkg install "/tmp/luci-lua-runtime_all.ipk" opkg install "/tmp/libopenssl3.ipk" + opkg install iptables-mod-tproxy + opkg install iptables-mod-socket + opkg install iptables-mod-iprange } #单独安装argon主题 do_install_argon_skin() {