mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #1386 from yunohost-bot/anonymous-2020-08-31_08-29-25
[Anonymous contrib] Précision sur des lignes à garder pour les configs ovh, pour que ça marche. Testé sur mon serveur.
This commit is contained in:
commit
64ace69a9a
2 changed files with 17 additions and 1 deletions
9
OVH.md
9
OVH.md
|
@ -12,6 +12,15 @@ 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)
|
||||
|
||||
Click on "Change in text format", keep the first four lines :
|
||||
```bash
|
||||
$TTL 3600
|
||||
@ IN SOA dns104.ovh.net. tech.ovh.net. (2020083101 86400 3600 3600000 60)
|
||||
IN NS dns104.ovh.net.
|
||||
IN NS ns104.ovh.net.
|
||||
```
|
||||
then erase everything below, and replace it with the configuration generated by Yunohost as explained in [this page](/dns_config).
|
||||
|
||||
|
||||
###Dynamic IP
|
||||
|
||||
|
|
|
@ -10,7 +10,14 @@ Cliquez sur l'onglet **Zone DNS**, puis sur **Ajouter une entrée**:
|
|||
|
||||
<img src="/images/ovh_dns_zone.png" width=800>
|
||||
|
||||
Il suffit maintenant d'ajouter les redirections DNS comme indiqué dans la [configuration DNS standard](/dns_config).
|
||||
Cliquer sur "Modifier en mode textuel", garder les 4 premières lignes :
|
||||
```bash
|
||||
$TTL 3600
|
||||
@ IN SOA dns104.ovh.net. tech.ovh.net. (2020083101 86400 3600 3600000 60)
|
||||
IN NS dns104.ovh.net.
|
||||
IN NS ns104.ovh.net.
|
||||
```
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue