I have a dedicated server and I am using it as my DNS for my PC. (Linux server with BIND installed).

My idea would be to use opendns for filtering web content.

My PC<----> my DNS server<----->OpenDNS<-----> Web

Is this possible? Where do I start?

link|improve this question
feedback

migrated from stackoverflow.com Oct 29 '11 at 12:02

This question came from our site for professional and enthusiast programmers.

1 Answer

Yes it's possible. You want to set up a forwarder in BIND to point to OpenDNS if the query is for an address your server doesn't hold a zone for. DNS forwarding is common. Read the Forwarders section here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown