hosts/extensions
2017-09-18 22:25:01 -04:00
..
fakenews New data from FakeNews, yoyo.org, someonewhocares.org, laicure, and Badd-Boyz. 2017-06-11 11:45:31 -04:00
gambling New data from Synfonettia, yoyo.org, someonewhocares.org, KADhosts, and Badd-Boyz. 2017-07-17 14:06:38 -04:00
porn New data from Clefspeare13, yoyo.org, someonewhocares.org, mvps.org, and Badd-Boyz. 2017-09-18 22:25:01 -04:00
social New data from Sinfonietta. 2017-02-04 14:07:34 -05:00
readme.md Update readme.md 2017-08-23 09:10:53 +02:00

Extensions

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

Currently, this repo includes four extensions:

  • gambling for common online betting sites,
  • social for common social media sites,
  • porn for porn sites, and
  • fakenews for fake news sites.

Here are some sample calls, which vary which extensions are included.

Using Python 3:

python3 updateHostsFile.py --auto --extensions porn social gambling

or, in short form:

python3 updateHostsFile.py -a -e porn social gambling

Using Python 2.7:

python updateHostsFile.py -auto --extensions porn social gambling

or, in short form:

python updateHostsFile.py -a -e porn social gambling

More built-in extensions are coming soon.