mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-03-01 01:20:49 +03:00
bug fix - vmess tls
This commit is contained in:
parent
04c658f1a0
commit
cf879f9527
@ -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 New Issue
Block a user