mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 16:23:04 +02:00
feat: block websites uising etc hosts
This commit is contained in:
parent
b5920b538e
commit
124e84a93c
16
hosts/hosts
Normal file
16
hosts/hosts
Normal file
@ -0,0 +1,16 @@
|
||||
# Static table lookup for hostnames.
|
||||
# See hosts(5) for details.
|
||||
#
|
||||
|
||||
127.0.0.1 store.steampowered.com
|
||||
127.0.0.1 steamcommunity.com
|
||||
127.0.0.1 help.steampowered.com
|
||||
127.0.0.1 api.steampowered.com
|
||||
127.0.0.1 media.steampowered.com
|
||||
127.0.0.1 cdn.steampowered.com
|
||||
127.0.0.1 client-download.steampowered.com
|
||||
127.0.0.1 steampowered.com
|
||||
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
|
||||
3
hosts/install.sh
Normal file
3
hosts/install.sh
Normal file
@ -0,0 +1,3 @@
|
||||
!#/bin/bash
|
||||
sudo cp hosts /etc/hosts
|
||||
sudo systemd-resolve --flush-caches
|
||||
Loading…
Reference in New Issue
Block a user