Update infomaniakProvider.go

This commit is contained in:
Jonathan Beliën 2025-05-24 14:52:19 +02:00
parent a616f2d283
commit b91dcc42f8
No known key found for this signature in database
GPG key ID: 110F3BF6C41BF92F

View file

@ -25,7 +25,7 @@ var features = providers.DocumentationNotes{
providers.CanUseSSHFP: providers.Can(),
providers.CanUseTLSA: providers.Can(),
providers.CanUseSRV: providers.Can(),
providers.DocCreateDomains: providers.Can(),
// providers.DocCreateDomains: providers.Can(),
}
func newInfomaniak(m map[string]string, message json.RawMessage) (providers.DNSServiceProvider, error) {