Propagate to english

This commit is contained in:
Alexandre Aubin 2020-09-05 19:57:45 +02:00 committed by GitHub
parent a9e61aa7db
commit c66ceaf2d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
OVH.md
View file

@ -12,6 +12,15 @@ Click on the **DNS Zone** tab, then on **Add an entry**:
Now you need to add the DNS redirections as specified by the [standard DNS zone configuration](/dns_config)
Click on "Change in text format", keep the first four lines :
```bash
$TTL 3600
@ IN SOA dns104.ovh.net. tech.ovh.net. (2020083101 86400 3600 3600000 60)
IN NS dns104.ovh.net.
IN NS ns104.ovh.net.
```
then erase everything below, and replace it with the configuration generated by Yunohost as explained in [this page](/dns_config).
###Dynamic IP