Skip to content

Commit cd005b8

Browse files
committed
docs(ddx): update secondary dns test
1 parent 69c052d commit cd005b8

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

pages/dedibox-dns/how-to/configure-secondary-dns.mdx

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ This how-to assumes that you want to manage your domains exclusively with BIND.
3434
2. Log in to your server as root [via SSH](/dedibox/how-to/connect-to-server/#connecting-via-ssh).
3535
3. Use your favorite text editor to edit the general BIND configuration file, located at `/etc/bind/named.conf`. The configuration of your domain should be as follows (replace `domain.fr` with your domain):
3636
```
37-
zone "domain.fr" {
38-
type master;
39-
notify yes;
40-
allow-transfer { 62.210.16.8; };
41-
file "/etc/bind/domain.fr.db";
42-
};
37+
zone "domain.fr" {
38+
type master;
39+
notify yes;
40+
allow-transfer { 62.210.16.8; };
41+
file "/etc/bind/domain.fr.db";
42+
};
4343
```
4444
4. Edit the file pointed to in the configuration carried out in step 3. In this example, you can see that the content of the zone is located in the file `/etc/bind/domain.fr.db`. Use your favorite text editor to edit the file as follows:
4545
```
@@ -90,12 +90,13 @@ This how-to assumes that you want to manage your domains exclusively with BIND.
9090
- Remember to create a postmaster mailbox ([email protected]) for your domain.
9191

9292
1. Use a zonecheck service such as this one: [https://zonemaster.net/en/](https://zonemaster.net/en/):
93-
- In **zone**, enter your domain without www or http
94-
- In **primaire**, enter the reverse (sd-xxxx.dedibox.fr) of your server and its IP
95-
- In **secondaire** enter nssec.online.net and 62.210.16.8 as the IP
96-
2. Click **Vérifier!**.
93+
- In **Domain name**, enter your domain without www or http
94+
- Click **Show options** to display advanced options
95+
- In the first **Nameserver** field, enter the reverse (`sd-xxxx.dedibox.fr`) of your server and its IP
96+
- In the second **Nameserver** filed enter `nssec.online.net` and `62.210.16.8` as the IP
97+
2. Click **Run the test**.
9798
- If the test generates errors, correct the problems identified in the error messages.
98-
- If the test result is `SUCCÈS`, this means everything is working. You can update the DNS servers of your domain at your registrar.
99+
- If the test result is marked with a green dot and check mark, everything is configured correctly. You can update the DNS servers of your domain at your registrar.
99100

100101
## How to deal with a failed zone transfer
101102

0 commit comments

Comments
 (0)