mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
INWX: Enabling TXT with 255 bytes works (#2380)
This commit is contained in:
@@ -21,7 +21,5 @@ func AuditRecords(records []*models.RecordConfig) []error {
|
|||||||
|
|
||||||
a.Add("TXT", rejectif.TxtIsEmpty) // Last verified 2021-03-01
|
a.Add("TXT", rejectif.TxtIsEmpty) // Last verified 2021-03-01
|
||||||
|
|
||||||
a.Add("TXT", rejectif.TxtIsExactlyLen255) // Last verified 2021-03-01
|
|
||||||
|
|
||||||
return a.Audit(records)
|
return a.Audit(records)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user