1
This commit is contained in:
@@ -14,7 +14,7 @@ bash <(wget -qO- https://github.com/sky22333/shell/raw/main/acme.sh)
|
||||
|
||||
|
||||
```
|
||||
bash <(wget -qO- https://github.com/sky22333/shell/raw/main/vmess.sh)
|
||||
bash <(wget -qO- https://github.com/sky22333/shell/raw/main/vmess-sk5.sh)
|
||||
```
|
||||
|
||||
### Hysteria 2 一键搭建脚本
|
||||
@@ -33,7 +33,7 @@ bash <(wget -qO- -o- https://github.com/admin8800/sing-box/raw/main/install.sh)
|
||||
### vmess+ws一键脚本
|
||||
|
||||
```
|
||||
bash <(wget -qO- https://github.com/sky22333/shell/raw/main/xray.sh)
|
||||
bash <(wget -qO- https://github.com/sky22333/shell/raw/main/vmess-ws.sh)
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -235,7 +235,7 @@ delete_node_by_port() {
|
||||
# 主菜单
|
||||
main_menu() {
|
||||
while true; do
|
||||
echo -e "\n${green} (TG交流群:@kexueshangwang8)xray节点配置文件路径:/usr/local/etc/xray 菜单列表:${none}"
|
||||
echo -e "\n${green} xray节点配置文件路径:/usr/local/etc/xray 菜单列表:${none}"
|
||||
echo "1. 查看所有节点"
|
||||
echo "2. 新增节点出站"
|
||||
echo "3. 删除节点"
|
||||
@@ -75,7 +75,7 @@ EOF
|
||||
# 显示配置信息
|
||||
show_inbound_config() {
|
||||
local ip=$(curl -s http://ipinfo.io/ip)
|
||||
echo -e "${green}Vmess 节点链接:${none}"
|
||||
echo -e "${green}Vmess-ws节点链接:${none}"
|
||||
echo "vmess://$(echo -n "{\"v\":\"2\",\"ps\":\"vmess+ws\",\"add\":\"$ip\",\"port\":$PORT,\"id\":\"$UUID\",\"aid\":\"0\",\"net\":\"ws\",\"path\":\"/$RANDOM_PATH\",\"type\":\"none\",\"host\":\"\",\"tls\":\"\"}" | base64 -w 0)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user