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

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.
This commit is contained in:
Brice Figureau
2021-12-20 17:20:17 +01:00
committed by GitHub
parent cc4eba6f16
commit 9d9d299bb7
3 changed files with 28 additions and 6 deletions

View File

@@ -119,14 +119,13 @@ control panel manually.
## Dual providers scenario
Since OVH doesn't allow to host DNS for a domain that is not registered in their registrar, some dual providers
scenario are not possible:
OVH now allows to host DNS zone for a domain that is not registered in their registrar (see: https://www.ovh.com/manager/web/#/zone). The following dual providers scenario are supported:
| registrar | zone | working? |
|:---------:|:-----------:|:--------:|
| OVH | other | √ |
| OVH | OVH + other | √ |
| other | OVH | X |
| other | OVH | |
## Caveat