You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/dedibox-dns/how-to/configure-secondary-dns.mdx
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,12 @@ This how-to assumes that you want to manage your domains exclusively with BIND.
34
34
2. Log in to your server as root [via SSH](/dedibox/how-to/connect-to-server/#connecting-via-ssh).
35
35
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):
36
36
```
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
+
};
43
43
```
44
44
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:
45
45
```
@@ -90,12 +90,13 @@ This how-to assumes that you want to manage your domains exclusively with BIND.
90
90
- Remember to create a postmaster mailbox ([email protected]) for your domain.
91
91
92
92
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**.
97
98
- 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.
0 commit comments