Created
August 18, 2018 18:20
-
-
Save shicholas/491882146bf1ba47ea11c11b27994127 to your computer and use it in GitHub Desktop.
Block Facebook (etc/hosts file)
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
## | |
# Host Database | |
# | |
# localhost is used to configure the loopback interface | |
# when the system is booting. Do not change this entry. | |
## | |
127.0.0.1 localhost | |
255.255.255.255 broadcasthost | |
::1 localhost | |
# Block Facebook | |
127.0.0.1 www.facebook.com | |
127.0.0.1 facebook.com | |
127.0.0.1 login.facebook.com | |
127.0.0.1 www.login.facebook.com | |
127.0.0.1 fbcdn.net | |
127.0.0.1 www.fbcdn.net | |
127.0.0.1 fbcdn.com | |
127.0.0.1 www.fbcdn.com | |
127.0.0.1 static.ak.fbcdn.net | |
127.0.0.1 static.ak.connect.facebook.com | |
127.0.0.1 connect.facebook.net | |
127.0.0.1 www.connect.facebook.net | |
127.0.0.1 apps.facebook.com | |
127.0.0.1 m.facebook.com | |
fe80::1%lo0 facebook.com | |
fe80::1%lo0 login.facebook.com | |
fe80::1%lo0 www.login.facebook.com | |
fe80::1%lo0 fbcdn.net | |
fe80::1%lo0 www.fbcdn.net | |
fe80::1%lo0 fbcdn.com | |
fe80::1%lo0 www.fbcdn.com | |
fe80::1%lo0 static.ak.fbcdn.net | |
fe80::1%lo0 static.ak.connect.facebook.com | |
fe80::1%lo0 connect.facebook.net | |
fe80::1%lo0 www.connect.facebook.net | |
fe80::1%lo0 apps.facebook.com | |
::1 www.facebook.com | |
::1 facebook.com | |
::1 login.facebook.com | |
::1 www.login.facebook.com | |
::1 fbcdn.net | |
::1 www.fbcdn.net | |
::1 fbcdn.com | |
::1 www.fbcdn.com | |
::1 static.ak.fbcdn.net | |
::1 static.ak.connect.facebook.com | |
::1 connect.facebook.net | |
::1 www.connect.facebook.net | |
::1 apps.facebook.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment