Fix unbound reload issue (twas a file permission issue) and add basic ad blocking

This commit is contained in:
Tony Blyler 2021-05-10 19:40:02 -04:00
parent 084e07cb44
commit 407bc6f0d6
4 changed files with 31 additions and 7 deletions

4
dhcpd/list_active_assignments Normal file → Executable file
View file

@ -1,5 +1,5 @@
#!/bin/sh
set -eu
#!/usr/local/bin/bash
set -euo pipefail
readonly DHCPD_CONF_FILE="${DHCPD_CONF_FILE:-/etc/dhcpd.conf}"
readonly DHCPD_LEASES_FILE="${DHCPD_LEASES_FILE:-/var/db/dhcpd.leases}"