信息显示错误修复

pull/355/head
wulabing 2019-12-26 17:03:23 +08:00
parent 4d12d9ec64
commit 2fa8a2f426
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ basic_information(){
echo -e "${Red} 加密方式security${Font} 自适应 " >> ${v2ray_info_file}
echo -e "${Red} 传输协议network${Font} $(info_extraction "net") " >> ${v2ray_info_file}
echo -e "${Red} 伪装类型type${Font} none " >> ${v2ray_info_file}
echo -e "${Red} 路径(不要落下/${Font} $(info_extraction "tls") " >> ${v2ray_info_file}
echo -e "${Red} 路径(不要落下/${Font} $(info_extraction "path") " >> ${v2ray_info_file}
echo -e "${Red} 底层传输安全:${Font} tls " >> ${v2ray_info_file}
}
show_information(){