Implement DNS filtering
- by Michele
I was wondering what would be the best way to implement DNS filterting.
The scenario is this: we need to setup two custom DNS servers to use on our company's computers so that we can filter DNS requests for certain domains and return custom IPs and forward other requests to our ISPs DNS servers.
We were thinking about using either PowerDNS or MyDNS because they support MySQL out of the box and we need to change the list of domains to filter quite often.
Thanks a lot for your help! :)