c3d2iot: increase dhcp lease time, dump freifunk upstream

This commit is contained in:
Sandro - 2024-02-06 18:18:19 +01:00
parent df3d446992
commit da788522ab
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,9 @@
end = "10.22.255.253";
router = "iot-gw";
server = "iot-gw";
time = 120;
max-time = 12 * 3600;
# devices don't often change and could not be that talkative
time = 600;
max-time = 24 * 3600;
};
dynamicDomain = true;
domainName = "c3d2iot.zentralwerk.org";
@ -38,8 +39,7 @@
};
};
ospf = {
allowedUpstreams =
[ "upstream4" "upstream3" "anon1" "freifunk" ];
allowedUpstreams = [ "upstream4" "upstream3" "anon1" ];
};
role = "container";
};