fix some bugs

This commit is contained in:
mengxin239 2024-06-22 21:16:02 +08:00
parent 79e4cdeb1a
commit 3611f177d7
2 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ show_enable_status() {
show_XrayR_version() { show_XrayR_version() {
echo -n "XrayR 版本:" echo -n "XrayR 版本:"
/usr/local/XrayR/XrayR -version /usr/local/XrayR/XrayR version
echo "" echo ""
if [[ $# == 0 ]]; then if [[ $# == 0 ]]; then
before_show_menu before_show_menu

View File

@ -19,7 +19,7 @@ Nodes:
ApiHost: "http://127.0.0.1:667" ApiHost: "http://127.0.0.1:667"
ApiKey: "123" ApiKey: "123"
NodeID: 41 NodeID: 41
NodeType: V2ray # Node type: V2ray, Shadowsocks, Trojan, Shadowsocks-Plugin NodeType: V2ray # Node type: V2ray, Vmess, Vless, Shadowsocks, Trojan, Shadowsocks-Plugin
Timeout: 30 # Timeout for the api request Timeout: 30 # Timeout for the api request
EnableVless: false # Enable Vless for V2ray Type EnableVless: false # Enable Vless for V2ray Type
EnableXTLS: false # Enable XTLS for V2ray and Trojan EnableXTLS: false # Enable XTLS for V2ray and Trojan