Cannot resolve domain name with unbound

How to configure unbound to accept connection from specific local address range?

access-control: 192.168.0.0/16 allow
access-control: *.* deny -> Throw errors.

I do netstat -na which the foreign address shows *.* which worry me. How to solve it.
 
I don't use unbound, but the man page referenced above has this to say under access-control: <IP netblock> <action>:

By default only localhost is allowed, the rest is refused.
 
Back
Top