2019-01-07

This commit is contained in:
monlor
2019-01-07 21:41:02 +08:00
parent 8af4885115
commit 76356a4a00
9 changed files with 5 additions and 2 deletions

View File

@@ -5,5 +5,7 @@ supports="linux_arm,linux_mips,linux_x86_64"
openport="1"
backupfiles="config/ssserver.conf,config/sscontrol.conf,config/customize_black.conf,config/customize_white.conf"
appinfo="最好的翻墙工具,没有之一,还可以加速国内外游戏"
newinfo="修复回国模式的未添加ipset规则的bug修复其余设备运行模式一直显示科学上网的bug"
newinfo="1.修复回国模式的未添加ipset规则的bug\n \
2.修复其余设备运行模式一直显示科学上网的bug\n \
3.修复vray配置文件安全方式为空时的错误"
version="0.0.7"

View File

@@ -61,6 +61,7 @@ get_path(){
# tcp和kcp下tlsSettings为nullws和h2下tlsSettings
[ -z "$ss_mux_enable" ] && local ss_mux_enable=true
[ -z "$ss_mux_concurrency" ] && local ss_mux_concurrency=8
[ "$ss_network_security" == "none" ] && ss_network_security=""
#if [ "$ss_network" == "ws" -o "$ss_network" == "h2" ];then
case "$ss_network_security" in
tls)