expose cyberchef deployment on k3s publicly

remove geokunis2.nl zone
This commit is contained in:
Pim Kunis 2024-03-21 23:21:25 +01:00
parent 1662a60688
commit 476ec250ca
7 changed files with 71 additions and 83 deletions

View file

@ -8,11 +8,6 @@ let
name = "kunis-zone-file";
text = (dns.lib.toString "kun.is" (import ./zones/kun.is.nix inputs));
};
geokunis2nlZoneFile = pkgs.writeTextFile {
name = "geokunis2nl-zone-file";
text = (dns.lib.toString "geokunis2.nl" (import ./zones/geokunis2.nl.nix inputs));
};
in
{
options.lab.networking.dmz.services.enable = lib.mkOption {
@ -51,16 +46,6 @@ in
file = kunisZoneFile;
allowQuery = [ "any" ];
};
"geokunis2.nl" = {
master = true;
file = geokunis2nlZoneFile;
allowQuery = [ "any" ];
slaves = [
"87.253.155.96/27"
"157.97.168.160/27"
];
};
};
};