diff --git a/dns_config.md b/dns_config.md
index dedb8b72..2c605cf7 100644
--- a/dns_config.md
+++ b/dns_config.md
@@ -2,6 +2,13 @@
Sample DNS zone configuration for `domain.tld` domain name:
+#### Use yunohost command to generate my DNS ZONE
+
+Connect to your server using yunohost and run the following as root
+```bash
+yunohost domain dns-conf domain.tld
+```
+
#### Redirection from the domain name to the IP address
```bash
@ 1800 IN A 111.222.333.444 # (Minimal) IPv4
@@ -38,6 +45,8 @@ vjud 1800 IN CNAME @
@ 1800 IN TXT "v=spf1 a mx -all"
```
+You should also consult the [DKIM documentation](#/dkim). DKIM allows yours mails not to be considered by spam by other mail service. In fact DKIM ask you to add an entry in your zone.
+
#### Set up
Replace:
- "`domain.tld`" with your own domain preserving the dot at the end.
diff --git a/dns_config_fr.md b/dns_config_fr.md
index d5158690..3476586e 100644
--- a/dns_config_fr.md
+++ b/dns_config_fr.md
@@ -2,6 +2,13 @@
Exemple de configuration des entrées de la zone DNS pour le nom de domaine `domain.tld` :
+#### Utiliser la commande yunohost pour générer ma zone DNS
+
+Connecter vous à votre serveur et lancer la commande suivante.
+```bash
+yunohost domain dns-conf domain.tld
+```
+
#### Redirection du nom de domaine vers l’adresse IP
```bash
@ 1800 IN A 111.222.333.444 # (Minimum) IPv4
@@ -39,6 +46,8 @@ vjud 1800 IN CNAME @
```
+Vous devriez aussi consulter [la documentation de DKIM](#/dkim_fr). DKIM permet d'éviter que vos mails soit considérés comme SPAM et DKIM nécessite une entrée spécifique dans votre zone DNS.
+
#### Mise en place
Remplacez :
* « `domain.tld` » par votre propre nom de domaine en conservant le point à la fin.
@@ -53,5 +62,5 @@ Les entrées DNS sous domaines, XMPP et email ne fonctionnent pas sans une redir