修改obfs-local问题

This commit is contained in:
monlor
2020-03-12 15:05:38 +08:00
parent 858026dce5
commit 72f056b875
2 changed files with 4 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ supports="linux_arm,linux_mips,linux_x86_64"
openport="1" openport="1"
backupfiles="config/ssserver.conf,config/sscontrol.conf,config/customize_black.conf,config/customize_white.conf" backupfiles="config/ssserver.conf,config/sscontrol.conf,config/customize_black.conf,config/customize_white.conf"
appinfo="最好的翻墙工具,没有之一,还可以加速国内外游戏" appinfo="最好的翻墙工具,没有之一,还可以加速国内外游戏"
newinfo="增加ss混淆插件obfs-local" newinfo="修改obfs-local问题"
version="0.1.2" version="0.1.4"

View File

@@ -71,7 +71,7 @@ get_config() {
"password": "$ss_password", "password": "$ss_password",
"timeout": 600, "timeout": 600,
"method": "$ss_method", "method": "$ss_method",
"plugin":"obfs-local", "plugin":"${mbroot}/apps/${appname}/bin/obfs-local",
"plugin_opts":"obfs=$ssr_protocol_param;obfs-host=$ssr_obfs_param" "plugin_opts":"obfs=$ssr_protocol_param;obfs-host=$ssr_obfs_param"
} }
EOF EOF
@@ -153,7 +153,7 @@ EOF
"password": "$ssg_password", "password": "$ssg_password",
"timeout": 600, "timeout": 600,
"method": "$ssg_method", "method": "$ssg_method",
"plugin":"obfs-local", "plugin":"${mbroot}/apps/${appname}/bin/obfs-local",
"plugin_opts":"obfs=$ssg_protocol_param;obfs-host=$ssg_obfs_param" "plugin_opts":"obfs=$ssg_protocol_param;obfs-host=$ssg_obfs_param"
} }
EOF EOF