mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #1112 from Jaxom99/patch-1
Ajout exemple placeholder
This commit is contained in:
commit
de2cca02be
3 changed files with 10 additions and 9 deletions
|
@ -11,16 +11,17 @@ a registrar), you should manually configure your domain on your registrar's
|
|||
interface.
|
||||
|
||||
## Recommended DNS configuration
|
||||
NB: Examples here use the placeholder `your.domain.tld`, you have to replace it with your real domain, such as `www.yunohost.org`.
|
||||
|
||||
YunoHost provides a recommended DNS configuration, available via :
|
||||
- the webadmin, in Domain > your.domain.tld > DNS configuration ;
|
||||
- or the command line, `yunohost domain dns-conf your.domain.tld`
|
||||
|
||||
For specific needs or specific setups, and if you know what you're doing, you
|
||||
might want or have to tweak these or add additional ones (e.g. to handle
|
||||
might want or have to tweak these, or add additional ones (e.g. to handle
|
||||
subdomains).
|
||||
|
||||
The recommended configuration typically looks like this :
|
||||
The recommended configuration typically looks like this:
|
||||
|
||||
```bash
|
||||
#
|
||||
|
@ -51,7 +52,7 @@ mail._domainkey 3600 IN TXT "v=DKIM1; k=rsa; p=someHuuuuuuugeKey"
|
|||
_dmarc 3600 IN TXT "v=DMARC1; p=none"
|
||||
```
|
||||
|
||||
Though it might be easier to understand it if displayed like this :
|
||||
Though it might be easier to understand it if displayed like this:
|
||||
|
||||
|
||||
| Type | Name | Value |
|
||||
|
@ -76,7 +77,5 @@ Though it might be easier to understand it if displayed like this :
|
|||
- The dot at the end of `your.domain.tld.` is important ;) ;
|
||||
- `@` corresponds to `your.domain.tld`, and e.g. `muc` corresponds to `muc.your.domain.tld` ;
|
||||
- These are example values ! See your generated conf for the actual values you should use ;
|
||||
- We recommend a [TTL](https://en.wikipedia.org/wiki/Time_to_live#DNS_records) of 3600 (1 hour). But you can use something else if you
|
||||
know what you're doing ;
|
||||
- Don't put an IPv6 record if you're not sure IPv6 really works on your server !
|
||||
You might have issues with Let's Encrypt if it doesn't.
|
||||
- We recommend a [TTL](https://en.wikipedia.org/wiki/Time_to_live#DNS_records) of 3600 (1 hour). But you can use something else if you know what you're doing ;
|
||||
- Don't put an IPv6 record if you're not sure IPv6 really works on your server! You might have issues with Let's Encrypt if it doesn't.
|
||||
|
|
|
@ -6,6 +6,7 @@ Si utilizas un [dominio automático](/dns_nohost_me_es) provecho por el Proyecto
|
|||
|
||||
|
||||
## Configuración DNS recomendada
|
||||
_Nota: los ejemplos utilizan el marcador `tu.dominio.tld`, debe ser reemplazado por su propio dominio, como `www.yunohost.org`._
|
||||
|
||||
YunoHost provee una configuración DNS recomendada, accesible vía :
|
||||
- la webadmin, en Dominios > tu.dominio.tld > Configuración DNS ;
|
||||
|
|
|
@ -13,6 +13,7 @@ la configuration devrait être faite automatiquement. Si vous utilisez votre pro
|
|||
domaine via l'interface de votre registrar.
|
||||
|
||||
## Configuration DNS recommandée
|
||||
_NB : les exemples utilisent ici le texte `votre.domaine.tld`, à remplacer par votre propre domaine (par exemple `www.yunohost.org`)._
|
||||
|
||||
YunoHost fournit une configuration DNS recommandée, accessible via :
|
||||
- la webadmin, dans Domaines > votre.domain.tld > Configuration DNS ;
|
||||
|
@ -74,9 +75,9 @@ suivante :
|
|||
|
||||
#### Quelques notes à propos de cette table
|
||||
|
||||
- Tous ces enregistrements ne sont pas nécessaires. Pour une installation minimale, seuls les enregistrements en gras sont nécessaires.
|
||||
- Tous ces enregistrements ne sont pas nécessaires. Pour une installation minimale, seuls les enregistrements en gras sont nécessaires ;
|
||||
- Le point à la fin de `votre.domaine.tld.` est important ;) ;
|
||||
- `@` corresponds à `votre.domaine.tld`, et par ex. `muc` corresponds à `muc.votre.domaine.tld` ;
|
||||
- Les valeurs montrées sont des valeurs d'exemple ! Référez-vous à la configuration générée chez vous pour savoir quelles valeurs utiliser.
|
||||
- Les valeurs montrées ici sont des valeurs d'exemple ! Référez-vous à la configuration générée chez vous pour savoir quelles valeurs utiliser ;
|
||||
- Nous recommandons un [TTL](https://fr.wikipedia.org/wiki/Time_to_Live#Le_Time_to_Live_dans_le_DNS) de 3600 (1 heure). Mais vous pouvez utiliser une autre valeur si vous savez ce que vous faîtes ;
|
||||
- Ne mettez pas d'enregistrement IPv6 si vous n'êtes pas certains que l'IPv6 fonctionne sur votre serveur ! Vous aurez des problèmes avec Let's Encrypt si ce n'est pas le cas.
|
||||
|
|
Loading…
Add table
Reference in a new issue