Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to prevent access to certain websites.

So far I've found two ways:

  1. Edit hosts file (...\System32\drivers\etc\hosts)
  2. Make (program) a proxy server, and filter requests using a blacklist (not sure how I'd go about doing this, yet)

My question: When should you use this or that?

edit: by the way, i hope my first question is a 'good' one; i couldn't find similar ones on StackOverflow! Cheers.

share|improve this question
I would use firewall if I want to "prevent access to" and not just "fool some software into not accessing" certain websites. – Anton Kovalenko Jan 26 at 8:24
Thanks for the tip Anton, will look up how to use a firewall. (but my question still stands) – Dan S Jan 26 at 8:49

closed as off topic by a_horse_with_no_name, Jim Lewis, Rohan, martin clayton, Linger Jan 26 at 19:35

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.