Skip to content

Commit

Permalink
bug fix - vmess tls
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Dec 27, 2024
1 parent 04c658f commit cf879f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/assets/js/model/inbound.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit cf879f9

Please sign in to comment.