Boy that's hacky

This commit is contained in:
niten 2023-10-05 11:05:15 -07:00
parent 8006b0818f
commit 8d48728b20
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ let
> 0;
};
maybeString = prefix: mStr: if mStr == null then "" else "${prefix}${mStr}";
mkZoneFileName = name: if name == "." then "root" else name;
# replaces include: directives for keys with fake keys for nsd-checkconf