From: Steven Black Date: Thu, 3 Sep 2015 04:24:39 +0000 (-0400) Subject: Update the readme-template and, so, readme.md. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c94b572fc8348497be5c0d6e14390d61e95a7558;p=stevenblack-hosts.git Update the readme-template and, so, readme.md. --- diff --git a/readme.md b/readme.md index 1e9dfe5a3..4e0a1108a 100644 --- a/readme.md +++ b/readme.md @@ -8,11 +8,11 @@ This repo consolidates several reputable `hosts` files and consolidates them int Currently the `hosts` files from the following locations are amalgamated: +* The [Adaway hosts file](http://adaway.org/hosts.txt), updated regularly. * MVPs.org Hosts file at [http://winhelp2002.mvps.org/hosts.htm](http://winhelp2002.mvps.org/hosts.htm), updated monthly, or thereabouts. * Dan Pollock at [http://someonewhocares.org/hosts/](http://someonewhocares.org/hosts/) updated regularly. * Malware Domain List at [http://www.malwaredomainlist.com/](http://www.malwaredomainlist.com/), updated regularly. * Peter Lowe at [http://pgl.yoyo.org/adservers/](http://pgl.yoyo.org/adservers/), updated regularly. -* hpHosts at [http://hosts-file.net/](http://hosts-file.net/), updated regularly * My own small list in raw form [here](https://raw.github.com/StevenBlack/hosts/master/data/StevenBlack/hosts). You can add any additional sources you'd like under the data/ directory. Provide a copy of the current `hosts` file and a file called @@ -25,7 +25,7 @@ This Python script will generate a unique hosts file based on the sources provid Usage python updateHostsFile.py - + **TAKE NOTE** this script is tested with Python version 2.7.10. I hope to have a Python 3 version soon. ## What is a hosts file? diff --git a/readme_template.md b/readme_template.md index ac7c1750b..84ec6dbce 100644 --- a/readme_template.md +++ b/readme_template.md @@ -8,11 +8,11 @@ This repo consolidates several reputable `hosts` files and consolidates them int Currently the `hosts` files from the following locations are amalgamated: +* The [Adaway hosts file](http://adaway.org/hosts.txt), updated regularly. * MVPs.org Hosts file at [http://winhelp2002.mvps.org/hosts.htm](http://winhelp2002.mvps.org/hosts.htm), updated monthly, or thereabouts. * Dan Pollock at [http://someonewhocares.org/hosts/](http://someonewhocares.org/hosts/) updated regularly. * Malware Domain List at [http://www.malwaredomainlist.com/](http://www.malwaredomainlist.com/), updated regularly. * Peter Lowe at [http://pgl.yoyo.org/adservers/](http://pgl.yoyo.org/adservers/), updated regularly. -* hpHosts at [http://hosts-file.net/](http://hosts-file.net/), updated regularly * My own small list in raw form [here](https://raw.github.com/StevenBlack/hosts/master/data/StevenBlack/hosts). You can add any additional sources you'd like under the data/ directory. Provide a copy of the current `hosts` file and a file called @@ -25,6 +25,8 @@ This Python script will generate a unique hosts file based on the sources provid Usage python updateHostsFile.py + +**TAKE NOTE** this script is tested with Python version 2.7.10. I hope to have a Python 3 version soon. ## What is a hosts file?