Add information in dns section

This commit is contained in:
Luc DUZAN 2017-01-24 23:05:43 +01:00
parent 87deb57d4e
commit c1810eea9d
2 changed files with 20 additions and 2 deletions

View file

@ -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.

View file

@ -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 ladresse IP
```bash
@ 1800 IN A 111.222.333.444 # (Minimum) IPv4
@ -39,6 +46,8 @@ vjud 1800 IN CNAME @
```
<br />
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.