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",
|
"network": "tcp",
|
||||||
"security": "tls",
|
"security": "tls",
|
||||||
"tlsSettings": {
|
"tlsSettings": {
|
||||||
|
"serverName": "example.com", // 换成你的域名
|
||||||
"alpn": [
|
"alpn": [
|
||||||
"http/1.1"
|
"http/1.1"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue