Remove trace
This commit is contained in:
parent
007ccef4e3
commit
d3272846b4
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue