DNS forwarding not working, how to debug?

I found the cause in this post, in case someone hits the same problem.

tl;dr;

ucr get dns/allow/query/cache # get current value
ucr set dns/allow/query/cache="$CURRENT_VALUE; $EXTRA_NET"
service bind9 restart

Regards,
Tony