Skip to content

Commit

Permalink
Update vless.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Toperlock authored Oct 13, 2023
1 parent 7466039 commit 7fc99f2
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 @@ -17,7 +17,7 @@ def parse(data):
'packet_encoding': netquery.get('packetEncoding', 'xudp')
}
if netquery.get('flow'):
node['flow'] = netquery['flow']
node['flow'] = 'xtls-rprx-vision'
if netquery.get('security') != 'none':
node['tls'] = {
'enabled': True
Expand Down

0 comments on commit 7fc99f2

Please sign in to comment.