Skip to content

Commit c7b619d

Browse files
authored
Update _worker.js
1 parent 93329e8 commit c7b619d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_worker.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3181,12 +3181,12 @@ function buildXrayWarpOutbound (remark, ipv6, privateKey, publicKey, endpoint, r
31813181
"172.16.0.2/32",
31823182
ipv6
31833183
],
3184-
mtu: 1330,
3184+
mtu: 1306,
31853185
peers: [
31863186
{
31873187
endpoint: endpoint,
31883188
publicKey: publicKey,
3189-
keepAlive: 11
3189+
keepAlive: 9
31903190
}
31913191
],
31923192
reserved: base64ToDecimal(reserved),

0 commit comments

Comments
 (0)