mirror of https://github.com/XTLS/Xray-examples
[fix] add serverName
According to [this line](ae6a0c713f/VLESS-TCP-TLS-WS%20
(recommended)/config_client_tcp_tls.json#L37)
pull/80/head
parent
ae6a0c713f
commit
7140379855
|
@ -30,6 +30,7 @@
|
|||
"network": "tcp",
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
"serverName": "example.com", // 换成你的域名
|
||||
"alpn": [
|
||||
"http/1.1"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue