mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-09 21:36:22 +08:00
AXFRDDNS: Ignore ZONEMD records (#3551)
This commit is contained in:
parent
e2c4a4abe1
commit
cf971b8b90
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ func (c *axfrddnsProvider) GetZoneRecords(domain string, meta map[string]string)
|
||||||
dns.TypeNSEC,
|
dns.TypeNSEC,
|
||||||
dns.TypeNSEC3,
|
dns.TypeNSEC3,
|
||||||
dns.TypeNSEC3PARAM,
|
dns.TypeNSEC3PARAM,
|
||||||
|
dns.TypeZONEMD,
|
||||||
65534:
|
65534:
|
||||||
// Ignoring DNSSec RRs, but replacing it with a single
|
// Ignoring DNSSec RRs, but replacing it with a single
|
||||||
// "TXT" placeholder
|
// "TXT" placeholder
|
||||||
|
|
Loading…
Add table
Reference in a new issue