Desktop: Update deprecated routes.

This commit is contained in:
Dmitry Voronin 2024-11-29 02:11:11 +03:00
parent 9faa180f9c
commit 0d0575f05d
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 2 deletions

View file

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

View file

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