Boy that's hacky
This commit is contained in:
parent
8006b0818f
commit
8d48728b20
2
nsd.nix
2
nsd.nix
|
@ -22,6 +22,8 @@ let
|
||||||
> 0;
|
> 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
maybeString = prefix: mStr: if mStr == null then "" else "${prefix}${mStr}";
|
||||||
|
|
||||||
mkZoneFileName = name: if name == "." then "root" else name;
|
mkZoneFileName = name: if name == "." then "root" else name;
|
||||||
|
|
||||||
# replaces include: directives for keys with fake keys for nsd-checkconf
|
# replaces include: directives for keys with fake keys for nsd-checkconf
|
||||||
|
|
Loading…
Reference in New Issue