Skip to content

Commit a7e2307

Browse files
CLOUDNS: allow SRV record with null target (#3957)
I confirmed today that ClouDNS does actually support SRV records with null (".") targets.
1 parent a0ea3f6 commit a7e2307

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

providers/cloudns/auditrecords.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,5 @@ func AuditRecords(records []*models.RecordConfig) []error {
1919

2020
a.Add("TXT", rejectif.TxtHasDoubleQuotes) // Last verified 2021-03-01
2121

22-
a.Add("SRV", rejectif.SrvHasNullTarget) // Last verified 2023-03-30
23-
2422
return a.Audit(records)
2523
}

0 commit comments

Comments
 (0)