From: Steven Black Date: Fri, 30 Oct 2015 15:13:18 +0000 (-0400) Subject: Documentation for the myhosts file. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c49f8ed475cf0b2a09921999908bb971fcda61a8;p=stevenblack-hosts.git Documentation for the myhosts file. --- diff --git a/myhosts b/myhosts index e69de29bb..c6e6d6fb3 100644 --- a/myhosts +++ b/myhosts @@ -0,0 +1 @@ +# Custom host records are listed here. diff --git a/readme_template.md b/readme_template.md index e2ddd48db..59f926f60 100644 --- a/readme_template.md +++ b/readme_template.md @@ -20,6 +20,11 @@ You can add additional sources by placing them in the `data/` directory. Provide `hosts` file, and place its update url in `update.info`. The `updateHostsFile.py` routine will automatically refresh the `hosts` file from source each time a new amalgamated file is generated. + +## How do I incorporate my own hosts? + +If you have custom host records, place them in file `myhosts`. The contents of this file are prepended to the amalgamated hosts file during the update process. + ## Using updateHostsFile.py This Python script will generate a unique hosts file based on the sources in the `data/` folder.