This commit is contained in:
niten 2023-10-07 21:43:21 -07:00
parent ee5e63de37
commit d9d5652d6d
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ let
else
abort "unrecognized hostname: ${host}";
makeSrvRecords = protocol: service:
"records:joinLines" (map (record:
makeSrvRecords = protocol: service: records:
joinLines (map (record:
let fqdn = hostToFqdn record.host;
in "_${service}._${protocol} IN SRV ${toString record.priority} ${
toString record.weight