mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2026-01-06 08:14:13 +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 | ||