Skip to content

Commit 3056771

Browse files
committed
chore: ca-bundle
1 parent d5b2167 commit 3056771

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* dnsmasq-full
4444
* bash
4545
* curl
46-
* ca-certificates
46+
* ca-bundle
4747
* ipset
4848
* ip-full
4949
* ruby

luci-app-openclash/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ define Package/$(PKG_NAME)
4242
SUBMENU:=3. Applications
4343
TITLE:=LuCI support for clash
4444
PKGARCH:=all
45-
DEPENDS:=+dnsmasq-full +bash +curl +ca-certificates +ip-full \
45+
DEPENDS:=+dnsmasq-full +bash +curl +ca-bundle +ip-full \
4646
+ruby +ruby-yaml +kmod-tun +unzip
4747
MAINTAINER:=vernesong
4848
endef

luci-app-openclash/po/zh-cn/openclash.zh-cn.po

+4-1
Original file line numberDiff line numberDiff line change
@@ -3448,4 +3448,7 @@ msgid "UpDate"
34483448
msgstr "更新"
34493449

34503450
msgid "Local Network"
3451-
msgstr "常用内部网络地址"
3451+
msgstr "内部网络地址"
3452+
3453+
msgid "Error: LAN IP Address Get Error, Please Check The LAN Interface Setting or Choose the Correct Interface in the Setting!"
3454+
msgstr "错误:LAN IP 地址获取失败,请检查 LAN 接口设置或在插件设置中选择正确的 LAN 接口名称"

luci-app-openclash/root/etc/init.d/openclash

+1
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@ check_core_status()
795795
sleep 1
796796
done >/dev/null 2>&1
797797
if ! [[ "$lan_ip" =~ $reg4 ]]; then
798+
LOG_OUT "Error: LAN IP Address Get Error, Please Check The LAN Interface Setting or Choose the Correct Interface in the Setting!"
798799
sleep 10
799800
fi
800801
if [ -z "$(pidof clash)" ] || [ "$CORE_HTTP_CODE" != "200" ]; then

0 commit comments

Comments
 (0)