remove old dns record

This commit is contained in:
Markus Schmidl 2023-05-26 22:24:06 +02:00
parent 8da1dba1af
commit 53692344ee
1 changed files with 1 additions and 5 deletions

View File

@ -185,11 +185,7 @@ rec {
} {
name = "zentralwerk.dn42";
ns = internalNS;
records = [ {
name = "ipa";
type = "A";
data = config.site.net.serv.hosts4.ipa;
} ];
records = [ ];
} {
name = "dyn.zentralwerk.org";
ns = publicNS;