mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-27 06:29:00 +08:00
OVH: Certify SSHFP support (#482)
This commit is contained in:
parent
c9a5c6a0f9
commit
f795af3be0
1 changed files with 1 additions and 0 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue