specify server name in tls

pull/642/merge v2.41
Darien Raymond 2017-10-14 01:33:09 +08:00
parent 669a0cafaf
commit 3809f4f25a
1 changed files with 1 additions and 0 deletions

View File

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