mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-08 14:15:30 +08:00
Route 53 provider now supports CAA (#193)
This commit is contained in:
parent
7116fd9bce
commit
0798e4eb0e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ func newRoute53(m map[string]string, metadata json.RawMessage) (*route53Provider
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
providers.RegisterDomainServiceProviderType("ROUTE53", newRoute53Dsp, providers.CanUsePTR, providers.CanUseSRV)
|
providers.RegisterDomainServiceProviderType("ROUTE53", newRoute53Dsp, providers.CanUsePTR, providers.CanUseSRV, providers.CanUseCAA)
|
||||||
providers.RegisterRegistrarType("ROUTE53", newRoute53Reg)
|
providers.RegisterRegistrarType("ROUTE53", newRoute53Reg)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue