Update the readme-template and, so, readme.md.
authorSteven Black <redacted>
Thu, 3 Sep 2015 04:24:39 +0000 (00:24 -0400)
committerSteven Black <redacted>
Thu, 3 Sep 2015 04:24:39 +0000 (00:24 -0400)
readme.md
readme_template.md

index 1e9dfe5a3920ea6a78509d24f01aff56b2dafb7f..4e0a1108af2f78288208be2df7f1d7dc909167cf 100644 (file)
--- 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?
index ac7c1750bb3b810c2c5e50c421c2e4d234b01151..84ec6dbce1f835627149806a0eaac4d4eae6cba5 100644 (file)
@@ -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?
 
git clone https://git.99rst.org/PROJECT