Skip to content

Commit

Permalink
TRANSIP: The concurrent functionality has been tested and works prope…
Browse files Browse the repository at this point in the history
…rly.
  • Loading branch information
cafferata committed May 10, 2024
1 parent e6885cf commit 67869f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/transip/transipProvider.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.CanConcur: providers.Can(),
providers.CanUseAlias: providers.Can(),
providers.CanUseCAA: providers.Can(),
providers.CanUseDS: providers.Cannot(),
Expand Down

0 comments on commit 67869f1

Please sign in to comment.