mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-16 00:36:56 +08: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. |
||
---|---|---|
.. | ||
diff.go | ||
diff_test.go |