mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-10 05:46:17 +08:00
TRANSIP: Added audit record for a maximum of 1024 TXT-record characters (#2725)
This commit is contained in:
parent
e146fc5c07
commit
c0dc049755
1 changed files with 2 additions and 0 deletions
|
@ -23,5 +23,7 @@ func AuditRecords(records []*models.RecordConfig) []error {
|
||||||
|
|
||||||
a.Add("TXT", rejectif.TxtIsEmpty) // Last verified 2023-12-10
|
a.Add("TXT", rejectif.TxtIsEmpty) // Last verified 2023-12-10
|
||||||
|
|
||||||
|
a.Add("TXT", rejectif.TxtLongerThan(1024)) // Last verified 2023-12-15
|
||||||
|
|
||||||
return a.Audit(records)
|
return a.Audit(records)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue