diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-03-27 02:45:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-27 02:45:49 +0300 |
| commit | 3da6c4d7d91c31ac341bfdc0e3513f5bf2501a91 (patch) | |
| tree | e09a1991c0347559542d0b13120a038d847e1ccc /web/assets | |
| parent | 373628a6a363e383dc9247983f2c0755bdf9f14c (diff) | |
| parent | 606360ae03f6796aaa269a3f9871e1f18ae88242 (diff) | |
Merge pull request #113 from MHSanaei/dev
Dev
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/js/model/xray.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js index 9b0f8de9..775d56c8 100644 --- a/web/assets/js/model/xray.js +++ b/web/assets/js/model/xray.js @@ -1160,7 +1160,7 @@ class Inbound extends XrayCommonClass { } if (this.XTLS) { - params.set("security", "tls"); + params.set("security", "xtls"); params.set("alpn", this.stream.tls.alpn); if(this.stream.tls.settings[0].allowInsecure){ params.set("allowInsecure", "1"); @@ -1261,7 +1261,7 @@ class Inbound extends XrayCommonClass { } if (this.XTLS) { - params.set("security", "tls"); + params.set("security", "xtls"); params.set("alpn", this.stream.tls.alpn); if(this.stream.tls.settings[0].allowInsecure){ params.set("allowInsecure", "1"); |
