update 2024-06-13 00:22:55

This commit is contained in:
kenzok8 2024-06-13 00:22:55 +08:00
parent bbadc30666
commit d1ede3b9b5
81 changed files with 10 additions and 10 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

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

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

@ -21,13 +21,13 @@ define Download/geoip
HASH:=19d53a38cfaaac6e5a2be6d0b2710ebf094979d33380cdcb5fd5d073f07a2248
endef
GEOSITE_VER:=20240604215500
GEOSITE_VER:=20240612095513
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
define Download/geosite
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
URL_FILE:=dlc.dat
FILE:=$(GEOSITE_FILE)
HASH:=146800cbe3ec546a8ca3ed75524ad34bb3bf9d77d6f707b361eef67e4cf45d07
HASH:=ca5a94f102523bcac15ffac41fde6e924345ea8d94f0c4a804b0264054efdb4d
endef
GEOSITE_IRAN_VER:=202406100028