增加ss混淆插件obfs-local

This commit is contained in:
monlor
2020-03-05 09:56:54 +08:00
parent fb97ed4f40
commit 7be055c686
8 changed files with 91 additions and 52 deletions

View File

@@ -90,6 +90,11 @@ shadowsocksAdd() {
[ -z "$ss_method" ] && echo "输入错误!" && return
fi
if [ "$proxy_type" = 'ss' ]; then
read -p "输入${appname}混淆协议obfs[如http](没有请回车):" ss_protocol_param
read -p "输入${appname}混淆参数obfs_host(没有请回车):" ss_obfs_param
fi
if [ "$proxy_type" = 'ssr' ]; then
echo "选择ssr协议(不一定都支持)"
echo $protocols | tr " " "\n" | grep -n . | sed -e "s/:/) /g"

View File

@@ -5,5 +5,5 @@ 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="修复kcptun配置错误"
version="0.1.1"
newinfo="增加ss混淆插件obfs-local"
version="0.1.2"