Skip to content

Commit

Permalink
Update vless.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Toperlock authored Nov 23, 2023
1 parent d8d4a28 commit 7c7f31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/vless.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def parse(data):
}
if netquery.get('flow'):
node['flow'] = 'xtls-rprx-vision'
if netquery.get('security', '') not in ['None', '']:
if netquery.get('security', '') not in ['None', 'none', '']:
node['tls'] = {
'enabled': True,
'insecure': True,
Expand Down

0 comments on commit 7c7f31b

Please sign in to comment.