1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-17 23:06:30 -05:00

specify server name in tls

This commit is contained in:
Darien Raymond 2017-10-14 01:33:09 +08:00
parent 669a0cafaf
commit 3809f4f25a

View File

@ -36,6 +36,7 @@
"network": "ws",
"security": "tls",
"tlsSettings": {
"serverName": "v2ray.cool",
"allowInsecure": true
},
"wsSettings": {