update 2025-03-14 20:13:09

This commit is contained in:
actions-user 2025-03-14 20:13:09 +08:00
parent 06f2ad86fe
commit 868d51ca88
3 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-ikoolproxy
PKG_VERSION:=3.8.5
PKG_RELEASE:=20240610
PKG_RELEASE:=20250314
PKG_MAINTAINER:=panda-mute <wxuzju@gmail.com>

View File

@ -1,10 +1,12 @@
#!/bin/sh
uci -q batch <<-EOF >/dev/null
[ -e "/etc/config/ucitrack" ] && {
delete ucitrack.@koolproxy[-1]
add ucitrack koolproxy
set ucitrack.@koolproxy[-1].init=koolproxy
commit ucitrack
}
delete firewall.koolproxy
set firewall.koolproxy=include
set firewall.koolproxy.type=script

View File

@ -0,0 +1,4 @@
{
"config": "koolproxy",
"init": "koolproxy"
}