mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-27 22:48:27 +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.CanUsePTR: providers.Cannot(),
|
||||||
providers.CanUseSRV: providers.Can(),
|
providers.CanUseSRV: providers.Can(),
|
||||||
providers.CanUseTLSA: providers.Can(),
|
providers.CanUseTLSA: providers.Can(),
|
||||||
|
providers.CanUseSSHFP: providers.Can(),
|
||||||
providers.DocCreateDomains: providers.Cannot("New domains require registration"),
|
providers.DocCreateDomains: providers.Cannot("New domains require registration"),
|
||||||
providers.DocDualHost: providers.Can(),
|
providers.DocDualHost: providers.Can(),
|
||||||
providers.DocOfficiallySupported: providers.Cannot(),
|
providers.DocOfficiallySupported: providers.Cannot(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue