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

FEATURE: New capability: Can provider run concurrently (#2876)

This commit is contained in:
Tom Limoncelli
2024-03-20 12:36:54 -04:00
committed by GitHub
parent e52ec54453
commit 4765f402bd
54 changed files with 168 additions and 80 deletions

View File

@ -16,6 +16,7 @@ var features = providers.DocumentationNotes{
// See providers/capabilities.go for the entire list of capabilities.
providers.CanAutoDNSSEC: providers.Cannot(),
providers.CanGetZones: providers.Can(),
providers.CanConcur: providers.Cannot(),
providers.CanUseAlias: providers.Can(),
providers.CanUseCAA: providers.Can(),
providers.CanUseDS: providers.Cannot(),