-
Notifications
You must be signed in to change notification settings - Fork 492
INWX: support null MX records #2643
Copy link
Copy link
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
I tried to apply null MX records on a domain at INWX.
But I get an error that it's not supported (
dnscontrol/providers/inwx/auditrecords.go
Line 14 in bfa9da9
| a.Add("MX", rejectif.MxNull) // Last verified 2020-12-28 |
Describe the solution you'd like
Based on their documentation, we can disable the check for MxNull.
Describe alternatives you've considered
I'm currently using an IGNORE("@", "MX") rule to manage it manually in the UI.
Additional context
...
Reactions are currently unavailable