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

VULTR: Enable long TXT (#1518)

This commit is contained in:
Nicolas Lorin
2022-06-01 18:15:29 +02:00
committed by GitHub
parent 6ee11df983
commit 1e8e449160

View File

@@ -20,9 +20,5 @@ func AuditRecords(records []*models.RecordConfig) error {
return err
}
if err := recordaudit.TxtNoLongStrings(records); err != nil {
return err
}
return nil
}