how to deny DNS abuse
allow-recursion { address_match_list };
seems to solve the problem however I can't see the way to use hostname instead IP address (ie. dynamic IP registered with dyndns.com server)
3 Replies
The easiest way I can think of is to use a VPN or SSH tunnel to route DNS queries through. Unfortunately, it adds an extra step in setup and adds latency to your connections–but it at least would achieve the goal.
Without knowing more about what you're trying to achieve and the sort of clients you want to serve, it's difficult to give a better answer.
James
[1]
Cheers,
Nick