mirror of
https://github.com/Ysurac/openmptcprouter-vps-admin.git
synced 2025-03-09 15:40:05 +00:00
Fix obfs type
This commit is contained in:
parent
4554b69655
commit
7469a4c450
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ def config():
|
||||||
if 'tls' in data["plugin_opts"]:
|
if 'tls' in data["plugin_opts"]:
|
||||||
shadowsocks_obfs_type = 'tls'
|
shadowsocks_obfs_type = 'tls'
|
||||||
else:
|
else:
|
||||||
shadowsocks_obfs_plugin = 'http'
|
shadowsocks_obfs_type = 'http'
|
||||||
else:
|
else:
|
||||||
shadowsocks_obfs = False
|
shadowsocks_obfs = False
|
||||||
shadowsocks_obfs_plugin = ''
|
shadowsocks_obfs_plugin = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue