Skip to content

Commit 1fda952

Browse files
authored
OVH: Allow Null MX Record (#3938)
It was not possible to add a Null MX record on OVH. But it's now possible! (finally) This pull request removes the restriction.
1 parent 1377d00 commit 1fda952

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

providers/ovh/auditrecords.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ import (
1111
func AuditRecords(records []*models.RecordConfig) []error {
1212
a := rejectif.Auditor{}
1313

14-
a.Add("MX", rejectif.MxNull) // Last verified 2020-12-28
15-
1614
return a.Audit(records)
1715
}

0 commit comments

Comments
 (0)