hosts/extensions
2016-10-16 15:26:56 -04:00
..
gambling Update to lists of gambling sites. 2016-03-22 09:16:44 -04:00
porn New data from yoyo.org and alternates/porn 2016-10-16 15:26:56 -04:00
social Fresh data from malwaredomainlist.com, someonewhocares.org, and @Sinfonietta. 2016-04-16 22:38:51 -04:00
readme.md remove typo in command example 2016-03-18 11:52:08 +01:00

Extensions

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

Currently this repo includes three extensions:

  • gambling for common online betting sites,
  • social for common social media sites, and
  • porn for porn sites. You can optionally add either or both to your final unified file.

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.