Skip to content

Commit

Permalink
unbound: Specificy root key directory
Browse files Browse the repository at this point in the history
> --with-rootkey-file=filename set default pathname to root key file
> (default run-dir/root.key). This file is read and written.
  • Loading branch information
pmenzel committed Jun 15, 2017
1 parent 0255630 commit 4c719fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unbound.be0
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ SRCURL[0]="https://www.unbound.net/downloads/unbound-${PKGVERSION}.tar.gz"

mee_configure() {
bee_configure \
--disable-static
--disable-static \
--with-rootkey-file="/var/unbound/root.key"
}

mee_build() {
Expand Down

0 comments on commit 4c719fc

Please sign in to comment.