1
0
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:
Tom Limoncelli
2022-06-20 11:34:05 -04:00
committed by GitHub
parent 691710d39e
commit 959f721c04
7 changed files with 159 additions and 64 deletions

View File

@@ -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