mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 14:23:08 +02:00
chore: added block youtube
This commit is contained in:
parent
ba172c51b9
commit
0ce51c7a0b
15
hosts/hosts
15
hosts/hosts
@ -1,6 +1,5 @@
|
|||||||
# Static table lookup for hostnames.
|
# Static table lookup for hostnames.
|
||||||
# See hosts(5) for details.
|
# See hosts(5) for details.
|
||||||
#
|
|
||||||
|
|
||||||
127.0.0.1 store.steampowered.com
|
127.0.0.1 store.steampowered.com
|
||||||
127.0.0.1 steamcommunity.com
|
127.0.0.1 steamcommunity.com
|
||||||
@ -13,4 +12,16 @@
|
|||||||
127.0.0.1 steamcdn-a.akamaihd.net
|
127.0.0.1 steamcdn-a.akamaihd.net
|
||||||
127.0.0.1 steamgames.com
|
127.0.0.1 steamgames.com
|
||||||
127.0.0.1 cdn.akamai.steamstatic.com
|
127.0.0.1 cdn.akamai.steamstatic.com
|
||||||
127.0.0.1 cdn.cloudflare.steamstatic.com
|
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
|
||||||
2
hosts/install.sh
Normal file → Executable file
2
hosts/install.sh
Normal file → Executable file
@ -1,3 +1,3 @@
|
|||||||
!#/bin/bash
|
#!/bin/bash
|
||||||
sudo cp hosts /etc/hosts
|
sudo cp hosts /etc/hosts
|
||||||
sudo systemd-resolve --flush-caches
|
sudo systemd-resolve --flush-caches
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user