mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 09:59:59 +08:00
VULTR: Enable long TXT (#1518)
This commit is contained in:
parent
6ee11df983
commit
1e8e449160
1 changed files with 0 additions and 4 deletions
|
@ -20,9 +20,5 @@ func AuditRecords(records []*models.RecordConfig) error {
|
|||
return err
|
||||
}
|
||||
|
||||
if err := recordaudit.TxtNoLongStrings(records); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue