diff --git a/readme_template.md b/readme_template.md index f0254f116..e71f56a02 100644 --- a/readme_template.md +++ b/readme_template.md @@ -1,5 +1,19 @@ #Amalgamated hosts file +
+

+ This repo now includes extensions which are subfolder names under the extensions + folder wherein you can stash category specific hosts files. +

+

+ Currently there is one extension to block porn sites. Note the extensions/porn folder with a + 5,000+ domain hosts file that you can include with the following command +

+

+ python updateHostsFile.py --e porn +

+
+ This repository consolidates several reputable `hosts` files, and merges them into a single amalgamated hosts file with duplicates removed. You can [download the resultant amalgamated hosts file](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) or clone this repo and generate your own using the Python script provided.