Use relative links

This commit is contained in:
exu 2023-09-27 18:35:51 +02:00
parent 60e7180df3
commit 81fbf84967
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ host [HOSTNAME] {
### Dynamic DNS ### Dynamic DNS
_Needs a supported DNS like BIND or PowerDNS_ _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 Add the following snippet to your `/etc/dhcp/dhcpd.conf` file
How to generate the key is also described in the DNS article How to generate the key is also described in the DNS article

View File

@ -144,7 +144,7 @@ Enable for domain
And for reverse-zone And for reverse-zone
`# pdnsutil set-meta (reverse ip).in-addr.arpa TSIG-ALLOW-DNSUPDATE (keyname)` `# 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 ### Testing with nsupdate