v1.6.0pre4

~修复旁路由模式代理端口失效的问题
~修复pre2/3更新带来的各种bug
This commit is contained in:
juewuy
2022-05-14 22:30:37 +08:00
parent 7cb93ebe88
commit c466124c43
4 changed files with 28 additions and 40 deletions

View File

@@ -743,10 +743,11 @@ setserver(){
echo -e "当前源地址:\033[4;32m$update_url\033[0m"
echo -----------------------------------------------
echo -e " 1 \033[32m正式版\033[0m&Jsdelivr-CDN源"
echo -e " 2 \033[36m测版\033[0m&Github源(本机clash服务加速)"
echo -e " 3 \033[36m测版\033[0m&Jsdelivr-CDN源"
echo -e " 4 \033[36m测版\033[0m&Github源(githubusercontents加速)"
echo -e " 5 \033[36m测版\033[0m&Github源(fastgit.org加速)"
echo -e " 2 \033[36m测版\033[0m&Github源(本机clash服务加速)"
echo -e " 3 \033[36m测版\033[0m&Jsdelivr-CDN源"
echo -e " 4 \033[36m测版\033[0m&Github源(githubusercontents加速)"
echo -e " 5 \033[36m测版\033[0m&Github源(fastgit.org加速)"
echo -e " 6 \033[33m内测版\033[0m(请加TG讨论组:\033[4;36mhttps://t.me/ShellClash\033[0m)"
[ -z "$(curl -V 2>/dev/null)" ] && [ -n "$(wget -V 2>&1 | grep BusyBox)" ] && echo -e " 7 \033[33mHttp专用源\033[0m"
echo -e " 8 自定义源地址(用于本地源或自建源)"
echo -e " 9 \033[31m版本回退\033[0m"
@@ -773,6 +774,10 @@ setserver(){
update_url='https://raw.fastgit.org/juewuy/ShellClash/master'
release_url=''
saveserver
elif [ "$num" = 6 ]; then
update_url='http://test.shellclash.ga'
release_url=''
saveserver
elif [ "$num" = 7 ]; then
update_url='http://shellclash.ga'
release_url=''