diff options
author | Nicholas Van Doorn <vandoorn.nick@gmail.com> | 2021-08-04 18:12:54 -0700 |
---|---|---|
committer | Nicholas Van Doorn <vandoorn.nick@gmail.com> | 2021-08-17 10:47:48 -0700 |
commit | 6af4ba943f6b73e31a0b2bd0262d953a2e954ddb (patch) | |
tree | 0cf7b1d160d0671eeacb66004433b63572b96ebd /hosts |
Initial commit
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 |