hosts/extensions
2016-03-08 17:16:56 -05:00
..
gampling New extension: gambling. It's a start. 2016-03-08 17:16:24 -05:00
porn Data source updates. 2016-03-08 17:16:56 -05:00
social Social media hosts file retrieved and added to the repo. 2016-03-06 11:58:32 -05:00
readme.md Update the readme in the extensions folder. 2016-03-06 12:07:13 -05:00

Extensions

Use subfolders under the extensions folder to house extensions to the final unified hosts file.

Currently this repo includes two extensions: social for common social media sites, and porn for porn sites. You can optionally add either or both to your final unified file.

Here's a sample call to include the porn extension.

Using Python 3:

python3 updateHostsFile.py --extensions porn social

or, in short form:

python3 updateHostsFile.py -e porn social

Using Python 2.7:

python updateHostsFile.py --extensions porn social

or, in short form:

python updateHostsFile.py -e porn social

More built-in extensions are coming soon.