mtu change and btn size

This commit is contained in:
2026-04-03 19:42:54 +07:00
parent b81dc3f756
commit bebb403a60
4 changed files with 115 additions and 119 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export function VpnControl() {
address: "10.0.0.1",
prefix: 24,
dns: "10.0.0.2",
mtu: 1500,
mtu: 1380,
};
await startVpn(config, "147.45.43.70", 443);
} else {