From 81fbf84967d7e6f55c3c679caf49781529c5e11c Mon Sep 17 00:00:00 2001 From: exu Date: Wed, 27 Sep 2023 18:35:51 +0200 Subject: [PATCH] Use relative links --- pages/02.linux/dhcp-server-and-routing/default.en.md | 2 +- pages/02.linux/powerdns/default.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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