Trying to set up local-void.zones on FreeBSD 13.1-p3, install from package went OK, as did running
However,
but to my eye /var/unbound/local-void.zones looks fine:
In case some are confused upon close reading of path names in the above, I offer this explanation:
What am I missing?
void-zones-update.sh
, resulting files all appear to be in the right place. Excerpt from /usr/local/etc/unbound/unbound.conf:
Code:
# tail -5 unbound.conf
include: /var/unbound/local-void.zones
include: /var/unbound/lan-zones.conf
include: /var/unbound/control.conf
include: /var/unbound/conf.d/*.conf
include: /var/unbound/forward.conf
However,
unbound-checkconf
results in:
Code:
# unbound-checkconf
/var/unbound/local-void.zones:1: error: syntax error
read /usr/local/etc/unbound/unbound.conf failed: 1 errors in configuration file
Code:
# head /var/unbound/local-void.zones
local-zone: "sdk.iappgame.com" static
local-zone: "education-securiter-routiere.fr" static
local-zone: "click.silvercash.com" static
local-zone: "kilomniadst.info" static
local-zone: "mic.mob.com" static
local-zone: "homify.com.mx" static
local-zone: "completecabbage.com" static
local-zone: "republika.onet.pl" static
local-zone: "preview.msn.com" static
local-zone: "pos.baidu.com" static
In case some are confused upon close reading of path names in the above, I offer this explanation:
Code:
# ls -ld /usr/local/etc/unbound
lrwxr-xr-x 1 unbound wheel 12 Nov 6 20:27 /usr/local/etc/unbound -> /var/unbound
What am I missing?