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 26, 2023
1 parent 9264ad9 commit 7377588
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 @@ -35,7 +35,7 @@ def parse(data):
if netquery.get('fp'):
node['tls']['utls'] = {
'enabled': True,
'fingerprint': netquery.get('fp', 'chrome')
'fingerprint': netquery['fp']
}
if netquery['security'] == 'reality':
node['tls']['reality'] = {
Expand Down

0 comments on commit 7377588

Please sign in to comment.