mirror of https://github.com/wulabing/Xray_onekey
parent
82372c9242
commit
ff8992be8c
|
@ -50,7 +50,7 @@ xray 服务端配置:/usr/local/etc/xray/config.json
|
||||||
|
|
||||||
Nginx 目录: /etc/nginx
|
Nginx 目录: /etc/nginx
|
||||||
|
|
||||||
证书文件: /ssl/v2ray.key 和 /ssl/v2ray.crt
|
证书文件: /ssl/xray.key 和 /ssl/xray.crt
|
||||||
|
|
||||||
### 捐赠
|
### 捐赠
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ OK="${Green}[OK]${Font}"
|
||||||
ERROR="${Red}[ERROR]${Font}"
|
ERROR="${Red}[ERROR]${Font}"
|
||||||
|
|
||||||
# 变量
|
# 变量
|
||||||
shell_version="1.0.0"
|
shell_version="1.0.1"
|
||||||
github_branch="xray"
|
github_branch="xray"
|
||||||
version_cmp="/tmp/version_cmp.tmp"
|
version_cmp="/tmp/version_cmp.tmp"
|
||||||
xray_conf_dir="/usr/local/etc/xray"
|
xray_conf_dir="/usr/local/etc/xray"
|
||||||
|
@ -533,10 +533,10 @@ menu() {
|
||||||
restart_all
|
restart_all
|
||||||
;;
|
;;
|
||||||
21)
|
21)
|
||||||
xray_access_log
|
tail -f $xray_access_log
|
||||||
;;
|
;;
|
||||||
22)
|
22)
|
||||||
xray_error_log
|
tail -f $xray_error_log
|
||||||
;;
|
;;
|
||||||
23)
|
23)
|
||||||
[[ -f $xray_conf_dir/config.json ]] && basic_information || print_error "xray 配置文件不存在"
|
[[ -f $xray_conf_dir/config.json ]] && basic_information || print_error "xray 配置文件不存在"
|
||||||
|
|
Loading…
Reference in New Issue