OVH: Allow Null MX Record

This commit is contained in:
Jean-Clément 2025-12-21 13:13:37 +01:00 committed by GitHub
parent 1377d00a30
commit 58b38fe4e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,5 @@ import (
func AuditRecords(records []*models.RecordConfig) []error {
a := rejectif.Auditor{}
a.Add("MX", rejectif.MxNull) // Last verified 2020-12-28
return a.Audit(records)
}