diff --git a/pages/02.linux/dhcp-server-and-routing/default.en.md b/pages/02.linux/dhcp-server-and-routing/default.en.md index 5142f6a..8fc46cb 100644 --- a/pages/02.linux/dhcp-server-and-routing/default.en.md +++ b/pages/02.linux/dhcp-server-and-routing/default.en.md @@ -109,7 +109,7 @@ host [HOSTNAME] { ### Dynamic DNS _Needs a supported DNS like BIND or PowerDNS_ -[Configure your DNS server to accept updates](https://wiki.realstickman.net/e/en/linux/services/powerdns) +[Configure your DNS server to accept updates](/linux/services/powerdns) Add the following snippet to your `/etc/dhcp/dhcpd.conf` file How to generate the key is also described in the DNS article diff --git a/pages/02.linux/powerdns/default.en.md b/pages/02.linux/powerdns/default.en.md index 8e319cc..ed3307a 100644 --- a/pages/02.linux/powerdns/default.en.md +++ b/pages/02.linux/powerdns/default.en.md @@ -144,7 +144,7 @@ Enable for domain And for reverse-zone `# pdnsutil set-meta (reverse ip).in-addr.arpa TSIG-ALLOW-DNSUPDATE (keyname)` -You also have to configure the DHCP server to provide updates, see [the DHCP article](https://wiki.realstickman.net/en/linux/services/dhcp-server) +You also have to configure the DHCP server to provide updates, see [the DHCP article](/linux/services/dhcp-server) ### Testing with nsupdate