mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
add dhcid type
This commit is contained in:
committed by
Florian Ritterhoff
parent
af91e37043
commit
1c5e038c67
@@ -78,6 +78,9 @@ const (
|
||||
|
||||
// DocOfficiallySupported means it is actively used and maintained by stack exchange
|
||||
DocOfficiallySupported
|
||||
|
||||
// CanUseDHCID indicates the provider can handle DHCID records
|
||||
CanUseDHCID
|
||||
)
|
||||
|
||||
var providerCapabilities = map[string]map[Capability]bool{}
|
||||
|
Reference in New Issue
Block a user