Skip to content

Commit

Permalink
NAMECHEAP: Enable cmode concurrent (#3202)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli authored Nov 19, 2024
1 parent 52c9bad commit 87fcb27
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 @@ -48,7 +48,7 @@ If a feature is definitively not supported for whatever reason, we would also li
| [`LUADNS`](provider/luadns.md) ||||||||||||||||||||||||
| [`MSDNS`](provider/msdns.md) ||||||||||||||||||||||||
| [`MYTHICBEASTS`](provider/mythicbeasts.md) ||||||||||||||||||||||||
| [`NAMECHEAP`](provider/namecheap.md) |||| ||||||||||||||||||||
| [`NAMECHEAP`](provider/namecheap.md) |||| ||||||||||||||||||||
| [`NAMEDOTCOM`](provider/namedotcom.md) ||||||||||||||||||||||||
| [`NETCUP`](provider/netcup.md) ||||||||||||||||||||||||
| [`NETLIFY`](provider/netlify.md) ||||||||||||||||||||||||
Expand Down
2 changes: 1 addition & 1 deletion providers/namecheap/namecheapProvider.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.CanUseAlias: providers.Can(),
providers.CanUseCAA: providers.Can(),
providers.CanUseLOC: providers.Cannot(),
Expand Down

0 comments on commit 87fcb27

Please # to comment.