Skip to content

Commit

Permalink
fix fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskxyz authored Jul 7, 2023
1 parent 252f99f commit e25bdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reality-ezpz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ $([[ ${config[transport]} == 'grpc' ]] && echo 'gRPC serviceName: '"${config[ser
TLS: $([[ ${config[security]} == 'reality' ]] && echo 'reality' || echo 'tls')
SNI: ${config[domain]}
ALPN: $([[ ${config[transport]} == 'ws' ]] && echo 'http/1.1' || echo 'h2,http/1.1')
Fingerprint: randomized
Fingerprint: chrome
$([[ ${config[security]} == 'reality' ]] && echo "PublicKey: ${config[public_key]}" || true)
$([[ ${config[security]} == 'reality' ]] && echo "ShortId: ${config[short_id]}" || true)
" | tr -s '\n')
Expand Down

0 comments on commit e25bdfd

Please sign in to comment.