From 15e92962923dd3116a73e75eb587f9aebfb4f598 Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Tue, 12 Dec 2017 15:27:19 -0500 Subject: [PATCH] Remove disappeared sites --- update_blackhole.pl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/update_blackhole.pl b/update_blackhole.pl index a93cb08..9cc23d5 100755 --- a/update_blackhole.pl +++ b/update_blackhole.pl @@ -1,13 +1,17 @@ #!/usr/bin/perl -w use LWP::Simple; +use LWP::Protocol::https; -our @URLs = ( 'http://adaway.sufficientlysecure.org/hosts.txt', +our @URLs = ( # 'http://adaway.sufficientlysecure.org/hosts.txt', + # 'https://adaway.org/hosts.txt', 'http://winhelp2002.mvps.org/hosts.txt', - 'http://hosts-file.net/ad_servers.asp', + # 'http://hosts-file.net/ad_servers.asp', + 'http://hosts-file.net/ad_servers.txt', 'http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext', 'http://www.malwaredomainlist.com/hostslist/hosts.txt', - 'http://adblock.gjtech.net/?format=unix-hosts' ); + # 'http://adblock.gjtech.net/?format=unix-hosts' + ); our %done; our %domains;