mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
Add: reject unknown SNI
Co-Authored-By: 玖柒Max <60207794+jiuqi9997@users.noreply.github.com>
This commit is contained in:
parent
1e3d739a5b
commit
53b99efe78
7 changed files with 63 additions and 27 deletions
|
@ -67,4 +67,6 @@ message Config {
|
|||
|
||||
// TLS Client Hello fingerprint (uTLS).
|
||||
string fingerprint = 11;
|
||||
|
||||
bool reject_unknown_sni = 12;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue