This commit is contained in:
starry
2025-09-11 16:53:16 +08:00
committed by GitHub
parent ec0f4f198f
commit 1200c37643
8 changed files with 678 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
# 单IP快速批量搭建二级代理vmess入socks出
red='\e[31m'
yellow='\e[33m'
@@ -243,7 +244,7 @@ delete_node_by_port() {
# 主菜单
main_menu() {
while true; do
echo -e "\n${green}sky22333-快速批量搭建二级代理脚本-管理菜单:${none}"
echo -e "\n${green}快速批量搭建二级代理脚本-管理菜单:${none}"
echo "1. 查看所有节点"
echo "2. 新增vmess入站sk5出站"
echo "3. 删除节点"