1
0
Fork 0
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:
Ycarus 2019-01-25 21:17:55 +00:00
parent 4554b69655
commit 7469a4c450

View file

@ -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 = ''