DOCS: Updates to ovh provider page (#2727)

This commit is contained in:
llange 2023-12-18 15:14:01 +01:00 committed by GitHub
parent c0dc049755
commit d1a75e9348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,8 +146,10 @@ OVH now allows to host DNS zone for a domain that is not registered in their reg
| OVH | OVH + other | √ |
| other | OVH | √ |
## Caveat
## Caveats
OVH doesn't allow resetting the zone to the OVH DNS through the API. If for any reasons OVH NS entries were
* OVH doesn't allow resetting the zone to the OVH DNS through the API. If for any reasons OVH NS entries were
removed the only way to add them back is by using the OVH Control Panel (in the DNS Servers tab, click on the "Reset the
DNS servers" button.
* There may be a slight delay (1-10 minutes) before your modifications appear in the OVH Control Panel. However it seems that it's only cosmetic - the changes are indeed available at the DNS servers. You can confirm that the changes are taken into account by OVH by choosing "Change in text format", and see in the BIND compatible format that your changes are indeed there. And you can confirm by directly asking the DNS servers (e.g. with `dig`).
* OVH enforces the [Restrictions on valid hostnames](https://en.wikipedia.org/wiki/Hostname#Syntax). A hostname with an underscore ("_") will cause the following error `FAILURE! OVHcloud API error (status code 400): Client::BadRequest: "Invalid domain name, underscore not allowed"`