OVH: Certify SSHFP support (#482)

This commit is contained in:
Patrik Kernstock 2019-05-19 18:19:55 +02:00 committed by Tom Limoncelli
parent c9a5c6a0f9
commit f795af3be0

View file

@ -24,6 +24,7 @@ var features = providers.DocumentationNotes{
providers.CanUsePTR: providers.Cannot(),
providers.CanUseSRV: providers.Can(),
providers.CanUseTLSA: providers.Can(),
providers.CanUseSSHFP: providers.Can(),
providers.DocCreateDomains: providers.Cannot("New domains require registration"),
providers.DocDualHost: providers.Can(),
providers.DocOfficiallySupported: providers.Cannot(),