mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
MAINT: Update TXT docs, suggest not using TxtNoLen255 (#1548)
* suggest not using TxtNoLen255 * Rename functions * wip! * fixing!
This commit is contained in:
@@ -20,7 +20,7 @@ func AuditRecords(records []*models.RecordConfig) error {
|
||||
return err
|
||||
} // Needed as of 2022-06-10
|
||||
|
||||
if err := recordaudit.TxtNoLen255(records); err != nil {
|
||||
if err := recordaudit.TxtNoStringsLen256orLonger(records); err != nil {
|
||||
return err
|
||||
} // Needed as of 2022-06-10
|
||||
|
||||
|
Reference in New Issue
Block a user