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:
@@ -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
|
||||
|
Reference in New Issue
Block a user