dnscontrol/providers/ovh
Brice Figureau 9d9d299bb7
Fix #1338 - OVH provider should work when domain is not registered (#1340)
* Fix #1338 do not error if domain is not registered

OVH now allows to create zone without registering a domain. The ovh provider
was getting the NS from the registrar and not the zone, which doesn't work
in a scenario where only the zone exists at ovh.
This changeset makes the ovh provider fetch the NS from the registrar and if
there's none from the zone.

* OVH now supports all dual providers scenario

This change updates the OVH provider documentation accordingly.
2021-12-20 11:20:17 -05:00
..
auditrecords.go Re-engineer TXT records for simplicity and better compliance (#1063) 2021-03-07 13:19:22 -05:00
ovhProvider.go Fix #1338 - OVH provider should work when domain is not registered (#1340) 2021-12-20 11:20:17 -05:00
protocol.go Fix #1338 - OVH provider should work when domain is not registered (#1340) 2021-12-20 11:20:17 -05:00