This commit is contained in:
KANIKIG
2020-10-16 14:03:45 +08:00
parent 9f4e356ff2
commit 299a66d64f

View File

@@ -347,10 +347,8 @@ function proxy()
read -p "请选择代理类型: " numproxy
if [ "$numproxy" == "1" ]; then
flag_a="ss"
ssconf
elif [ "$numproxy" == "2" ]; then
flag_a="socks"
s5conf
else
echo "type error, please try again"
exit