change mtu

This commit is contained in:
2026-06-02 16:27:20 +07:00
parent 177c11e4df
commit af2a694309
+1 -1
View File
@@ -28,7 +28,7 @@ export function VpnControl() {
address: "10.0.0.1",
prefix: 24,
dns: "10.0.0.2",
mtu: 1380,
mtu: 1450,
killswitchEnabled: killSwitch,
excludedApps: excludedApps,
excludedDomains: excludedDomains,