diff --git a/aries/dhcpd/README.md b/aries/dhcpd/README.md index 61b5ad8..304e131 100644 --- a/aries/dhcpd/README.md +++ b/aries/dhcpd/README.md @@ -1,4 +1,6 @@ # DHCPd This is a fairly simple deployment of the isc-dhcp-server software. As mentioned previously, I'm trying to stick as closely to a _router replacement_ as possible. This means that the DHCPd configuration will follow standard zones `192.168.0.0/24` and no events. -I have included a DHCP reserved lease for my smart TV since I wanted to log its traffic easily using pflog on the firewall. \ No newline at end of file +I have included a DHCP reserved lease for my smart TV since I wanted to log its traffic easily using pflog on the firewall. + +I wanted to get the `rndc` stuff working, but I haven't gotten around to it. \ No newline at end of file