Skip to content

Commit

Permalink
add shadowrocket vless reality
Browse files Browse the repository at this point in the history
  • Loading branch information
Toperlock committed Jan 29, 2024
1 parent 91cdf11 commit ca0d08d
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 @@ -48,7 +48,7 @@ def parse(data):
'enabled': True,
'fingerprint': netquery['fp']
}
if netquery.get('security') == 'reality':
if netquery.get('security') == 'reality' or netquery.get('pbk'): #shadowrocket
node['tls']['reality'] = {
'enabled': True,
'public_key': netquery.get('pbk'),
Expand Down

0 comments on commit ca0d08d

Please sign in to comment.