5656
5757
5858# ## Updating the void zones
59- $FETCH -o " $ZONES_DIR /pgl_void_hosts.txt" " http://pgl.yoyo.org/as/serverlist.php?hostformat=hosts&showintro=0&useip=0.0.0.0&mimetype=plaintext"
60- $FETCH -o " $ZONES_DIR /sowc_void_hosts.txt" " http://someonewhocares.org/hosts/zero/hosts"
61- $FETCH -o " $ZONES_DIR /mvps_void_hosts.txt" " http://winhelp2002.mvps.org/hosts.txt"
62- $FETCH -o " $ZONES_DIR /mdl_void_hosts.txt" " http://www.malwaredomainlist.com/hostslist/hosts.txt"
63- $FETCH -o " $ZONES_DIR /away_void_hosts.txt" " https://adaway.org/hosts.txt"
64- $FETCH -o " $ZONES_DIR /ucky_void_host.txt" " https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts"
65- $FETCH -o " $ZONES_DIR /telm_void_hosts.txt" " https://raw.githubusercontent.com/FadeMind/hosts.extras/master/Telemetry/hosts"
66- $FETCH -o " $ZONES_DIR /jdom_void_list.txt" " http://mirror1.malwaredomains.com/files/justdomains"
59+ $FETCH -o " $ZONES_DIR /pgl_void_hosts.txt" " http://pgl.yoyo.org/as/serverlist.php?hostformat=hosts&showintro=0&useip=0.0.0.0&mimetype=plaintext"
60+ $FETCH -o " $ZONES_DIR /sowc_void_hosts.txt" " http://someonewhocares.org/hosts/zero/hosts"
61+ $FETCH -o " $ZONES_DIR /mvps_void_hosts.txt" " http://winhelp2002.mvps.org/hosts.txt"
62+ $FETCH -o " $ZONES_DIR /mdl_void_hosts.txt" " http://www.malwaredomainlist.com/hostslist/hosts.txt"
63+ $FETCH -o " $ZONES_DIR /away_void_hosts.txt" " https://adaway.org/hosts.txt"
64+ $FETCH -o " $ZONES_DIR /jdom_void_list.txt" " http://mirror1.malwaredomains.com/files/justdomains"
65+ $FETCH -o " $ZONES_DIR /ucky_void_host.txt" " https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts"
66+ $FETCH -o " $ZONES_DIR /w10telm_void_hosts.txt" " https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/win10/spy.txt"
67+ $FETCH -o " $ZONES_DIR /w81telm_void_hosts.txt" " https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/win81/spy.txt"
68+ $FETCH -o " $ZONES_DIR /w7telm_void_hosts.txt" " https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/win7/spy.txt"
6769
6870if [ ! -f " $ZONES_DIR /pgl_void_hosts.txt" ] ; then
6971 echo " # No hosts from pgl." > " $ZONES_DIR /pgl_void_hosts.txt"
@@ -85,16 +87,24 @@ if [ ! -f "$ZONES_DIR/away_void_hosts.txt" ] ; then
8587 echo " # No hosts from adaway." > " $ZONES_DIR /away_void_hosts.txt"
8688fi
8789
90+ if [ ! -f " $ZONES_DIR /jdom_void_list.txt" ] ; then
91+ echo " # No domain list from DNS-BH – Malware Domain Blocklist." > " $ZONES_DIR /jdom_void_list.txt"
92+ fi
93+
8894if [ ! -f " $ZONES_DIR /ucky_void_host.txt" ] ; then
8995 echo " # No hosts from FadeMind/unchecky." > " $ZONES_DIR /ucky_void_host.txt"
9096fi
9197
92- if [ ! -f " $ZONES_DIR /telm_void_hosts .txt" ] ; then
93- echo " # No hosts from FadeMind/telemetry ." > " $ZONES_DIR /telm_void_hosts .txt"
98+ if [ ! -f " $ZONES_DIR /w10telm_void_hosts .txt" ] ; then
99+ echo " # No hosts from WindowsSpyBlocker/win10/spy ." > " $ZONES_DIR /w10telm_void_hosts .txt"
94100fi
95101
96- if [ ! -f " $ZONES_DIR /jdom_void_list.txt" ] ; then
97- echo " # No domain list from DNS-BH – Malware Domain Blocklist." > " $ZONES_DIR /jdom_void_list.txt"
102+ if [ ! -f " $ZONES_DIR /w81telm_void_hosts.txt" ] ; then
103+ echo " # No hosts from WindowsSpyBlocker/win81/spy." > " $ZONES_DIR /w81telm_void_hosts.txt"
104+ fi
105+
106+ if [ ! -f " $ZONES_DIR /w7telm_void_hosts.txt" ] ; then
107+ echo " # No hosts from WindowsSpyBlocker/win7/spy." > " $ZONES_DIR /w7telm_void_hosts.txt"
98108fi
99109
100110/usr/local/bin/hosts2zones /tmp/local-void.zones \
104114 " $ZONES_DIR /mvps_void_hosts.txt" \
105115 " $ZONES_DIR /mdl_void_hosts.txt" \
106116 " $ZONES_DIR /away_void_hosts.txt" \
107- " $ZONES_DIR /ucky_void_host.txt" \
108- " $ZONES_DIR /telm_void_hosts.txt" \
109117 " $ZONES_DIR /jdom_void_list.txt" \
118+ " $ZONES_DIR /ucky_void_host.txt" \
119+ " $ZONES_DIR /w10telm_void_hosts.txt" \
120+ " $ZONES_DIR /w81telm_void_hosts.txt" \
121+ " $ZONES_DIR /w7telm_void_hosts.txt" \
110122 " $ZONES_DIR /x_void_list.txt" \
111123 " $ZONES_DIR /y_void_list.txt" \
112124 " $ZONES_DIR /z_void_list.txt" \
0 commit comments