~优化:fake-ip模式下的常用端口过滤不再包含域名类规则
~修复了部分情况下不显示启动报错的bug
This commit is contained in:
juewuy
2023-04-17 20:12:25 +08:00
parent 428b4bf5cd
commit a73f95f770
3 changed files with 12 additions and 5 deletions

View File

@@ -1276,7 +1276,9 @@ clashcfg(){
set_common_ports(){
if [ "$common_ports" = "未开启" ]; then
echo -e "\033[33m已设为仅代理【$multiport】等常用端口!!\033[0m"
echo -e "\033[31m注意fake-ip模式下非常用端口的域名连接将不受影响\033[0m"
common_ports=已开启
sleep 1
else
echo -e "\033[33m已设为代理全部端口\033[0m"
common_ports=未开启