Add: reject unknown SNI

Co-Authored-By: 玖柒Max <60207794+jiuqi9997@users.noreply.github.com>
This commit is contained in:
hmol233 2021-05-09 23:47:21 +08:00
parent 1e3d739a5b
commit 53b99efe78
No known key found for this signature in database
GPG key ID: D617A9DAB0C992D5
7 changed files with 63 additions and 27 deletions

View file

@ -64,4 +64,7 @@ message Config {
// Whether the server selects its most preferred ciphersuite.
bool prefer_server_cipher_suites = 10;
bool reject_unknown_sni = 12;
}