Hello.
On 04/14/2017 04:02 PM, Horigome Yoshihito wrote:
I set it up as below and forward it to kometch.local
of the internal
domain which is the stub zone, but when reverse lookup it will be
output as block. [...]
The problem there is that the policy module contains an implicit rule
that blocks reverse queries to private zones (e.g. 192.168.*.*). You
can remove that rule by adding a line `policy.del(0)` to your config.
--Vladimir