Commit Graph

1149 Commits

Author SHA1 Message Date
FadeMind
ee411d82c9
updateHostsFile.py: DEL whitespace after '['
https://travis-ci.org/StevenBlack/hosts/jobs/346915934#L606-L609
2018-03-03 15:30:49 +01:00
FadeMind
33ba41bbea
updateHostsFile.py: cross-compatible sudo 2018-02-27 19:26:40 +01:00
FadeMind
ce5e3d113e
Merge pull request #1 from StevenBlack/master
merge
2018-02-27 19:18:56 +01:00
Steven Black
2877752294
Merge pull request #516 from ScriptTiger/patch-1
Removed Cryptominer Domains
2018-02-27 12:07:29 -05:00
StevenBlack
e2ee547063 New data from someonewhocares.org. 2018-02-26 13:38:01 -05:00
StevenBlack
fd9d1d0836 New domains submitted. 2018-02-26 13:36:22 -05:00
Steven Black
3d6cec8170
Merge pull request #517 from paxperscientiam/patch-4
phish
2018-02-26 00:06:28 -05:00
Chris
821f08b52d
phish
Both of these ".win" sites serve up rotten phish (adobe flash).
2018-02-25 23:50:42 -05:00
ScriptTiger
7d9d2a02ef
Removed Cryptominer Domains 2018-02-26 11:34:04 +08:00
StevenBlack
38fddd4862 Reinstate help.evernote.com. Closes #511. 2018-02-25 13:47:44 -05:00
Steven Black
ca4fcbab0e
Merge pull request #512 from FadeMind/patch-1
readme_template.md: Chrome required manually cleanup DNS Cache
2018-02-25 13:31:01 -05:00
FadeMind
77d4c68ab0
readme_template.md: tenses fixes 2018-02-25 19:22:21 +01:00
StevenBlack
90c5640341 Issue #511: fix - remove help.evermote.com on a trial basis, hope they've come to their senses. 2018-02-25 13:04:30 -05:00
StevenBlack
182d18ba20 Issue #510: fix - new updates from CoinBlockerList. Also new domains from yoyo.org. 2018-02-25 12:49:53 -05:00
FadeMind
b2945e022e
readme_template.md: Chrome required manually cleanup DNS Cache
See: https://superuser.com/questions/723703
2018-02-25 10:31:56 +01:00
Steven Black
fab9fbc690 Issue #509: fix - pull the correct file from ZeroDot1/CoinBlockerLists. 2018-02-24 23:46:22 -05:00
StevenBlack
1341e7af52 New data from yoyo.org, someonewhocares.org, and KadHosts. 2018-02-24 18:04:46 -05:00
StevenBlack
40a06c2415 Adding CoinBlockerList. Thanks ZeroDot1, via @FadeMind.
Adding a good coin blocking list to the repo.
2018-02-24 18:00:21 -05:00
StevenBlack
cbf4b0be15 New data from yoyo.org, and someonewhocares.org. 2018-02-20 10:04:52 -05:00
StevenBlack
2d3b88ecfd Issue #506: fix - dropping Spotify-Ad-free. cc @CHEF-KOCH. 2018-02-20 10:03:08 -05:00
Steven Black
007254e10f
Merge pull request #503 from ankitpati/minimise-hosts-file
Add Option to Minimise hosts File
2018-02-16 22:07:47 -05:00
Ankit Pati
dae2172f3b
update docs after adding minimise switch 2018-02-17 07:36:10 +05:30
Ankit Pati
9a8b507f6e
update defaults dictionary for minimise switch 2018-02-17 07:22:45 +05:30
Steven Black
2aa50e88be
Merge pull request #502 from ankitpati/fix-hardcoded-offset-in-compression
Remove Hardcoded Offset in Compression
2018-02-16 15:29:54 -05:00
Ankit Pati
01db326459
Add Option to Minimise hosts File
This option (--minimise, -m) differs from compress (--compress, -c) in
that it keeps each host on a different line, while still removing
unnecessary newlines and comments.

