mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-13 11:45:27 +08:00
b7c6efaa53
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 |