mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-05-01 11:29:07 +08:00
update 2025-03-14 20:13:09
This commit is contained in:
parent
06f2ad86fe
commit
868d51ca88
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=luci-app-ikoolproxy
|
PKG_NAME:=luci-app-ikoolproxy
|
||||||
PKG_VERSION:=3.8.5
|
PKG_VERSION:=3.8.5
|
||||||
PKG_RELEASE:=20240610
|
PKG_RELEASE:=20250314
|
||||||
|
|
||||||
PKG_MAINTAINER:=panda-mute <wxuzju@gmail.com>
|
PKG_MAINTAINER:=panda-mute <wxuzju@gmail.com>
|
||||||
|
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
uci -q batch <<-EOF >/dev/null
|
uci -q batch <<-EOF >/dev/null
|
||||||
|
[ -e "/etc/config/ucitrack" ] && {
|
||||||
delete ucitrack.@koolproxy[-1]
|
delete ucitrack.@koolproxy[-1]
|
||||||
add ucitrack koolproxy
|
add ucitrack koolproxy
|
||||||
set ucitrack.@koolproxy[-1].init=koolproxy
|
set ucitrack.@koolproxy[-1].init=koolproxy
|
||||||
commit ucitrack
|
commit ucitrack
|
||||||
|
}
|
||||||
delete firewall.koolproxy
|
delete firewall.koolproxy
|
||||||
set firewall.koolproxy=include
|
set firewall.koolproxy=include
|
||||||
set firewall.koolproxy.type=script
|
set firewall.koolproxy.type=script
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"config": "koolproxy",
|
||||||
|
"init": "koolproxy"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user