Import Unbound DHCP Lease Bridge

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2016-08-06 16:48:39 +01:00
parent cb21683968
commit 0fbd7c3c81
3 changed files with 359 additions and 1 deletions

View File

@@ -86,6 +86,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
install -v -m 644 $(DIR_SRC)/config/unbound/*.conf /etc/unbound/
install -v -m 644 $(DIR_SRC)/config/unbound/root.hints /etc/unbound/
# Install DHCP leases bridge
install -v -m 755 $(DIR_SRC)/config/unbound/unbound-dhcp-leases-bridge \
/usr/sbin/unbound-dhcp-leases-bridge
# Install key
-mkdir -pv /var/lib/unbound
install -v -m 644 $(DIR_SRC)/config/unbound/root.key \