From c59f54bb0ef9ef06ade11aa75fba61224830be7e Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 1 Feb 2026 01:56:23 +0100 Subject: outbound: finalmask --- web/assets/js/model/inbound.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/assets/js/model/inbound.js') diff --git a/web/assets/js/model/inbound.js b/web/assets/js/model/inbound.js index 58cc7421..9077ea53 100644 --- a/web/assets/js/model/inbound.js +++ b/web/assets/js/model/inbound.js @@ -318,7 +318,7 @@ TcpStreamSettings.TcpResponse = class extends XrayCommonClass { class KcpStreamSettings extends XrayCommonClass { constructor( - mtu = 1250, + mtu = 1350, tti = 50, uplinkCapacity = 5, downlinkCapacity = 20, @@ -2509,7 +2509,7 @@ Inbound.HttpSettings.HttpAccount = class extends XrayCommonClass { Inbound.WireguardSettings = class extends XrayCommonClass { constructor( protocol, - mtu = 1250, + mtu = 1420, secretKey = Wireguard.generateKeypair().privateKey, peers = [new Inbound.WireguardSettings.Peer()], noKernelTun = false -- cgit v1.2.3