diff --git a/hosts/hosts b/hosts/hosts index c63046e..347e97d 100644 --- a/hosts/hosts +++ b/hosts/hosts @@ -1,6 +1,5 @@ # Static table lookup for hostnames. # See hosts(5) for details. -# 127.0.0.1 store.steampowered.com 127.0.0.1 steamcommunity.com @@ -13,4 +12,16 @@ 127.0.0.1 steamcdn-a.akamaihd.net 127.0.0.1 steamgames.com 127.0.0.1 cdn.akamai.steamstatic.com -127.0.0.1 cdn.cloudflare.steamstatic.com \ No newline at end of file +127.0.0.1 cdn.cloudflare.steamstatic.com +127.0.0.1 youtube.com +127.0.0.1 www.youtube.com +127.0.0.1 m.youtube.com +127.0.0.1 youtube-nocookie.com +127.0.0.1 www.youtube-nocookie.com +127.0.0.1 s.ytimg.com +127.0.0.1 i.ytimg.com +127.0.0.1 ytimg.com +127.0.0.1 youtu.be +127.0.0.1 s.youtube.com +127.0.0.1 googlevideo.com +127.0.0.1 www.googlevideo.com \ No newline at end of file diff --git a/hosts/install.sh b/hosts/install.sh old mode 100644 new mode 100755 index fefa1a7..97be1c6 --- a/hosts/install.sh +++ b/hosts/install.sh @@ -1,3 +1,3 @@ -!#/bin/bash +#!/bin/bash sudo cp hosts /etc/hosts sudo systemd-resolve --flush-caches