Fixed simple-obfs configuration

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2018-06-01 21:14:48 +09:00
parent eff33f1742
commit 3b95555547
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -504,7 +504,8 @@ elif [ "${selected}" == "4" ]; then
"timeout":300,
"method":"${shadowsockscipher}",
"fast_open":${fast_open},
"plugin":"obfs-server --obfs ${shadowsocklibev_obfs}"
"plugin":"obfs-server",
"plugin_opts":"obfs=${shadowsocklibev_obfs}"
}
EOF
else