Local changes to procul
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ let
|
||||
|
||||
nsRecords = ns-hosts:
|
||||
join-lines ((mapAttrsToList (host: _: "@ IN NS ${host}.") ns-hosts) ++
|
||||
(mapAttrsToList (host: ip: "${host} IN A ${ip}") ns-hosts));
|
||||
(mapAttrsToList (host: ip: "${host}. IN A ${ip}") ns-hosts));
|
||||
|
||||
in {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user