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:
@@ -20,9 +20,5 @@ func AuditRecords(records []*models.RecordConfig) error {
|
||||
return err
|
||||
}
|
||||
|
||||
if err := recordaudit.TxtNoLongStrings(records); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user