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

@ -67,4 +67,6 @@ message Config {
// TLS Client Hello fingerprint (uTLS).
string fingerprint = 11;
bool reject_unknown_sni = 12;
}