Commit Graph

286 Commits

Author SHA1 Message Date
Steven Black
fd0c3e6ba8 Merge pull request #59 from FadeMind/patch-1
Revert HTTPS for MDL due connection issue
2016-01-09 07:09:49 -05:00
Tomasz Przybył
0a25fbc111 Revert HTTPS for MDL due connection issue
@StevenBlack

host file via web browser from URL https://www.malwaredomainlist.com/hostslist/hosts.txt is available BUT cannot be download due SSL connection ISSUE:


`[tomasz@arch ~]$ export LANG=C`
`[tomasz@arch ~]$ wget https://www.malwaredomainlist.com/hostslist/hosts.txt`
`--2016-01-09 12:45:13--  https://www.malwaredomainlist.com/hostslist/hosts.txt`
`Resolving www.malwaredomainlist.com (www.malwaredomainlist.com)... 143.215.130.61`
`Connecting to www.malwaredomainlist.com (www.malwaredomainlist.com)|143.215.130.61|:443... connected.`
`ERROR: cannot verify www.malwaredomainlist.com's certificate, issued by 'CN=Let\'s Encrypt Authority X1,O=Let\'s Encrypt,C=US':`
  `Unable to locally verify the issuer's authority.`
`To connect to www.malwaredomainlist.com insecurely, use `--no-check-certificate'.`

Apologize for mess up.
2016-01-09 12:47:04 +01:00
Steven Black
1ea7327b5d Update readme.md for the recent addition of the hosts-file.net data source (part deux). 2016-01-06 10:14:23 -05:00
Steven Black
0bd4831c27 Update readme.md for the recent addition of the hosts-file.net data source. 2016-01-06 10:12:46 -05:00
Steven Black
a8647afdcb New amalgamated hosts file, now with 356,328 unique entries. 2016-01-06 09:03:12 -05:00
Steven Black
cd6fa12a2d Updated data from mvps.org, someonewhocares.org, and hosts-file.net. 2016-01-06 09:02:46 -05:00
Steven Black
8a8dfb0c9c Merge pull request #55 from Jonadabe/Jonadabe-patch-4
Jonadabe patch 4
2016-01-06 08:57:35 -05:00
Jonadabe
a5f2f03cee Create update.info 2016-01-03 20:17:27 +00:00
Jonadabe
8429a9ef52 Update hosts 2016-01-03 19:23:34 +00:00
Jonadabe
fdc94d7fbc Create hosts 2016-01-03 18:51:25 +00:00
Steven Black
410e1c8cb2 Latest amalgamated hosts file, with 27,157 unique entries. 2016-01-02 18:57:45 -05:00
Steven Black
eeb6c54b13 Better handling of download errors. 2016-01-02 18:57:23 -05:00
Steven Black
7be6a27cb6 Updated three data sources. 2016-01-02 18:56:55 -05:00
Steven Black
8f48e44204 Updating my hosts list. 2016-01-02 18:46:37 -05:00
Steven Black
7dd4cb4b55 Merge pull request #54 from FadeMind/master
Thanks Tomasz!
2016-01-01 12:52:59 -05:00
Tomasz Przybył
756249686d Using HTTPS for MDL hosts file source 2015-12-31 20:48:53 +01:00
Steven Black
6e7bd93e29 Updated the amalgamated hosts file, now with 27,199 entries. 2015-12-30 12:14:08 -05:00
Steven Black
944f99fc69 Update from MalwareDomainlist.com 2015-12-30 12:13:42 -05:00
Steven Black
d8775511a5 Updated personal hosts list. 2015-12-30 12:12:30 -05:00
Steven Black
de16117309 New amalgamated hosts file with 27,195 entries. 2015-12-28 21:51:41 -05:00
Steven Black
d29c2020b3 Updated host sources. 2015-12-28 21:51:18 -05:00
Steven Black
a1ac6ae666 New amalgamated hosts file, containing 26,831 unique entries. 2015-12-19 19:17:43 -05:00
Steven Black
331d2d7cf0 Updated data source. 2015-12-19 19:17:21 -05:00
Steven Black
e34aa5870e Updated data sources. 2015-12-19 19:17:09 -05:00
Steven Black
77f1f69f5e Updated the amalgamated hosts file with 26,799 unique entries. 2015-12-08 17:47:34 -05:00
Steven Black
aee5569a54 Updates from four data sources. 2015-12-08 17:46:46 -05:00
Steven Black
915e326112 Updated my hosts list. 2015-12-08 17:44:57 -05:00
Steven Black
0883426dc0 Merge pull request #48 from FadeMind/master
update Reloading hosts file instructions for Linux
2015-11-25 13:40:30 -05:00
FadeMind
f1d8114499 update Reloading hosts file instructions for Linux 2015-11-25 18:50:02 +01:00
Steven Black
9be186bafe Updated hosts file with 26,933 entries. 2015-11-23 09:10:00 -05:00
Steven Black
3299a65fda Updated data from malwaredomainlist.com. 2015-11-23 09:09:26 -05:00
Steven Black
9bf03dd7c9 Add at the top. 2015-11-23 09:07:36 -05:00
Steven Black
8d12266eb7 Merge pull request #46 from FrancoGag/master
Don't print '::1 localhost'
2015-11-23 09:01:36 -05:00
FrancoGag
459fb01471 Don't print '::1 localhost' 2015-11-21 10:19:25 -03:00
Steven Black
a7c73805eb Fix IndentationError. 2015-11-20 22:12:57 -05:00
Steven Black
d372865698 Refactor: whitespace for consistency and readability. 2015-11-20 22:10:49 -05:00
Steven Black
1e69a99817 Fresh amalgamated hosts file with 26,932 unique entries. 2015-11-20 21:12:17 -05:00
Steven Black
fb53b283d9 Updated data sources. 2015-11-20 21:11:56 -05:00
Steven Black
e35ca1ecae Merge pull request #45 from hd074/master
hotfix for duplicates and artefacts
2015-11-20 21:09:39 -05:00
Steven Black
30db25fac4 Merge pull request #43 from FrancoGag/master
Check if 'hosts' file exists
2015-11-15 23:01:18 -05:00
Hannes Domschke
2b18fa1e1a better delete after updating so we dont end up with an empty hosts file if update goes wrong and causes a crash 2015-11-15 23:23:06 +01:00
Hannes Domschke
5f2bb91173 hotfix for duplicates and artefacts 2015-11-15 22:38:07 +01:00
Franco Gagliardi
cdaffa0202 Removed sys.exit() 2015-11-15 16:19:53 -03:00
Steven Black
02822ff025 Merge pull request #44 from mariusv/patch-2
OSX DNS flush to cover El Capitan
2015-11-15 10:39:29 -05:00
Marius Voila
d899ae6744 OSX DNS flush to cover El Capitan
Updated the readme to cover OSX El Capitan for flushing DNS
2015-11-15 07:30:04 +00:00
Franco Gagliardi
0b0988eeef Check if 'hosts' file exists
We need to check that the file exists before trying to update it, and if it doesn't we try to create an empty 'hosts' file.
2015-11-14 22:32:17 -03:00
Steven Black
80dcdfe00c Latest readme: 26,899 entries. 2015-11-09 23:10:58 -05:00
Steven Black
845bad283a Why list the local data file name. I don't get it. 2015-11-09 23:10:42 -05:00
Steven Black
feb9c6e110 Revert "Why list the local source file name? I don't get it."
This reverts commit 375c57a148.
2015-11-09 23:09:00 -05:00
Steven Black
375c57a148 Why list the local source file name? I don't get it. 2015-11-09 23:06:21 -05:00