Steven Black [Sat, 31 May 2014 04:48:02 +0000 (00:48 -0400)]
Merge branch 'linuxlefty-master'
* linuxlefty-master:
(Ibid.)
Normalizing hosts and better duplicate detction added
Added hpHosts (hosts-file.net) as a source
Added support for ZIP compressed files
Removing vim swap file
Added yoyo.org adserver lists as data source
Refreshed hosts from malwaredomainlist.com, mvps.org, and someonewhocares.org
Steven Black [Sat, 31 May 2014 04:38:11 +0000 (00:38 -0400)]
Merge branch 'master' of https://github.com/linuxlefty/hosts into linuxlefty-master
# By Peter Naudus
# Via Peter Naudus
* 'master' of https://github.com/linuxlefty/hosts:
Normalizing hosts and better duplicate detction added
Added hpHosts (hosts-file.net) as a source
Added support for ZIP compressed files
Removing vim swap file
Added yoyo.org adserver lists as data source
Refreshed hosts from malwaredomainlist.com, mvps.org, and someonewhocares.org
Steven Black [Wed, 31 Jul 2013 01:32:38 +0000 (21:32 -0400)]
Merge branch 'master' of https://github.com/l1m5/hosts into l1m5-master
# By Ben Limmer
# Via Ben Limmer
* 'master' of https://github.com/l1m5/hosts:
Source update.
Added query to user for moving the hosts file into place.
Source update.
Correcting syntax error with elif.
Added back instructions for Windows users on where to move their hosts file to. Resolves #5. I'm opening a new issue for adding this for Windows.
Added support for automatically moving the hosts file into place and flushing the DNS Cache for Mac and Linux. This addresses part of Issue #5, but I still need to do Windows.
Updated sources.
Write out how many unique entries were generated in the readme.md file. Resolves #3.
Print out copy locations on success. Now it's easy to copy/paste where the host file needs to go.
Updating sources
Source update.
Update sources.
Updated from sources.
Updated sources.
Updated hosts files.
Update sources.
Updated sources and hosts file.
Source update.
Ben Limmer [Sat, 13 Jul 2013 21:57:11 +0000 (15:57 -0600)]
Added support for automatically moving the hosts file into place and flushing the DNS Cache for Mac and Linux.
This addresses part of Issue #5, but I still need to do Windows.
Ben Limmer [Sun, 17 Feb 2013 21:39:40 +0000 (14:39 -0700)]
Resolves infinite loop error introduced in 997606b.
Whether you entered yes or no to the "more entries" dialog, you'd still be in the loop. Also, we now check to see if the custom domain is blank
Ben Limmer [Sun, 17 Feb 2013 20:51:49 +0000 (13:51 -0700)]
Added ability to exclude domains.
This commit closes #1. I always hated that Hulu would freak out when I generated a new hosts file. It checks to make sure that it can access its ad servers before it will start streaming. I'm assuming people have other sites similar to this, so the script now can be extended with common and custom domains to exclude.
Ben Limmer [Sun, 10 Feb 2013 02:56:54 +0000 (19:56 -0700)]
New hosts file generated using script.
This commit is the first merged hosts file to utilize the updateHostsFile.py script.
The only working difference is that it pulled in a new someonewhocares.org hosts file.
Ben Limmer [Sun, 10 Feb 2013 02:55:04 +0000 (19:55 -0700)]
Added script to handle updates to hosts sources.
updateHostsFile.py can handle either simply combining local hosts files you have checked in, or it can
go out to the Internet to update your source files. It also handles automatically generating a header
and removing duplicates from the list.