mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
* OVH DNS Provider (#143) This adds the OVH Provider along with its documentation. Unfortunately we can't set this DNS provider to support `CanUsePTR`, because OVH only supports setting PTR target on the Arpa zone. * OVH Registrar provider (#143) This implements OVH as a registrar provider. Note that NS modifications are done in a "best effort" mode, as the provider doesn't wait for the modifications to be fully applied (the operation that can take a long time). * Allow support for dual providers scenarios Since OVH released their APIv6, it is now possible to update zone apex NS records, opening the door to complete dual providers scenarii. This change implements apex NS management in an OVH zone.
This commit is contained in:
committed by
Tom Limoncelli
parent
fea1d7afff
commit
e44dde52e2
5
vendor/github.com/xlucas/go-ovh/ovh/doc.go
generated
vendored
Normal file
5
vendor/github.com/xlucas/go-ovh/ovh/doc.go
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/*
|
||||
A simple helper library around the OVH API.
|
||||
|
||||
*/
|
||||
package ovh
|
Reference in New Issue
Block a user