diff --git a/documentation/provider/index.md b/documentation/provider/index.md index 4b81545c8..50c15679f 100644 --- a/documentation/provider/index.md +++ b/documentation/provider/index.md @@ -119,7 +119,7 @@ Jump to a table: | [`HOSTINGDE`](hostingde.md) | ❔ | ✅ | ✅ | ✅ | | [`HUAWEICLOUD`](huaweicloud.md) | ❔ | ✅ | ✅ | ✅ | | [`INTERNETBS`](internetbs.md) | ❔ | ❔ | ❌ | ❔ | -| [`INWX`](inwx.md) | ❔ | ✅ | ✅ | ✅ | +| [`INWX`](inwx.md) | ✅ | ✅ | ✅ | ✅ | | [`JOKER`](joker.md) | ❌ | ❌ | ✅ | ✅ | | [`LINODE`](linode.md) | ❔ | ❌ | ❌ | ✅ | | [`LOOPIA`](loopia.md) | ❔ | ✅ | ❌ | ✅ | diff --git a/providers/inwx/inwxProvider.go b/providers/inwx/inwxProvider.go index ef5461eee..96cbbb47e 100644 --- a/providers/inwx/inwxProvider.go +++ b/providers/inwx/inwxProvider.go @@ -51,7 +51,7 @@ var features = providers.DocumentationNotes{ // See providers/capabilities.go for the entire list of capabilities. providers.CanAutoDNSSEC: providers.Can(), providers.CanGetZones: providers.Can(), - providers.CanConcur: providers.Unimplemented(), + providers.CanConcur: providers.Can(), providers.CanUseAlias: providers.Can(), providers.CanUseCAA: providers.Can(), providers.CanUseDS: providers.Unimplemented("DS records are only supported at the apex and require a different API call that hasn't been implemented yet."),