mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update OVH_fr.md
IPv4 addresses won't go beyond 255. Sorry guys :)
This commit is contained in:
parent
e7b4435bf1
commit
175b758993
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Nous allons voir comment configurer le DNS avec [OVH](http://www.ovh.com).
|
|||
À l'endroit de configuration de la zone DNS, mettez-vous en éditon texte, copiez le texte ci-dessous, completez les <…> et effacez les exemples.
|
||||
|
||||
```bash
|
||||
@ 10800 IN A <votre IP publique> (exp. : 136.786.4.7)
|
||||
@ 10800 IN A <votre IP publique> (exp. : 136.186.4.7)
|
||||
@ 10800 IN MX 10 <votre-nom-domaine.tld.> (exp. : yunohost.org.)
|
||||
_xmpp-client._tcp 10800 IN SRV 0 5 5222 <votre-nom-domaine.tld.>
|
||||
_xmpp-server._tcp 10800 IN SRV 0 5 5269 <votre-nom-domaine.tld.>
|
||||
|
|
Loading…
Add table
Reference in a new issue