Update xray.sh
This commit is contained in:
2
xray.sh
2
xray.sh
@@ -78,7 +78,7 @@ EOF
|
|||||||
show_inbound_config() {
|
show_inbound_config() {
|
||||||
local ip=$(curl -s http://ipinfo.io/ip)
|
local ip=$(curl -s http://ipinfo.io/ip)
|
||||||
echo -e "${green}Vmess 节点配置信息:${none}"
|
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
|
create_config
|
||||||
|
|||||||
Reference in New Issue
Block a user