mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-24 15:43:08 +08:00
HEXONET: AuditRecord should permit TXT with long strings (#1107)
Co-authored-by: Rashad Jamara <rjamara@hexonet.net>
This commit is contained in:
parent
ec35f5fb2d
commit
b0fd111ea2
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ import (
|
|||
// supportable by this provider.
|
||||
func AuditRecords(records []*models.RecordConfig) error {
|
||||
|
||||
if err := recordaudit.TxtNoLongStrings(records); err != nil {
|
||||
return err
|
||||
}
|
||||
// Still needed as of 2021-03-07
|
||||
// if err := recordaudit.TxtNoLongStrings(records); err != nil {
|
||||
// return err
|
||||
// }
|
||||
// Not needed as of 2021-03-26
|
||||
|
||||
if err := recordaudit.TxtNoMultipleStrings(records); err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue