Skip to content

Commit

Permalink
Reset mtu.
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache committed Jan 30, 2025
1 parent caed650 commit 5336c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cores-configs/xray.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ function buildXrayWarpOutbound (proxySettings, warpConfigs, endpoint, chain, cli
"172.16.0.2/32",
warpIPv6
],
mtu: endpoint.includes('[') ? 1420 : 1440,
mtu: 1280,
peers: [
{
endpoint: endpoint,
Expand Down

0 comments on commit 5336c56

Please sign in to comment.