mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
Revert "nosni"
https://github.com/XTLS/Xray-core/pull/3214#issuecomment-2078502477
This commit is contained in:
parent
ae0eec41d8
commit
61800fcc66
2 changed files with 0 additions and 7 deletions
|
@ -325,11 +325,6 @@ func (c *Config) GetTLSConfig(opts ...Option) *tls.Config {
|
|||
config.ServerName = sn
|
||||
}
|
||||
|
||||
// If ServerName is set to "nosni", we set it empty.
|
||||
if strings.ToLower(c.parseServerName()) == "nosni" {
|
||||
config.ServerName = ""
|
||||
}
|
||||
|
||||
if len(config.NextProtos) == 0 {
|
||||
config.NextProtos = []string{"h2", "http/1.1"}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue