address change and background

This commit is contained in:
2026-03-22 12:49:27 +07:00
parent 12e7fdf422
commit 79369520bb
4 changed files with 56 additions and 36 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export function VpnControl() {
dns: "10.0.0.2",
mtu: 1280,
};
await startVpn(config, "62.60.244.156", 443);
await startVpn(config, "147.45.43.70", 443);
} else {
await stopVpn();
}