mirror of https://github.com/wulabing/Xray_onekey
Xray-1.2.11
[fix] 修复部分用户因为 ping 命令缺失导致的 IP 一致校验不通过 [fix] 修复部分用户无法自动续期证书问题(需要重新/覆盖安装) [update] 添加手动更新SSL证书选项pull/357/head
parent
900e7cda1c
commit
2a9716d580
|
@ -27,7 +27,7 @@ OK="${Green}[OK]${Font}"
|
|||
ERROR="${Red}[ERROR]${Font}"
|
||||
|
||||
# 变量
|
||||
shell_version="1.2.10"
|
||||
shell_version="1.2.11"
|
||||
github_branch="main"
|
||||
xray_conf_dir="/usr/local/etc/xray"
|
||||
website_dir="/www/xray_web/"
|
||||
|
@ -725,7 +725,7 @@ menu() {
|
|||
restart_all
|
||||
;;
|
||||
36)
|
||||
acme.sh --cron
|
||||
"/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh"
|
||||
restart_all
|
||||
;;
|
||||
40)
|
||||
|
|
Loading…
Reference in New Issue