forked from p4gefau1t/trojan-go
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We hope this change will mitigate [the large-scale blocking of TLS-based censorship circumvention protocols in China](net4people/bbs#129) since October 3, 2022. Depending on one's configuration, the Clienthello sent by trojan-go client will look like one of the following values now (rather than the [Go's TLS fingerprint](https://tlsfingerprint.io/id/ad63dbc630ad9475) in previous versions): | `fingerprint` | `sni` value specified? | TLS Fingerprint ID | | ----------- | ----------- |----------- | | Chrome (default) | Yes | [e47eae8f8c4887b6](https://tlsfingerprint.io/id/e47eae8f8c4887b6)| | Chrome (default) | No | [90ac8a1dfa3b207c](https://tlsfingerprint.io/id/90ac8a1dfa3b207c)| | iOS | Yes | [133e933dd1dfea90](https://tlsfingerprint.io/id/133e933dd1dfea90)| | iOS | No | [cff7f10f631feddd](https://tlsfingerprint.io/id/cff7f10f631feddd)| | Firefox | Yes | [7161e10829541aab](https://tlsfingerprint.io/id/7161e10829541aab)| | Firefox | No | [56fa08d84940a06b](https://tlsfingerprint.io/id/56fa08d84940a06b)|
- Loading branch information
1 parent
2dc60f5
commit eeccfd8
Showing
3 changed files
with
41 additions
and
39 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
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