mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
* 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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user