update 2025-03-14 20:39:02

This commit is contained in:
kenzok8 2025-03-14 20:39:02 +08:00
parent 6640bc452b
commit aedca03bf3
7 changed files with 16 additions and 4 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

@ -1,6 +1,6 @@
{
"luci-app-godproxy": {
"description": "Grant UCI access for luci-app-godproxy",
"luci-app-ikoolproxy": {
"description": "Grant UCI access for luci-app-ikoolproxy",
"read": {
"uci": [ "koolproxy" ]
},

View File

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

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"
}