hosts/extensions
Steven Black bf0ff2a45c
Updates from BigDargon, URLHaus, someonewhocares.org, KADhosts, and hostsVN.
2024-05-12 19:15:32 -04:00
..
fakenews Minor whitespace/line endings consistency changes 2024-04-03 17:00:58 +03:00
gambling Updates from BigDargon, URLHaus, someonewhocares.org, KADhosts, and hostsVN. 2024-05-12 19:15:32 -04:00
porn Updates from BigDargon, URLHaus, someonewhocares.org, KADhosts, and hostsVN. 2024-05-12 19:15:32 -04:00
social Updates from sinfonietta, BigDargon, URLHaus, and KADhosts. 2024-04-25 10:52:23 -04:00
readme.md

readme.md

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:

  • fakenews for fake news sites.
  • gambling for common online betting sites,
  • porn for porn sites, and
  • social for 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