From 80aa5e0273c2bd41161db228f8ba9257ce5417ab Mon Sep 17 00:00:00 2001 From: Mikael Hansson Date: Fri, 15 Jul 2022 10:26:06 +0000 Subject: [PATCH] Update dhcpd.conf to reflect other files in repo. --- etc/dhcp/dhcpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/dhcp/dhcpd.conf b/etc/dhcp/dhcpd.conf index 22e9a04..b1989a9 100644 --- a/etc/dhcp/dhcpd.conf +++ b/etc/dhcp/dhcpd.conf @@ -9,7 +9,7 @@ update-static-leases on; authoritative; key "rndc-key" { algorithm hmac-sha256; - secret ""; + secret ""; }; allow unknown-clients; use-host-decl-names on;