-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REALITY, TLS config: Set "chrome" as the default fingerprint
Other VLESS implementations should follow this change.
- Loading branch information
Showing
2 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
96fb680
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for answering And the last question, is Chrome fingerprints recommended only for reality or all protocols?!
@RPRX
96fb680
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alphax-hue3682 Chrome 市占率近乎垄断,所以对于所有协议,指纹选它是最合理的,不推荐 random / randomized / unsafe (golang)
96fb680
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
疑似存在选什么指纹都能跟服务端建立连线的情况(reality),我服务端utls选chrome,客户端选qq都行。需要更多测试 @RPRX