This simple trick will explain how to block the unwanted dart websites. This is helpful to avoid +18 sites from children.
Steps
- Browse C:\WINDOWS\system32\drivers\etc.
- Find the file named "HOSTS."
- Open it in Notepad. Every windows version should have notepad in the accessories.
- Under "127.0.0.1 localhost" Add 127.0.0.2.
- 0.0.1 localhost
- 0.0.2 www.text.com
- www.text.com is now in-accessible
- 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.
- IE: 127.0.0.3 www.text.com
- 0.0.4 www.text.com
- 0.0.5 www.text.com
- 0.0.1 localhost