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

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
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;
}