1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

MSDNS: Fix failing DNS integration tests (#2734)

This commit is contained in:
Tom Limoncelli
2023-12-18 12:39:48 -05:00
committed by GitHub
parent 0ca55815f8
commit 258654532a
4 changed files with 80 additions and 30 deletions

View File

@@ -13,7 +13,7 @@ func AuditRecords(records []*models.RecordConfig) []error {
a.Add("MX", rejectif.MxNull) // Last verified 2023-03
a.Add("TXT", rejectif.TxtLongerThan255) // Last verified 2023-03
a.Add("TXT", rejectif.TxtLongerThan(255)) // Last verified 2023-03
a.Add("TXT", rejectif.TxtHasTrailingSpace) // Last verified 2023-03