Remove trace
This commit is contained in:
@@ -73,8 +73,7 @@ let
|
|||||||
let fqdn = hostToFqdn record.host;
|
let fqdn = hostToFqdn record.host;
|
||||||
in "_${service}._${protocol} IN SRV ${toString record.priority} ${
|
in "_${service}._${protocol} IN SRV ${toString record.priority} ${
|
||||||
toString record.weight
|
toString record.weight
|
||||||
} ${toString record.port} ${trace "${record.host} -> ${fqdn}" fqdn}")
|
} ${toString record.port} ${fqdn}") records);
|
||||||
records);
|
|
||||||
|
|
||||||
makeSrvProtocolRecords = protocol: serviceRecords:
|
makeSrvProtocolRecords = protocol: serviceRecords:
|
||||||
joinLines (mapAttrsToList (makeSrvRecords protocol) serviceRecords);
|
joinLines (mapAttrsToList (makeSrvRecords protocol) serviceRecords);
|
||||||
|
|||||||
Reference in New Issue
Block a user