-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Avoid TLS fingerprint #1660
Comments
upvote ! |
Note: Already integrated in commit c072d38, but not enabled yet. |
在 |
仔细看了下, 功能的确还不完善... 只用了 utls 却没有更改指纹. 而且只有 tcp 支持, ws 并没有相关代码. |
要支持 ws 需要修改 gorilla/websocket 上游代码, 好难( |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The authors of The use of TLS in Censorship Circumvention (NDSS 2019) develop a library called uTLS, which is a fork of the Go standard TLS library. It can mimic the fingerprint of popular TLS client (e.g. Chrome), thus reducing the possibility to be detected.
The text was updated successfully, but these errors were encountered: