entirely remove obsolete upstream1+upstream2 ipv4 subnets

This commit is contained in:
Astro 2022-08-05 18:15:00 +02:00
parent 15ab6d744e
commit 88cadab0f0
3 changed files with 1 additions and 9 deletions

View File

@ -218,7 +218,7 @@
[ "upstream4" "upstream3" "anon1" "freifunk" ];
stubNets4 = [ "172.20.0.0/14" "10.0.0.0/8" ];
stubNets6 =
[ "fd00::/8" "2a02:8106:208:5200::/56" "2a02:8106:211:e900::/56" ];
[ "fd00::/8" "2a00:8180:2c00:200::/56" ];
};
role = "container";
};

View File

@ -350,10 +350,6 @@ in
protocol static {
ipv6;
route fd23:42:c3d2:580::/57 unreachable;
# TODO: remove
route 2a02:8106:208:5200::/56 unreachable;
# TODO: remove
route 2a02:8106:211:e900::/56 unreachable;
route 2a00:8180:2c00:200::/56 unreachable;
}

View File

@ -20,10 +20,6 @@ lib.mkIf config.site.hosts.${hostName}.services.dnscache.enable {
# TODO: generate
access-control = [
"fd23:42:c3d2:500::/56 allow"
# TODO: remove
"2a02:8106:208:5200::/56 allow"
# TODO: remove
"2a02:8106:211:e900::/56 allow"
"2a00:8180:2000:37::1/128 allow"
"2a00:8180:2c00:200::/56 allow"
"::172.20.72.0/117 allow"