mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
* Minor Markdown tweaks * Fix a few typos * Fix the release-it URL * Switch to shields.io for the Travis CI badge too
Extensions
Use subfolders under this extensions folder to house data sources for extensions to the default unified hosts file.
Currently, this repo includes data sources for four extensions:
fakenewsfor fake news sites.gamblingfor common online betting sites,pornfor porn sites, andsocialfor common social media sites,
Here are some sample calls, which vary which extensions are included.
Using the updateHostsFile.py script:
Create a hosts file that includes domain blocking for porn, social media, and gambling.
python3 updateHostsFile.py --auto --extensions porn social gambling
or, in short form:
python3 updateHostsFile.py -a -e porn social gambling