mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-11 07:51:54 +00:00
修改obfs-local问题
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user