Hi,
just another user here. But did you tried this in config.yaml?
lua:
script: |-
--
-- local domains
--
hints.add_hosts('/usr/local/etc/knot-resolver/LOCALZONES/domain1.lan')
hints.add_hosts('/usr/local/etc/knot-resolver/LOCALZONES/domain2.lan')
policy.add(
policy.suffix(
policy.PASS, {
todname('1.0.10.in-addr.arpa'),
todname('2.0.10.in-addr.arpa'),
}
)
)