pub: add flpk subnet

This commit is contained in:
Astro 2022-09-18 01:59:14 +02:00
parent 6e01f8c5df
commit ffc4c56730
1 changed files with 10 additions and 3 deletions

View File

@ -11,9 +11,15 @@
domainName = "pub.zentralwerk.org";
dynamicDomain = true;
hosts4 = { pub-gw = "172.20.78.1"; };
hosts6 = { dn42 = { pub-gw = "fd23:42:c3d2:583::1"; }; };
hosts6 = {
dn42.pub-gw = "fd23:42:c3d2:583::1";
flpk.pub-gw = "2a0f:5382:acab:1403::1";
};
subnet4 = "172.20.78.0/23";
subnets6 = { dn42 = "fd23:42:c3d2:583::/64"; };
subnets6 = {
dn42 = "fd23:42:c3d2:583::/64";
flpk = "2a0f:5382:acab:1403::/64";
};
};
site.hosts.pub-gw = {
@ -28,7 +34,8 @@
};
};
ospf = {
allowedUpstreams = [ "anon1" "freifunk" ];
allowedUpstreams = [ "anon1" "flpk-gw" "freifunk" ];
allowedUpstreams6 = [ "flpk-gw" "anon1" "freifunk" ];
};
role = "container";
};