0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00

Add uTLS fingerprints support (#451)

This commit is contained in:
RPRX
2021-03-29 10:08:29 +00:00
committed by GitHub
parent e564d9ef7e
commit a9e11075d1
7 changed files with 50 additions and 29 deletions

View File

@ -64,4 +64,7 @@ message Config {
// Whether the server selects its most preferred ciphersuite.
bool prefer_server_cipher_suites = 10;
// TLS Client Hello fingerprint (uTLS).
string fingerprint = 11;
}