Skip to content

Commit

Permalink
chore: ca-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Feb 3, 2025
1 parent d5b2167 commit 3056771
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* dnsmasq-full
* bash
* curl
* ca-certificates
* ca-bundle
* ipset
* ip-full
* ruby
Expand Down
2 changes: 1 addition & 1 deletion luci-app-openclash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ define Package/$(PKG_NAME)
SUBMENU:=3. Applications
TITLE:=LuCI support for clash
PKGARCH:=all
DEPENDS:=+dnsmasq-full +bash +curl +ca-certificates +ip-full \
DEPENDS:=+dnsmasq-full +bash +curl +ca-bundle +ip-full \
+ruby +ruby-yaml +kmod-tun +unzip
MAINTAINER:=vernesong
endef
Expand Down
5 changes: 4 additions & 1 deletion luci-app-openclash/po/zh-cn/openclash.zh-cn.po
Original file line number Diff line number Diff line change
Expand Up @@ -3448,4 +3448,7 @@ msgid "UpDate"
msgstr "更新"

msgid "Local Network"
msgstr "常用内部网络地址"
msgstr "内部网络地址"

msgid "Error: LAN IP Address Get Error, Please Check The LAN Interface Setting or Choose the Correct Interface in the Setting!"
msgstr "错误:LAN IP 地址获取失败,请检查 LAN 接口设置或在插件设置中选择正确的 LAN 接口名称"
1 change: 1 addition & 0 deletions luci-app-openclash/root/etc/init.d/openclash
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ check_core_status()
sleep 1
done >/dev/null 2>&1
if ! [[ "$lan_ip" =~ $reg4 ]]; then
LOG_OUT "Error: LAN IP Address Get Error, Please Check The LAN Interface Setting or Choose the Correct Interface in the Setting!"
sleep 10
fi
if [ -z "$(pidof clash)" ] || [ "$CORE_HTTP_CODE" != "200" ]; then
Expand Down

0 comments on commit 3056771

Please sign in to comment.