Created
January 11, 2019 13:11
-
-
Save tnibert/3855a26a7875e1a58c76b1eee2f309c6 to your computer and use it in GitHub Desktop.
Block a website in /etc/hosts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0.0.0.0 www.example.com | |
0.0.0.0 example.com | |
::0 www.example.com | |
::0 example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment