commit 565047d984e1c4700196f2e59ea9ecc3d2cf6841 parent 96394bd0912f3d1c95a8d507d64f9adf2780d128 Author: Cem Keylan <cem@ckyln.com> Date: Thu, 16 Jan 2020 13:11:59 +0300 add gethostszero to extra Diffstat:
A | extra/gethostszero | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/extra/gethostszero b/extra/gethostszero @@ -0,0 +1,12 @@ +#!/bin/sh +# +# Filter list for various ad servers. Makes your webbrowser open less +# connections. +# +# See the downloaded file itself for the copyright notice. +# + +# Taken from hosts-gen + +curl -s https://someonewhocares.org/hosts/zero/hosts > /etc/hosts.d/02-hosts.zero +