From 6af4ba943f6b73e31a0b2bd0262d953a2e954ddb Mon Sep 17 00:00:00 2001 From: Nicholas Van Doorn Date: Wed, 4 Aug 2021 18:12:54 -0700 Subject: Initial commit --- hosts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 hosts (limited to 'hosts') diff --git a/hosts b/hosts new file mode 100644 index 0000000..32ee152 --- /dev/null +++ b/hosts @@ -0,0 +1,24 @@ +## +# 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 + +# Being productive is important +# but also hard +127.0.0.1 twitter.com +127.0.0.1 api.twitter.com +127.0.0.1 reddit.com +127.0.0.1 news.ycombinator.com + +# I don't even use these sites but their +# reach is way too big +127.0.0.1 instagram.com +127.0.0.1 www.instagram.com +127.0.0.1 linkedin.com +127.0.0.1 facebook.com +127.0.0.1 www.facebook.com -- cgit v1.2.3