Skip to content

Commit

Permalink
NS1: enable concurrency (#2952)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
  • Loading branch information
costasd and tlimoncelli committed May 13, 2024
1 parent 4a36396 commit 734a55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/ns1/ns1Provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var docNotes = providers.DocumentationNotes{
// See providers/capabilities.go for the entire list of capabilities.
providers.CanAutoDNSSEC: providers.Can(),
providers.CanGetZones: providers.Can(),
providers.CanConcur: providers.Cannot(),
providers.CanConcur: providers.Can(),
providers.CanUseAlias: providers.Can(),
providers.CanUseCAA: providers.Can(),
providers.CanUseDNAME: providers.Can(),
Expand Down

0 comments on commit 734a55c

Please sign in to comment.