mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-10 01:18:30 +08:00
DIGITALOCEAN: Enable cmode concurrent (#3207)
This commit is contained in:
parent
87fcb273c8
commit
2eeeb76512
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ var features = providers.DocumentationNotes{
|
|||
// The default for unlisted capabilities is 'Cannot'.
|
||||
// See providers/capabilities.go for the entire list of capabilities.
|
||||
providers.CanGetZones: providers.Can(),
|
||||
providers.CanConcur: providers.Cannot(),
|
||||
providers.CanConcur: providers.Can(),
|
||||
providers.CanUseCAA: providers.Can(),
|
||||
providers.CanUseLOC: providers.Cannot(),
|
||||
providers.CanUseSRV: providers.Can(),
|
||||
|
|
Loading…
Reference in a new issue