gethostszero - hosts-gen - A little framework to generate /etc/hosts from /etc/hosts.d.
(HTM) git clone git://r-36.net/hosts-gen
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
gethostszero (244B)
---
1 #!/bin/sh
2 #
3 # Filter list for various ad servers. Makes your webbrowser open less
4 # connections.
5 #
6 # See the downloaded file itself for the copyright notice.
7 #
8
9 curl -s https://someonewhocares.org/hosts/zero/hosts > /etc/hosts.d/02-hosts.zero
10