base android logic

This commit is contained in:
2026-03-12 19:10:16 +07:00
parent 2f7462e299
commit dfc24b8da3
5 changed files with 123 additions and 135 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export function VpnControl() {
// Подготавливаем конфигурацию (замените на нужные вам значения)
const config: TunnelConfig = {
address: "10.0.0.2",
address: "10.0.0.1",
prefix: 24,
dns: "8.8.8.8",
mtu: 1400,