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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}