notice-me-senpai: switch to public v4

This commit is contained in:
Markus Schmidl 2024-04-28 02:32:21 +02:00
parent 1f68bef6bf
commit 35cb8596bf
1 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ in
interfaces = [{ interfaces = [{
type = "tap"; type = "tap";
id = "serv-tlm-mon"; id = "flpk-tlm-mon";
mac = mac_addr; mac = mac_addr;
}]; }];
@ -61,12 +61,12 @@ in
mac = mac_addr; mac = mac_addr;
matchOn = "mac"; matchOn = "mac";
useDHCP = false; useDHCP = false;
addr4 = "172.20.73.10/25"; addr4 = "45.158.40.162/27";
dns = [ "172.20.73.8" "9.9.9.9" ]; dns = [ "1.1.1.1" ];
routes = [ routes = [
{ {
routeConfig = { routeConfig = {
Gateway = "172.20.73.1"; Gateway = "45.158.40.160";
GatewayOnLink = true; GatewayOnLink = true;
Destination = "0.0.0.0/0"; Destination = "0.0.0.0/0";
}; };