Small typo

This commit is contained in:
ericgaspar 2020-10-03 14:42:42 +02:00
parent d5c36fedda
commit 82320d4f74
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 6 additions and 6 deletions

6
OVH.md
View file

@ -12,7 +12,7 @@ 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) 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 : Click on "Change in text format", keep the first four lines:
```bash ```bash
$TTL 3600 $TTL 3600
@ IN SOA dns104.ovh.net. tech.ovh.net. (2020083101 86400 3600 3600000 60) @ IN SOA dns104.ovh.net. tech.ovh.net. (2020083101 86400 3600 3600000 60)
@ -22,7 +22,7 @@ $TTL 3600
then erase everything below, and replace it with the configuration generated by YunoHost as explained in [this page](/dns_config). then erase everything below, and replace it with the configuration generated by YunoHost as explained in [this page](/dns_config).
###Dynamic IP ### Dynamic IP
[General tutorial on dynamic IP](dns_dynamicip). [General tutorial on dynamic IP](dns_dynamicip).
@ -35,7 +35,7 @@ Let's create a DynHost id.
Follow [this tutorial](http://blog.developpez.com/brutus/p6316/ubuntu/configurer_dynhost_ovh_avec_ddclient) to install ddclient. Follow [this tutorial](http://blog.developpez.com/brutus/p6316/ubuntu/configurer_dynhost_ovh_avec_ddclient) to install ddclient.
ddclient will take care of telling OVH that the IP has changed. Then OVH will update the IP. ddclient will take care of telling OVH that the IP has changed. Then OVH will update the IP.
You need to add in the configuration file : You need to add in the configuration file:
* your login and password DynHost * your login and password DynHost
* your domain name * your domain name

View file

@ -2,11 +2,11 @@
Nous allons voir comment configurer le DNS avec [OVH](http://www.ovh.com). Nous allons voir comment configurer le DNS avec [OVH](http://www.ovh.com).
Après achat de votre nom de domaine, rendez vous dans l'espace client pour retrouver le panneau de configuration d'OVH, et cliquez sur votre domaine à gauche: Après achat de votre nom de domaine, rendez vous dans l'espace client pour retrouver le panneau de configuration d'OVH, et cliquez sur votre domaine à gauche :
<img src="/images/ovh_control_panel.png" width=800> <img src="/images/ovh_control_panel.png" width=800>
Cliquez sur l'onglet **Zone DNS**, puis sur **Ajouter une entrée**: Cliquez sur l'onglet **Zone DNS**, puis sur **Ajouter une entrée** :
<img src="/images/ovh_dns_zone.png" width=800> <img src="/images/ovh_dns_zone.png" width=800>
@ -20,7 +20,7 @@ $TTL 3600
puis effacer tout ce qu'il y a en-dessous, et le remplacer par la configuration donnée par votre serveur, comme indiqué dans la [configuration DNS standard](/dns_config). puis effacer tout ce qu'il y a en-dessous, et le remplacer par la configuration donnée par votre serveur, comme indiqué dans la [configuration DNS standard](/dns_config).
###IP dynamique ### IP dynamique
[Tutoriel plus général sur lIP dynamique](/dns_dynamicip). [Tutoriel plus général sur lIP dynamique](/dns_dynamicip).