update 2024-01-23 20:09:51

This commit is contained in:
github-actions[bot] 2024-01-23 20:09:51 +08:00
parent 846c96a612
commit 7970490a0a
6 changed files with 6 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:=20221011
PKG_RELEASE:=20240124
PKG_MAINTAINER:=panda-mute <wxuzju@gmail.com>

View File

@ -1,3 +1,6 @@
## 无法下载证书声明:
目前因为openwrt的openssl升级为3.0了。导致ikoolproxy无法下载证书。lean大佬的lede可以回退。openwrt则不行。
## 整理声明:
iKoolProxy是 [Beginner-Go](https://github.com/Beginner-Go) 大神基于koolproxyR重新整理而来的。主要参考

View File

@ -1,3 +1,5 @@
## 更新2024年1月24日
1、支持5.10以及以上内核。但是因为openssl升级可能会导致证书无法下载。目前lean的openssl可以回退到老的版本即可。
## 更新2022年10月11日
1、感谢群里Mr Conter@biliconter提供修复证书过期的二进制文件。