Update dhcpd.conf to reflect other files in repo.

This commit is contained in:
Mikael Hansson 2022-07-15 10:26:06 +00:00
parent 8707c06d7a
commit 80aa5e0273
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ update-static-leases on;
authoritative;
key "rndc-key" {
algorithm hmac-sha256;
secret "<mysecret>";
secret "<thesecret>";
};
allow unknown-clients;
use-host-decl-names on;