mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
the `differ.matchIgnored` function was comparing only with the `Name` field of `RecordConfig`. Most providers don't set `RecordConfig.Name`, only `RecordConfig.NameFQDN` and for those `IGNORE` doesn't work at all. This patch converts `IGNORE` to use `NameFQDN` instead since it seems all providers provides it.