This is necessary because many implementations of URL blockers that rely
on hosts files do not conform to the standard which allows multiple
hosts on a single line.
2018-02-17 00:22:25 +05:30
Ankit Pati
db29acda65
FIX: Remove Hardcoded Offset in Compression
An offset of 7 was hardcoded in the function compress_file, presumably
to skip over the default target IP address of 0.0.0.0 in a hosts file.
However, this causes problems when the default is overridden using the
--ip or -i flag, causing visibly garbled output in the generated hosts
file.

Fix is to calculate the length of target IP at runtime.
2018-02-16 23:45:10 +05:30
StevenBlack
04cbba965c Update for recent edits at source. 2018-02-15 09:51:33 -05:00
Steven Black
c8e6620181 New data from clefspeare13 2018-02-14 19:23:01 -05:00
StevenBlack
adc8004272 new data from someonewhocares.org, Badd-Boyz, add.Spam, and add.Risk. Closes #498. 2018-02-13 13:03:40 -05:00
Steven Black
447d9ede6e
Merge pull request #492 from FadeMind/master
Spotify-Ad-free init
2018-02-12 13:26:09 -05:00
Steven Black
c53b817774 new data from someonewhocares.org. 2018-02-11 12:42:00 -05:00
Steven Black
a9fb35dcc2 Adding some domains that bug me today. 2018-02-11 12:39:52 -05:00
fademind
6dd1a88e2e
Spotify-Ad-free init 2018-02-10 11:15:41 +01:00
Steven Black
38869f636a New data from yoyo.org, and new host records from commit 5b5e854. 2018-02-09 13:53:48 -05:00
Steven Black
98b1b2b804
Merge pull request #491 from FadeMind/patch-1
updateHostsFile.py: add ipv6 additionals
2018-02-09 13:51:42 -05:00
FadeMind
5b5e854c7f
updateHostsFile.py: add ipv6 additionals
@StevenBlack.
DEFAULT hosts file in Linux

127.0.0.1       localhost
127.0.1.1       mydevicename
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
2018-02-09 19:18:54 +01:00
StevenBlack
3af3a4d74c New data from yoyo.org, someonewhocares.org, and many new domains from Badd-Boys. 2018-02-08 20:22:38 -05:00
Steven Black
0d5fd167a8
Merge pull request #488 from ScriptTiger/patch-1
Added and loaded a new spam domain section
2018-02-03 15:28:35 -05:00
ScriptTiger
4f43e9b82b
Added and loaded a new spam domain section
Added and loaded a new spam domain section
2018-02-04 03:24:27 +08:00
Steven Black
ddf46eed1f New data from sinfonietta, yoyo.org, someonewhocares.org, and Badd-Boyz. 2018-02-02 13:39:52 -05:00
StevenBlack
08096d50b0 New data from yoyo.org, someonewhocares.org, mvps.org, and Badd-Boyz. 2018-01-31 17:28:44 -05:00
StevenBlack
88a8c81cbe Two new domains in the coin ad and tracking space. 2018-01-31 17:24:46 -05:00
Steven Black
4cd16b74f5 Added malvertizing domains. 2018-01-26 08:56:47 +01:00
Steven Black
f6d116771a
Merge pull request #477 from anudeepND/master
Added malvertising domains
2018-01-26 08:55:26 +01:00
Steven Black
a8bdf40467 New data from yoyo.org and someonewhocares.org. 2018-01-26 07:42:59 +01:00
Anudeep
120ec59855
Added malvertising domains 2018-01-24 00:46:12 +05:30
Steven Black
bf7111e8e3 New domains added to my hosts collection. 2018-01-23 16:02:47 +01:00
Steven Black
7383755d9f
Merge pull request #473 from paxperscientiam/patch-2
more snooper bs
2018-01-23 15:58:20 +01:00
Steven Black
541923a42f
Merge pull request #472 from ScriptTiger/patch-1
Added some mobile app ad servers and malware
2018-01-23 15:53:57 +01:00
Steven Black
de84680257 New data from yoyo.org. 2018-01-22 11:02:56 +01:00