mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-28 03:29:53 +08:00
OVH: Allow Null MX Record
This commit is contained in:
parent
1377d00a30
commit
58b38fe4e8
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue