first working version. tunnel establish

This commit is contained in:
2026-03-12 21:39:03 +07:00
parent dfc24b8da3
commit d5acfe7448
3 changed files with 126 additions and 14 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ export function VpnControl() {
const config: TunnelConfig = {
address: "10.0.0.1",
prefix: 24,
dns: "8.8.8.8",
mtu: 1400,
dns: "10.0.0.2",
mtu: 1500,
};
// Вызываем вашу функцию-обертку