mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 13:32:24 +00:00
bug fix - vmess tls
This commit is contained in:
parent
04c658f1a0
commit
cf879f9527
1 changed files with 1 additions and 1 deletions
|
@ -1278,7 +1278,7 @@ class Inbound extends XrayCommonClass {
|
|||
obj.mode = xhttp.mode;
|
||||
}
|
||||
|
||||
if (security === 'tls') {
|
||||
if (tls === 'tls') {
|
||||
if (!ObjectUtil.isEmpty(this.stream.tls.sni)) {
|
||||
obj.sni = this.stream.tls.sni;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue