production changes

This commit is contained in:
Grigory Shipunov 2022-07-25 20:30:41 +02:00
parent 3dbca052b6
commit fb8dc51788
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -23,9 +23,17 @@
matchConfig = { Name = "enp1s0"; };
networkConfig = {
Address = "95.216.166.21/32";
Gateway = "172.31.1.1";
DNS = "1.1.1.1";
};
routes = [
{
routeConfig = {
Gateway = "172.31.1.1";
GatewayOnLink = true;
Destination = "0.0.0.0/0";
};
}
];
};
};