Skip to content

Commit cf879f9

Browse files
committed
bug fix - vmess tls
1 parent 04c658f commit cf879f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/assets/js/model/inbound.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ class Inbound extends XrayCommonClass {
12781278
obj.mode = xhttp.mode;
12791279
}
12801280

1281-
if (security === 'tls') {
1281+
if (tls === 'tls') {
12821282
if (!ObjectUtil.isEmpty(this.stream.tls.sni)) {
12831283
obj.sni = this.stream.tls.sni;
12841284
}

0 commit comments

Comments
 (0)