update 2024-06-13 02:08:02

This commit is contained in:
actions-user 2024-06-13 02:08:02 +08:00
parent 1114af4e5f
commit 23997a8165
41 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
## How to build
git clone -b main --single-branch https://github.com/ilxp/luci-app-ikoolproxy.git package/diy/ikoolproxy
git clone -b main https://github.com/ilxp/luci-app-ikoolproxy.git package/diy/luci-app-ikoolproxy
## 无法下载证书声明2024.06.10版本已经解决此问题,感谢[Black-Steel](https://github.com/Black-Steel)
目前因为openwrt的openssl升级为3.0了。导致ikoolproxy无法下载证书。lean大佬的lede可以回退。openwrt则不行。
@ -74,7 +74,7 @@ CONFIG_PACKAGE_lua-openssl=y
此文件为 UCI 配置文件, 配置方式可参考 Wiki -> Use-UCI-system 和 OpenWrt Wiki
## 6、编译
git clone https://github.com/1wrt/luci-app-ikoolproxy.git package/luci-app-ikoolproxy
git clone -b main https://github.com/ilxp/luci-app-ikoolproxy.git package/diy/luci-app-ikoolproxy
make && sudo make install

View File

@ -1,7 +1,6 @@
## 更新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

@ -8,6 +8,7 @@
#
START=99
STOP=99
USE_PROCD=1
CONFIG=koolproxy

View File

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=smartdns
PKG_VERSION:=45
PKG_VERSION:=46
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/pymumu/smartdns/tar.gz/Release$(PKG_VERSION)?
PKG_HASH:=b17d82738f3ae73f5a60ad25c824e1000c05a6d060d08ebd1ec295a2caa5b495
PKG_MIRROR_HASH:=6594d21c0e354b67d4b5918e11eff21e6314e247b9e6e28be1ece4168c368fc1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-Release$(PKG_VERSION)
PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com>