I want to prevent access to certain websites.
So far I've found two ways:
- Edit hosts file (...\System32\drivers\etc\hosts)
- 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.