1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

OVH: Certify that CAA support (#477)

This commit is contained in:
Patrik Kernstock
2019-05-18 17:11:04 +02:00
committed by Tom Limoncelli
parent a16f689d32
commit 50d698fe37

View File

@@ -20,7 +20,7 @@ type ovhProvider struct {
var features = providers.DocumentationNotes{
providers.CanUseAlias: providers.Cannot(),
providers.CanUseCAA: providers.Cannot(),
providers.CanUseCAA: providers.Can(),
providers.CanUsePTR: providers.Cannot(),
providers.CanUseSRV: providers.Can(),
providers.CanUseTLSA: providers.Can(),