From 5bce1dd3a69fb94f351ef7c153ad3e44419cf9e8 Mon Sep 17 00:00:00 2001 From: NewName Date: Wed, 27 Mar 2024 19:12:56 +0800 Subject: [PATCH] Update xray.sh --- xray.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xray.sh b/xray.sh index 05fca86..262b81a 100644 --- a/xray.sh +++ b/xray.sh @@ -78,7 +78,7 @@ EOF show_inbound_config() { local ip=$(curl -s http://ipinfo.io/ip) echo -e "${green}Vmess 节点配置信息:${none}" - echo "vmess://$(echo -n "{\"v\":\"2\",\"ps\":\"英国TK专用\",\"add\":\"$ip\",\"port\":$PORT,\"id\":\"$UUID\",\"aid\":\"0\",\"net\":\"ws\",\"path\":\"/$RANDOM_PATH\",\"type\":\"none\",\"host\":\"\",\"tls\":\"\"}" | base64 -w 0)" + echo "vmess://$(echo -n "{\"v\":\"2\",\"ps\":\"TK节点定制\",\"add\":\"$ip\",\"port\":$PORT,\"id\":\"$UUID\",\"aid\":\"0\",\"net\":\"ws\",\"path\":\"/$RANDOM_PATH\",\"type\":\"none\",\"host\":\"\",\"tls\":\"\"}" | base64 -w 0)" } create_config