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