Skip to content

Commit

Permalink
NETLIFY: Enable cmode concurrent (#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 authored Nov 20, 2024
1 parent bbaf083 commit d29c1cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If a feature is definitively not supported for whatever reason, we would also li
| [`NAMECHEAP`](provider/namecheap.md) ||||||||||||||||||||||||
| [`NAMEDOTCOM`](provider/namedotcom.md) ||||||||||||||||||||||||
| [`NETCUP`](provider/netcup.md) ||||||||||||||||||||||||
| [`NETLIFY`](provider/netlify.md) |||| ||||||||||||||||||||
| [`NETLIFY`](provider/netlify.md) |||| ||||||||||||||||||||
| [`NS1`](provider/ns1.md) ||||||||||||||||||||||||
| [`OPENSRS`](provider/opensrs.md) ||||||||||||||||||||||||
| [`ORACLE`](provider/oracle.md) ||||||||||||||||||||||||
Expand Down
2 changes: 1 addition & 1 deletion providers/netlify/netlifyProvider.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +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.CanConcur: providers.Can(),
providers.CanUseAlias: providers.Can(),
providers.CanUseCAA: providers.Can(),
providers.CanUseDS: providers.Cannot(),
Expand Down

0 comments on commit d29c1cf

Please sign in to comment.