Desktop: Update deprecated routes.

This commit is contained in:
Dmitry Voronin 2024-11-29 02:11:11 +03:00
parent 8debd257da
commit 20e9a94c42
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
"10.0.0.7/24"
];
routes = [
{ routeConfig.Gateway = "10.0.0.1"; }
{ Gateway = "10.0.0.1"; }
];
};
};

View file

@ -13,7 +13,7 @@
"10.0.0.3/24"
];
routes = [
{ routeConfig.Gateway = "10.0.0.1"; }
{ Gateway = "10.0.0.1"; }
];
};
};