PROJET AUTOBLOG


Links

source: Links

⇐ retour index

Bloquer les publicités et traqueurs au niveau du DNS avec Unbound – Tuxicoman

dimanche 16 octobre 2016 à 18:11
Pour dnsmasq :
wget -O- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts | grep '^0\.0\.0\.0' | awk '{print "address=/"$2"/127.0.0.1"}' > /tmp/adslist
sudo cp /tmp/adslist /etc/dnsmasq.d/
sudo systemctl restart dnsmasq.service


Github : https://github.com/StevenBlack/hosts
via http://lalleau.com.free.fr/index.php5?PVyjHQ
(Permalink)