update 2024-06-11 00:22:00

This commit is contained in:
kenzok8 2024-06-11 00:22:00 +08:00
parent 45634fdcf0
commit 210ed75dfa
80 changed files with 24 additions and 14 deletions

View File

@ -1,5 +1,7 @@
## How to build
git clone -b main --single-branch https://github.com/ilxp/luci-app-ikoolproxy.git package/diy/ikoolproxy
## 无法下载证书声明已经解决现在已经可以用于openssl3.0
## 无法下载证书声明(2024.06.10版本已经解决此问题,感谢[Black-Steel](https://github.com/Black-Steel)
目前因为openwrt的openssl升级为3.0了。导致ikoolproxy无法下载证书。lean大佬的lede可以回退。openwrt则不行。
## 整理声明:

View File

@ -1,5 +1,7 @@
## 更新2024年6月7日
感谢Black-Steel提供参考用于openssl3.0以上。
## 更新2024年6月10日
1、修复openssl3.0无法下载证书问题,感谢[Black-Steel](https://github.com/Black-Steel)
2、修复init.d目录下的脚本有stop实现但是没定义停止编号。会导致一些异常。感谢[lnc1995](https://github.com/lnc1995)
3、重新移动目录方便编译ipk。
## 更新2024年1月24日
1、支持5.10以及以上内核。但是因为openssl升级可能会导致证书无法下载。目前lean的openssl可以回退到老的版本即可。

View File

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

View File

@ -8,6 +8,7 @@
#
START=99
STOP=99
USE_PROCD=1
CONFIG=koolproxy
@ -454,7 +455,7 @@ stop_service() {
reload_service() {
logger "koolproxy reload service."
NO_RESTART_DNSMASQ=true
stop=99
stop
start
}
@ -465,7 +466,7 @@ service_triggers() {
restart() {
logger "koolproxy restart service."
NO_RESTART_DNSMASQ=true
stop=99
stop
start
}

View File

@ -1,5 +1,7 @@
## How to build
git clone -b main --single-branch https://github.com/ilxp/luci-app-ikoolproxy.git package/diy/ikoolproxy
## 无法下载证书声明已经解决现在已经可以用于openssl3.0
## 无法下载证书声明(2024.06.10版本已经解决此问题,感谢[Black-Steel](https://github.com/Black-Steel)
目前因为openwrt的openssl升级为3.0了。导致ikoolproxy无法下载证书。lean大佬的lede可以回退。openwrt则不行。
## 整理声明:

View File

@ -1,5 +1,7 @@
## 更新2024年6月7日
感谢Black-Steel提供参考用于openssl3.0以上。
## 更新2024年6月10日
1、修复openssl3.0无法下载证书问题,感谢[Black-Steel](https://github.com/Black-Steel)
2、修复init.d目录下的脚本有stop实现但是没定义停止编号。会导致一些异常。感谢[lnc1995](https://github.com/lnc1995)
3、重新移动目录方便编译ipk。
## 更新2024年1月24日
1、支持5.10以及以上内核。但是因为openssl升级可能会导致证书无法下载。目前lean的openssl可以回退到老的版本即可。

View File

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

View File

@ -8,6 +8,7 @@
#
START=99
STOP=99
USE_PROCD=1
CONFIG=koolproxy
@ -454,7 +455,7 @@ stop_service() {
reload_service() {
logger "koolproxy reload service."
NO_RESTART_DNSMASQ=true
stop=99
stop
start
}
@ -465,7 +466,7 @@ service_triggers() {
restart() {
logger "koolproxy restart service."
NO_RESTART_DNSMASQ=true
stop=99
stop
start
}

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