Block any Website without Software
By
rawr
Hacking
0
comments
- It's a Simple Trick to block access to any Websites by editing hosts file in your windows system 32folder. Just follow the instructions below to Block any Website:
Steps to Block any Website:
- Browse C:\WINDOWS\system32\drivers\etc
- Find the file named "hosts"
- Open it in notepad
- Under "127.0.0.1 localhost" Add 127.0.0.2 www.site-name-you-want-to-block.com , and that site will no longer be accessable.
- Done..!
- -So- Here is an example
- 127.0.0.1 localhost
- 127.0.0.2 www.blockedsite.com
- -->www.blockedsite.com is now unaccessable<--
- For every site after that you want to add, just add "1" to the last Number in the internal ip (127.0.0.2)and then the add like before.
- for example:
- 127.0.0.3 www.your-site-name.com
- 127.0.0.4 www. your-site-name.com
- 127.0.0.5 www. your-site-name.com
0 comments: