mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 18:08:57 +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
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := recordaudit.TxtNoLongStrings(records); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue