From e359b5c75e192e03870ae6c201c065740dc13016 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Tue, 29 Oct 2024 12:50:25 +0100 Subject: removed - XTLS Security because its too old and no one use it anymore --- web/html/xui/inbound_modal.html | 9 --------- 1 file changed, 9 deletions(-) (limited to 'web/html/xui/inbound_modal.html') diff --git a/web/html/xui/inbound_modal.html b/web/html/xui/inbound_modal.html index f605b4fd..4de3518c 100644 --- a/web/html/xui/inbound_modal.html +++ b/web/html/xui/inbound_modal.html @@ -102,11 +102,6 @@ client.flow = ""; }); } - if ((this.inModal.inbound.protocol == Protocols.VLESS || this.inModal.inbound.protocol == Protocols.TROJAN) && !inModal.inbound.xtls) { - this.inModal.inbound.settings.vlesses.forEach(client => { - client.flow = ""; - }); - } }, SSMethodChange() { if (this.inModal.inbound.isSSMultiUser) { @@ -132,10 +127,6 @@ inModal.inbound.stream.tls.certs[index].certFile = app.defaultCert; inModal.inbound.stream.tls.certs[index].keyFile = app.defaultKey; }, - setDefaultCertXtls(index) { - inModal.inbound.stream.xtls.certs[index].certFile = app.defaultCert; - inModal.inbound.stream.xtls.certs[index].keyFile = app.defaultKey; - }, async getNewX25519Cert() { inModal.loading(true); const msg = await HttpUtil.post('/server/getNewX25519Cert'); -- cgit v1.2.3