mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
775 B
775 B
Extensions
Use subfolders under the extensions folder to house extensions to the final unified hosts file.
Currently this repo includes four extensions:
gamblingfor common online betting sites,socialfor common social media sites,pornfor porn sites, andfakenewsfor 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.