01a05aecf585479fecbb156b749a89eba5722d8e
services/DNS.md
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | *(tl;dr)* We have a TLD for dn42, which is `.dn42`. The anycast resolver for `.dn42` runs on `172.22.0.53`. |
4 | 4 | |
5 | -**DNS is build from [[whois database|Whois]]. So please edit your DNS-records there.** |
|
5 | +**DNS is build from [[whois database|services/Whois]]. So please edit your DNS-records there.** |
|
6 | 6 | |
7 | 7 | ## Using the DNS service |
8 | 8 | |
... | ... | @@ -16,11 +16,11 @@ To do this, just use `172.22.0.53` as your resolver, for instance in `/etc/resol |
16 | 16 | |
17 | 17 | ### Forwarding `.dn42` queries to the anycast resolver |
18 | 18 | |
19 | -If you run your own resolver (`unbound`, `dnsmasq`, `bind`), you can configure it to forward dn42 queries to the anycast DNS resolver. See [[DNS forwarder configuration|Services DNS Configuration]]. |
|
19 | +If you run your own resolver (`unbound`, `dnsmasq`, `bind`), you can configure it to forward dn42 queries to the anycast DNS resolver. See [[DNS forwarder configuration|services/dns/Configuration]]. |
|
20 | 20 | |
21 | 21 | ### Recursive resolver |
22 | 22 | |
23 | -You may also want to configure your resolver to recursively resolve dn42 domains. For this, you need to find authoritative DNS servers for the `dn42` zone (and for the reverse zones). See [[Recursive DNS resolver]]. |
|
23 | +You may also want to configure your resolver to recursively resolve dn42 domains. For this, you need to find authoritative DNS servers for the `dn42` zone (and for the reverse zones). See [[services/dns/Recursive DNS resolver]]. |
|
24 | 24 | |
25 | 25 | ### Building the dn42 zones from the registry |
26 | 26 | |
... | ... | @@ -28,7 +28,7 @@ Finally, you may want to host your own authoritative DNS server for the `dn42` z |
28 | 28 | |
29 | 29 | ## Register a `.dn42` domain name |
30 | 30 | |
31 | -The root zone for `dn42.` is built from the [[whois registry|Services Whois]]. If you want to register a domain name, you need to add it to the registry (of course, you also need one or two authoritative nameservers). |
|
31 | +The root zone for `dn42.` is built from the [[whois registry|services/Whois]]. If you want to register a domain name, you need to add it to the registry (of course, you also need one or two authoritative nameservers). |
|
32 | 32 | |
33 | 33 | ## DNS services for other networks |
34 | 34 |