1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

NEW RECORD TYPE: DNAME (#2893)

This commit is contained in:
imlonghao
2024-04-03 02:28:57 +08:00
committed by GitHub
parent 293d5cb547
commit 42125b5248
19 changed files with 172 additions and 72 deletions

View File

@@ -43,6 +43,9 @@ const (
// CanUseDHCID indicates the provider can handle DHCID records
CanUseDHCID
// CanUseDNAME indicates the provider can handle DNAME records
CanUseDNAME
// CanUseDS indicates that the provider can handle DS record types. This
// implies CanUseDSForChildren without specifying the latter explicitly.
CanUseDS