[fix] add serverName

According to [this line](ae6a0c713f/VLESS-TCP-TLS-WS%20(recommended)/config_client_tcp_tls.json#L37)
This commit is contained in:
AliRezaBeigy 2022-10-15 21:37:45 +03:30 committed by GitHub
parent ae6a0c713f
commit 7140379855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@
"network": "tcp",
"security": "tls",
"tlsSettings": {
"serverName": "example.com", //
"alpn": [
"http/1.1"
],