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

DNSIMPLE: Add compatibility with TXT changes (#2745)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Simone Carletti
2024-01-02 21:54:13 +01:00
committed by GitHub
parent 9221a0638c
commit 4cd3c78059
5 changed files with 60 additions and 12 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.TxtLongerThan(255)) // Last verified 2023-03
a.Add("TXT", rejectif.TxtLongerThan(1000)) // Last verified 2023-12
a.Add("TXT", rejectif.TxtHasTrailingSpace) // Last verified 2023-03