From: Steven Black Date: Sun, 21 May 2017 14:48:17 +0000 (-0400) Subject: Latest freshest host files. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6708d740340319481f2546b2547d8d390f566bfc;p=stevenblack-hosts.git Latest freshest host files. --- diff --git a/alternates/fakenews-gambling-porn-social/hosts b/alternates/fakenews-gambling-porn-social/hosts index 3df539050..ad7b014b0 100644 --- a/alternates/fakenews-gambling-porn-social/hosts +++ b/alternates/fakenews-gambling-porn-social/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: fakenews, gambling, porn, social # Number of unique domains: 46,180 # diff --git a/alternates/fakenews-gambling-porn-social/readme.md b/alternates/fakenews-gambling-porn-social/readme.md index 4313f6bb3..565d00e76 100644 --- a/alternates/fakenews-gambling-porn-social/readme.md +++ b/alternates/fakenews-gambling-porn-social/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with fakenews, gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) containing 46,180 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -232,28 +232,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -266,15 +265,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -282,6 +288,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -296,6 +303,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -325,4 +338,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/fakenews-gambling-porn/hosts b/alternates/fakenews-gambling-porn/hosts index 8ed10e4c8..99d7c0cc7 100644 --- a/alternates/fakenews-gambling-porn/hosts +++ b/alternates/fakenews-gambling-porn/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: fakenews, gambling, porn # Number of unique domains: 45,947 # diff --git a/alternates/fakenews-gambling-porn/readme.md b/alternates/fakenews-gambling-porn/readme.md index a2ceeb9d0..e8b74f4b1 100644 --- a/alternates/fakenews-gambling-porn/readme.md +++ b/alternates/fakenews-gambling-porn/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with fakenews, gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) containing 45,947 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -231,28 +231,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -265,15 +264,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -281,6 +287,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -295,6 +302,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -324,4 +337,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/fakenews-gambling-social/hosts b/alternates/fakenews-gambling-social/hosts index 26dc09c50..089e852b7 100644 --- a/alternates/fakenews-gambling-social/hosts +++ b/alternates/fakenews-gambling-social/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: fakenews, gambling, social # Number of unique domains: 38,329 # diff --git a/alternates/fakenews-gambling-social/readme.md b/alternates/fakenews-gambling-social/readme.md index 6dbc090ce..dfd958da7 100644 --- a/alternates/fakenews-gambling-social/readme.md +++ b/alternates/fakenews-gambling-social/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with fakenews, gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) containing 38,329 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -230,28 +230,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -264,15 +263,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -280,6 +286,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -294,6 +301,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -323,4 +336,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/fakenews-gambling/hosts b/alternates/fakenews-gambling/hosts index b96e2987f..9bdccb657 100644 --- a/alternates/fakenews-gambling/hosts +++ b/alternates/fakenews-gambling/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: fakenews, gambling # Number of unique domains: 38,096 # diff --git a/alternates/fakenews-gambling/readme.md b/alternates/fakenews-gambling/readme.md index 5e73f33f0..f92a03daa 100644 --- a/alternates/fakenews-gambling/readme.md +++ b/alternates/fakenews-gambling/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with fakenews, gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) containing 38,096 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -229,28 +229,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -263,15 +262,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -279,6 +285,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -293,6 +300,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -322,4 +335,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/fakenews-porn-social/hosts b/alternates/fakenews-porn-social/hosts index 8d43b6c52..0ffab71e5 100644 --- a/alternates/fakenews-porn-social/hosts +++ b/alternates/fakenews-porn-social/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: fakenews, porn, social # Number of unique domains: 44,664 # diff --git a/alternates/fakenews-porn-social/readme.md b/alternates/fakenews-porn-social/readme.md index 87ae32896..fc5db6183 100644 --- a/alternates/fakenews-porn-social/readme.md +++ b/alternates/fakenews-porn-social/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with fakenews, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) containing 44,664 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -231,28 +231,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -265,15 +264,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -281,6 +287,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -295,6 +302,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -324,4 +337,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/fakenews-porn/hosts b/alternates/fakenews-porn/hosts index 8dd3147f6..fd2332a2b 100644 --- a/alternates/fakenews-porn/hosts +++ b/alternates/fakenews-porn/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: fakenews, porn # Number of unique domains: 44,431 # diff --git a/alternates/fakenews-porn/readme.md b/alternates/fakenews-porn/readme.md index 9c776d0d9..e97aef6ad 100644 --- a/alternates/fakenews-porn/readme.md +++ b/alternates/fakenews-porn/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with fakenews, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) containing 44,431 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -230,28 +230,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -264,15 +263,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -280,6 +286,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -294,6 +301,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -323,4 +336,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/fakenews-social/hosts b/alternates/fakenews-social/hosts index 4e781b18c..5d8ded8e1 100644 --- a/alternates/fakenews-social/hosts +++ b/alternates/fakenews-social/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: fakenews, social # Number of unique domains: 36,813 # diff --git a/alternates/fakenews-social/readme.md b/alternates/fakenews-social/readme.md index 3962076cf..5df41ce50 100644 --- a/alternates/fakenews-social/readme.md +++ b/alternates/fakenews-social/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with fakenews, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) containing 36,813 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -229,28 +229,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -263,15 +262,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -279,6 +285,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -293,6 +300,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -322,4 +335,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/fakenews/hosts b/alternates/fakenews/hosts index aa5012856..a71c1b9ab 100644 --- a/alternates/fakenews/hosts +++ b/alternates/fakenews/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: fakenews # Number of unique domains: 36,580 # diff --git a/alternates/fakenews/readme.md b/alternates/fakenews/readme.md index ee6237457..98830f525 100644 --- a/alternates/fakenews/readme.md +++ b/alternates/fakenews/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with fakenews extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) containing 36,580 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -228,28 +228,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -262,15 +261,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -278,6 +284,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -292,6 +299,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -321,4 +334,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/gambling-porn-social/hosts b/alternates/gambling-porn-social/hosts index 5f4cd6bfa..6520960b7 100644 --- a/alternates/gambling-porn-social/hosts +++ b/alternates/gambling-porn-social/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: gambling, porn, social # Number of unique domains: 45,518 # diff --git a/alternates/gambling-porn-social/readme.md b/alternates/gambling-porn-social/readme.md index c6ce016ee..062aaec1e 100644 --- a/alternates/gambling-porn-social/readme.md +++ b/alternates/gambling-porn-social/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) containing 45,518 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -231,28 +231,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -265,15 +264,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -281,6 +287,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -295,6 +302,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -324,4 +337,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/gambling-porn/hosts b/alternates/gambling-porn/hosts index 70b06bd2a..69c48b900 100644 --- a/alternates/gambling-porn/hosts +++ b/alternates/gambling-porn/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: gambling, porn # Number of unique domains: 45,285 # diff --git a/alternates/gambling-porn/readme.md b/alternates/gambling-porn/readme.md index fe3aaecfb..15cdafc98 100644 --- a/alternates/gambling-porn/readme.md +++ b/alternates/gambling-porn/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) containing 45,285 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -230,28 +230,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -264,15 +263,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -280,6 +286,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -294,6 +301,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -323,4 +336,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/gambling-social/hosts b/alternates/gambling-social/hosts index 01d62e59f..a4eac1de1 100644 --- a/alternates/gambling-social/hosts +++ b/alternates/gambling-social/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: gambling, social # Number of unique domains: 37,667 # diff --git a/alternates/gambling-social/readme.md b/alternates/gambling-social/readme.md index 4fe034adc..ac206a313 100644 --- a/alternates/gambling-social/readme.md +++ b/alternates/gambling-social/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) containing 37,667 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -229,28 +229,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -263,15 +262,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -279,6 +285,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -293,6 +300,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -322,4 +335,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/gambling/hosts b/alternates/gambling/hosts index aedbdd62e..573c54e98 100644 --- a/alternates/gambling/hosts +++ b/alternates/gambling/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: gambling # Number of unique domains: 37,434 # diff --git a/alternates/gambling/readme.md b/alternates/gambling/readme.md index 53dc5c754..3d14c1b5f 100644 --- a/alternates/gambling/readme.md +++ b/alternates/gambling/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) containing 37,434 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -228,28 +228,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -262,15 +261,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -278,6 +284,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -292,6 +299,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -321,4 +334,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/porn-social/hosts b/alternates/porn-social/hosts index 5887cd441..1849db082 100644 --- a/alternates/porn-social/hosts +++ b/alternates/porn-social/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: porn, social # Number of unique domains: 44,002 # diff --git a/alternates/porn-social/readme.md b/alternates/porn-social/readme.md index cb1ef48aa..65d958053 100644 --- a/alternates/porn-social/readme.md +++ b/alternates/porn-social/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) containing 44,002 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -230,28 +230,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -264,15 +263,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -280,6 +286,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -294,6 +301,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -323,4 +336,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/porn/hosts b/alternates/porn/hosts index c3e6f03dc..2334c26f8 100644 --- a/alternates/porn/hosts +++ b/alternates/porn/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: porn # Number of unique domains: 43,769 # diff --git a/alternates/porn/readme.md b/alternates/porn/readme.md index 7e6e4cc83..81802649c 100644 --- a/alternates/porn/readme.md +++ b/alternates/porn/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) containing 43,769 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -229,28 +229,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -263,15 +262,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -279,6 +285,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -293,6 +300,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -322,4 +335,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/alternates/social/hosts b/alternates/social/hosts index bd6acd799..d85a19abc 100644 --- a/alternates/social/hosts +++ b/alternates/social/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Extensions added to this file: social # Number of unique domains: 36,151 # diff --git a/alternates/social/readme.md b/alternates/social/readme.md index d0f631dcb..00db46406 100644 --- a/alternates/social/readme.md +++ b/alternates/social/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) containing 36,151 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -228,28 +228,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -262,15 +261,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -278,6 +284,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -292,6 +299,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -321,4 +334,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/hosts b/hosts index a79ab7795..4aa9d7fae 100644 --- a/hosts +++ b/hosts @@ -1,7 +1,7 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: May 17 2017 +# Date: May 21 2017 # Number of unique domains: 35,918 # # Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts diff --git a/readme.md b/readme.md index 928590f45..378ea0943 100644 --- a/readme.md +++ b/readme.md @@ -14,13 +14,13 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **May 17 2017**. +* Last updated: **May 21 2017**. * Here's the [raw hosts file with base extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) containing 35,918 entries. ### List of all hosts file variants -The **Non Github mirror** is the link to use for some hosts file managers like +The **Non GitHub mirror** is the link to use for some hosts file managers like [Hostsman for Windows](http://www.abelhadigital.com/hostsman) that don't work with Github download links. @@ -64,7 +64,7 @@ KADhosts | Fraud/adware/scam websites. |[link](https://github.com/azet12/KADhost Laicure | |[link](https://github.com/Laicure/HostsY) | [raw](https://raw.githubusercontent.com/Laicure/HostsY/master/custHost) | occasional Malware Domain List | Malware Domain List is a non-commercial community project. |[link](http://www.malwaredomainlist.com/) | [raw](https://www.malwaredomainlist.com/hostslist/hosts.txt) | weekly MVPS hosts file | The purpose of this site is to provide the user with a high quality custom HOSTS file. |[link](http://winhelp2002.mvps.org/) | [raw](http://winhelp2002.mvps.org/hosts.txt) | monthly -Dan Pollock – someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently +Dan Pollock - someonewhocares.org | How to make the internet not suck (as much). |[link](http://someonewhocares.org/hosts/) | [raw](http://someonewhocares.org/hosts/zero/hosts) | frequently SpotifyAds | Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts) | occasionally Steven Black's ad-hoc list | Additional sketch domains as I come across them. |[link](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts) | [raw](https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts) | occasionally tyzbit | Microsoft tracking domains. A fork of this repo providing additional data. |[link](https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts) | [raw](https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts) | rarely @@ -227,28 +227,27 @@ editor. **Windows**: `%SystemRoot%\system32\drivers\etc\hosts` folder. -## Reloading hosts file -Your operating system will cache DNS lookups. You can either reboot or run the following commands to -manually flush your DNS cache once the new hosts file is in place. +## Updating hosts file on Windows + +On Linux and Mac OS X, you can simply run the Python script, but on Windows, more +work is required due to compatibility issues in implementing some of the functionality +for Windows. It is preferable to run the batch file as follows: -### Mac OS X -Open a Terminal and run: ``` -sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +updateHostsWindows.bat ``` -### Windows +This file MUST be run in command prompt with administrator privileges in +the repository directory. In addition to updating the hosts file, it can also +replace the existing hosts file, and reload the DNS cache. It goes without +saying that in order for this to work, you must be connected to the internet. -|`makeHostsWindows.bat` BATCH file will create various alternate hosts files by combining and adding the gambling, porn, and social media extensions. You need to be connected to the Internet. This file REQUIRED installed Python 3.5.x runtime environment in Windows System. Launch this file as normal user.| -:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +### Windows |Run `updateHostsWindows.bat` BATCH file in Command Prompt with Administrator privileges in repository directory for easy update, replace hosts file and reload DNS cache in Windows System. You need to be connected to the Internet.| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -|WARNING: Don't run these BAT files directly or from popup menu. You have been warned.| -:-------------------------------------------------------------------------------------- - -Open a Command Prompt in directory where are files from this repository: +To open a command prompt as administrator in the repository's directory, do the following: **Windows XP**: Start -> Run -> `cmd` @@ -261,15 +260,22 @@ Open a Command Prompt in directory where are files from this repository: **Windows 10**: Start Button -> type `cmd` -> right-click Command Prompt -> "Run as Administrator" -and run command: +## Reloading hosts file +Your operating system will cache DNS lookups. You can either reboot or run the following commands to +manually flush your DNS cache once the new hosts file is in place. + +### Windows + +Open a command prompt with administrator privileges and run this command: + ``` -updateHostsWindows.bat +ipconfig /flushdns ``` |If you want to use a huge hosts file by merging [hphosts](https://www.hosts-file.net) (NOT INCLUDED HERE) you need to DISABLE and STOP `Dnscache` service before you replace hosts file in Windows Systems. You have been warned.| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -Open a Command Prompt with Administrator privileges and run once commands: +Before flushing the DNS cache, open a command prompt with administrator privileges and run this command: ``` sc config "Dnscache" start= disabled @@ -277,6 +283,7 @@ sc stop "Dnscache" ``` ### Linux + Open a Terminal and run with root privileges: **Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart` @@ -291,6 +298,12 @@ Open a Terminal and run with root privileges: **Others**: Consult [this wikipedia article](https://en.wikipedia.org/wiki/Hosts_%28file%29#Location_in_the_file_system). +### Mac OS X + +Open a Terminal and run: +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ## Goals of this unified hosts file @@ -320,4 +333,4 @@ devices under a variety of operating systems. * [Block ads and malware via local DNS server](https://github.com/mueller-ma/block-ads-via-dns "Block ads and malware via local DNS server") (for Debian, Raspbian & Ubuntu): Set up a local DNS server with a `/etc/bind/named.conf.blocked` file, sourced from here. -* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") – [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. +* [Blocking ads and malwares with unbound](https://deadc0de.re/articles/unbound-blocking-ads.html "Blocking ads and malwares with unbound") - [Unbound](https://www.unbound.net/ "Unbound is a validating, recursive, and caching DNS resolver.") is a validating, recursive, and caching DNS resolver. diff --git a/readmeData.json b/readmeData.json index ed9657751..299f182bd 100644 --- a/readmeData.json +++ b/readmeData.json @@ -1 +1 @@ -{"gambling": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Sinfonietta's gambling blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/gambling/", "entries": 37434}, "gambling-porn": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Sinfonietta's gambling blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}, {"name": "pornhosts -- a consolidated anti porn hosts file", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network."}, {"name": "Sinfonietta's porn blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/gambling-porn/", "entries": 45285}, "fakenews": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Fake News", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "description": "An in-progress collection of fake news outlets."}], "location": "alternates/fakenews/", "entries": 36580}, "gambling-porn-social": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Sinfonietta's gambling blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}, {"name": "pornhosts -- a consolidated anti porn hosts file", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network."}, {"name": "Sinfonietta's porn blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}, {"name": "Sinfonietta's social media blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/gambling-porn-social/", "entries": 45518}, "fakenews-social": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Fake News", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "description": "An in-progress collection of fake news outlets."}, {"name": "Sinfonietta's social media blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/fakenews-social/", "entries": 36813}, "fakenews-gambling": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Fake News", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "description": "An in-progress collection of fake news outlets."}, {"name": "Sinfonietta's gambling blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/fakenews-gambling/", "entries": 38096}, "porn-social": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "pornhosts -- a consolidated anti porn hosts file", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network."}, {"name": "Sinfonietta's porn blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}, {"name": "Sinfonietta's social media blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/porn-social/", "entries": 44002}, "social": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Sinfonietta's social media blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/social/", "entries": 36151}, "fakenews-gambling-social": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Fake News", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "description": "An in-progress collection of fake news outlets."}, {"name": "Sinfonietta's gambling blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}, {"name": "Sinfonietta's social media blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/fakenews-gambling-social/", "entries": 38329}, "base": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}], "location": "", "entries": 35918}, "gambling-social": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Sinfonietta's gambling blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}, {"name": "Sinfonietta's social media blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/gambling-social/", "entries": 37667}, "fakenews-gambling-porn-social": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Fake News", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "description": "An in-progress collection of fake news outlets."}, {"name": "Sinfonietta's gambling blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}, {"name": "pornhosts -- a consolidated anti porn hosts file", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network."}, {"name": "Sinfonietta's porn blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}, {"name": "Sinfonietta's social media blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/fakenews-gambling-porn-social/", "entries": 46180}, "fakenews-gambling-porn": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Fake News", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "description": "An in-progress collection of fake news outlets."}, {"name": "Sinfonietta's gambling blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}, {"name": "pornhosts -- a consolidated anti porn hosts file", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network."}, {"name": "Sinfonietta's porn blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/fakenews-gambling-porn/", "entries": 45947}, "fakenews-porn": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Fake News", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "description": "An in-progress collection of fake news outlets."}, {"name": "pornhosts -- a consolidated anti porn hosts file", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network."}, {"name": "Sinfonietta's porn blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/fakenews-porn/", "entries": 44431}, "porn": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "pornhosts -- a consolidated anti porn hosts file", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network."}, {"name": "Sinfonietta's porn blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/porn/", "entries": 43769}, "fakenews-porn-social": {"sourcesdata": [{"name": "AdAway", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "description": ""}, {"name": "Malware Domain List", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Fake News", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "description": "An in-progress collection of fake news outlets."}, {"name": "pornhosts -- a consolidated anti porn hosts file", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network."}, {"name": "Sinfonietta's porn blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}, {"name": "Sinfonietta's social media blocking hosts file", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "description": "A collection of category-specific host files."}], "location": "alternates/fakenews-porn-social/", "entries": 44664}} \ No newline at end of file +{"gambling-porn": {"sourcesdata": [{"name": "AdAway", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "description": ""}, {"name": "Malware Domain List", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Sinfonietta's gambling blocking hosts file", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "description": "A collection of category-specific host files."}, {"name": "pornhosts -- a consolidated anti porn hosts file", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network."}, {"name": "Sinfonietta's porn blocking hosts file", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "description": "A collection of category-specific host files."}], "location": "alternates/gambling-porn/", "entries": 45285}, "fakenews-social": {"entries": 36813, "sourcesdata": [{"description": "AdAway is an open source ad blocker for Android using the hosts file.", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "name": "AdAway"}, {"description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.2o7Net"}, {"description": "Dead sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Dead"}, {"description": "Risk content sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Risk"}, {"description": "Spam sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Spam"}, {"description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "name": "Mitchell Krog's - Badd Boyz Hosts"}, {"description": "Fraud/adware/scam websites.", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "name": "KADhosts"}, {"description": "", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "name": "Laicure"}, {"description": "Malware Domain List is a non-commercial community project.", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "name": "Malware Domain List"}, {"description": "The purpose of this site is to provide the user with a high quality custom HOSTS file.", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "name": "MVPS hosts file"}, {"description": "How to make the internet not suck (as much).", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "name": "Dan Pollock \u2013 someonewhocares.org"}, {"description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "SpotifyAds"}, {"description": "Additional sketch domains as I come across them.", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "name": "Steven Black's ad-hoc list"}, {"description": "Microsoft tracking domains. A fork of this repo providing additional data.", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "name": "tyzbit"}, {"description": "Windows installers ads sources sites based on https://unchecky.com/ content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "UncheckyAds"}, {"description": "Blocking with ad server and tracking server hostnames.", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "name": "yoyo.org"}, {"description": "An in-progress collection of fake news outlets.", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "name": "Fake News"}, {"description": "A collection of category-specific host files.", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "name": "Sinfonietta's social media blocking hosts file"}], "location": "alternates/fakenews-social/"}, "gambling-porn-social": {"location": "alternates/gambling-porn-social/", "sourcesdata": [{"name": "AdAway", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "description": ""}, {"name": "Malware Domain List", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Sinfonietta's gambling blocking hosts file", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "description": "A collection of category-specific host files."}, {"name": "pornhosts -- a consolidated anti porn hosts file", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network."}, {"name": "Sinfonietta's porn blocking hosts file", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "description": "A collection of category-specific host files."}, {"name": "Sinfonietta's social media blocking hosts file", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "description": "A collection of category-specific host files."}], "entries": 45518}, "fakenews-porn-social": {"entries": 44664, "location": "alternates/fakenews-porn-social/", "sourcesdata": [{"description": "AdAway is an open source ad blocker for Android using the hosts file.", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "name": "AdAway"}, {"description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.2o7Net"}, {"description": "Dead sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Dead"}, {"description": "Risk content sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Risk"}, {"description": "Spam sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Spam"}, {"description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "name": "Mitchell Krog's - Badd Boyz Hosts"}, {"description": "Fraud/adware/scam websites.", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "name": "KADhosts"}, {"description": "", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "name": "Laicure"}, {"description": "Malware Domain List is a non-commercial community project.", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "name": "Malware Domain List"}, {"description": "The purpose of this site is to provide the user with a high quality custom HOSTS file.", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "name": "MVPS hosts file"}, {"description": "How to make the internet not suck (as much).", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "name": "Dan Pollock \u2013 someonewhocares.org"}, {"description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "SpotifyAds"}, {"description": "Additional sketch domains as I come across them.", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "name": "Steven Black's ad-hoc list"}, {"description": "Microsoft tracking domains. A fork of this repo providing additional data.", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "name": "tyzbit"}, {"description": "Windows installers ads sources sites based on https://unchecky.com/ content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "UncheckyAds"}, {"description": "Blocking with ad server and tracking server hostnames.", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "name": "yoyo.org"}, {"description": "An in-progress collection of fake news outlets.", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "name": "Fake News"}, {"description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network.", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "name": "pornhosts -- a consolidated anti porn hosts file"}, {"description": "A collection of category-specific host files.", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "name": "Sinfonietta's porn blocking hosts file"}, {"description": "A collection of category-specific host files.", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "name": "Sinfonietta's social media blocking hosts file"}]}, "fakenews-gambling-social": {"sourcesdata": [{"name": "AdAway", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "description": ""}, {"name": "Malware Domain List", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Fake News", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "description": "An in-progress collection of fake news outlets."}, {"name": "Sinfonietta's gambling blocking hosts file", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "description": "A collection of category-specific host files."}, {"name": "Sinfonietta's social media blocking hosts file", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "description": "A collection of category-specific host files."}], "location": "alternates/fakenews-gambling-social/", "entries": 38329}, "fakenews-gambling": {"entries": 38096, "location": "alternates/fakenews-gambling/", "sourcesdata": [{"description": "AdAway is an open source ad blocker for Android using the hosts file.", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "name": "AdAway"}, {"description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.2o7Net"}, {"description": "Dead sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Dead"}, {"description": "Risk content sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Risk"}, {"description": "Spam sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Spam"}, {"description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "name": "Mitchell Krog's - Badd Boyz Hosts"}, {"description": "Fraud/adware/scam websites.", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "name": "KADhosts"}, {"description": "", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "name": "Laicure"}, {"description": "Malware Domain List is a non-commercial community project.", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "name": "Malware Domain List"}, {"description": "The purpose of this site is to provide the user with a high quality custom HOSTS file.", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "name": "MVPS hosts file"}, {"description": "How to make the internet not suck (as much).", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "name": "Dan Pollock \u2013 someonewhocares.org"}, {"description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "SpotifyAds"}, {"description": "Additional sketch domains as I come across them.", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "name": "Steven Black's ad-hoc list"}, {"description": "Microsoft tracking domains. A fork of this repo providing additional data.", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "name": "tyzbit"}, {"description": "Windows installers ads sources sites based on https://unchecky.com/ content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "UncheckyAds"}, {"description": "Blocking with ad server and tracking server hostnames.", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "name": "yoyo.org"}, {"description": "An in-progress collection of fake news outlets.", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "name": "Fake News"}, {"description": "A collection of category-specific host files.", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "name": "Sinfonietta's gambling blocking hosts file"}]}, "porn": {"location": "alternates/porn/", "sourcesdata": [{"name": "AdAway", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "description": ""}, {"name": "Malware Domain List", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "pornhosts -- a consolidated anti porn hosts file", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network."}, {"name": "Sinfonietta's porn blocking hosts file", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "description": "A collection of category-specific host files."}], "entries": 43769}, "fakenews-gambling-porn-social": {"entries": 46180, "sourcesdata": [{"description": "AdAway is an open source ad blocker for Android using the hosts file.", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "name": "AdAway"}, {"description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.2o7Net"}, {"description": "Dead sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Dead"}, {"description": "Risk content sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Risk"}, {"description": "Spam sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Spam"}, {"description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "name": "Mitchell Krog's - Badd Boyz Hosts"}, {"description": "Fraud/adware/scam websites.", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "name": "KADhosts"}, {"description": "", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "name": "Laicure"}, {"description": "Malware Domain List is a non-commercial community project.", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "name": "Malware Domain List"}, {"description": "The purpose of this site is to provide the user with a high quality custom HOSTS file.", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "name": "MVPS hosts file"}, {"description": "How to make the internet not suck (as much).", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "name": "Dan Pollock \u2013 someonewhocares.org"}, {"description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "SpotifyAds"}, {"description": "Additional sketch domains as I come across them.", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "name": "Steven Black's ad-hoc list"}, {"description": "Microsoft tracking domains. A fork of this repo providing additional data.", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "name": "tyzbit"}, {"description": "Windows installers ads sources sites based on https://unchecky.com/ content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "UncheckyAds"}, {"description": "Blocking with ad server and tracking server hostnames.", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "name": "yoyo.org"}, {"description": "An in-progress collection of fake news outlets.", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "name": "Fake News"}, {"description": "A collection of category-specific host files.", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "name": "Sinfonietta's gambling blocking hosts file"}, {"description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network.", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "name": "pornhosts -- a consolidated anti porn hosts file"}, {"description": "A collection of category-specific host files.", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "name": "Sinfonietta's porn blocking hosts file"}, {"description": "A collection of category-specific host files.", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "name": "Sinfonietta's social media blocking hosts file"}], "location": "alternates/fakenews-gambling-porn-social/"}, "porn-social": {"location": "alternates/porn-social/", "sourcesdata": [{"name": "AdAway", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "description": ""}, {"name": "Malware Domain List", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "pornhosts -- a consolidated anti porn hosts file", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network."}, {"name": "Sinfonietta's porn blocking hosts file", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "description": "A collection of category-specific host files."}, {"name": "Sinfonietta's social media blocking hosts file", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "description": "A collection of category-specific host files."}], "entries": 44002}, "fakenews-porn": {"location": "alternates/fakenews-porn/", "sourcesdata": [{"name": "AdAway", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "description": ""}, {"name": "Malware Domain List", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Fake News", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "description": "An in-progress collection of fake news outlets."}, {"name": "pornhosts -- a consolidated anti porn hosts file", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network."}, {"name": "Sinfonietta's porn blocking hosts file", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "description": "A collection of category-specific host files."}], "entries": 44431}, "base": {"sourcesdata": [{"name": "AdAway", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "description": ""}, {"name": "Malware Domain List", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "description": "Blocking with ad server and tracking server hostnames."}], "location": "", "entries": 35918}, "gambling-social": {"entries": 37667, "location": "alternates/gambling-social/", "sourcesdata": [{"description": "AdAway is an open source ad blocker for Android using the hosts file.", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "name": "AdAway"}, {"description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.2o7Net"}, {"description": "Dead sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Dead"}, {"description": "Risk content sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Risk"}, {"description": "Spam sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Spam"}, {"description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "name": "Mitchell Krog's - Badd Boyz Hosts"}, {"description": "Fraud/adware/scam websites.", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "name": "KADhosts"}, {"description": "", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "name": "Laicure"}, {"description": "Malware Domain List is a non-commercial community project.", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "name": "Malware Domain List"}, {"description": "The purpose of this site is to provide the user with a high quality custom HOSTS file.", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "name": "MVPS hosts file"}, {"description": "How to make the internet not suck (as much).", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "name": "Dan Pollock \u2013 someonewhocares.org"}, {"description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "SpotifyAds"}, {"description": "Additional sketch domains as I come across them.", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "name": "Steven Black's ad-hoc list"}, {"description": "Microsoft tracking domains. A fork of this repo providing additional data.", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "name": "tyzbit"}, {"description": "Windows installers ads sources sites based on https://unchecky.com/ content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "UncheckyAds"}, {"description": "Blocking with ad server and tracking server hostnames.", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "name": "yoyo.org"}, {"description": "A collection of category-specific host files.", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "name": "Sinfonietta's gambling blocking hosts file"}, {"description": "A collection of category-specific host files.", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "name": "Sinfonietta's social media blocking hosts file"}]}, "fakenews-gambling-porn": {"entries": 45947, "sourcesdata": [{"description": "AdAway is an open source ad blocker for Android using the hosts file.", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "name": "AdAway"}, {"description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.2o7Net"}, {"description": "Dead sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Dead"}, {"description": "Risk content sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Risk"}, {"description": "Spam sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Spam"}, {"description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "name": "Mitchell Krog's - Badd Boyz Hosts"}, {"description": "Fraud/adware/scam websites.", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "name": "KADhosts"}, {"description": "", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "name": "Laicure"}, {"description": "Malware Domain List is a non-commercial community project.", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "name": "Malware Domain List"}, {"description": "The purpose of this site is to provide the user with a high quality custom HOSTS file.", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "name": "MVPS hosts file"}, {"description": "How to make the internet not suck (as much).", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "name": "Dan Pollock \u2013 someonewhocares.org"}, {"description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "SpotifyAds"}, {"description": "Additional sketch domains as I come across them.", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "name": "Steven Black's ad-hoc list"}, {"description": "Microsoft tracking domains. A fork of this repo providing additional data.", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "name": "tyzbit"}, {"description": "Windows installers ads sources sites based on https://unchecky.com/ content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "UncheckyAds"}, {"description": "Blocking with ad server and tracking server hostnames.", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "name": "yoyo.org"}, {"description": "An in-progress collection of fake news outlets.", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "name": "Fake News"}, {"description": "A collection of category-specific host files.", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "name": "Sinfonietta's gambling blocking hosts file"}, {"description": "This is an endeavour to find all porn domains and compile them into a single hosts to allow for easy blocking of porn on your local machine or on a network.", "url": "https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts", "frequency": "occasional", "homeurl": "https://github.com/Clefspeare13/pornhosts", "issues": "https://github.com/Clefspeare13/pornhosts/issues", "name": "pornhosts -- a consolidated anti porn hosts file"}, {"description": "A collection of category-specific host files.", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "name": "Sinfonietta's porn blocking hosts file"}], "location": "alternates/fakenews-gambling-porn/"}, "social": {"entries": 36151, "sourcesdata": [{"description": "AdAway is an open source ad blocker for Android using the hosts file.", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "name": "AdAway"}, {"description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.2o7Net"}, {"description": "Dead sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Dead"}, {"description": "Risk content sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Risk"}, {"description": "Spam sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Spam"}, {"description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "name": "Mitchell Krog's - Badd Boyz Hosts"}, {"description": "Fraud/adware/scam websites.", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "name": "KADhosts"}, {"description": "", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "name": "Laicure"}, {"description": "Malware Domain List is a non-commercial community project.", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "name": "Malware Domain List"}, {"description": "The purpose of this site is to provide the user with a high quality custom HOSTS file.", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "name": "MVPS hosts file"}, {"description": "How to make the internet not suck (as much).", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "name": "Dan Pollock \u2013 someonewhocares.org"}, {"description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "SpotifyAds"}, {"description": "Additional sketch domains as I come across them.", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "name": "Steven Black's ad-hoc list"}, {"description": "Microsoft tracking domains. A fork of this repo providing additional data.", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "name": "tyzbit"}, {"description": "Windows installers ads sources sites based on https://unchecky.com/ content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "UncheckyAds"}, {"description": "Blocking with ad server and tracking server hostnames.", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "name": "yoyo.org"}, {"description": "A collection of category-specific host files.", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "name": "Sinfonietta's social media blocking hosts file"}], "location": "alternates/social/"}, "gambling": {"entries": 37434, "location": "alternates/gambling/", "sourcesdata": [{"description": "AdAway is an open source ad blocker for Android using the hosts file.", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "name": "AdAway"}, {"description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.2o7Net"}, {"description": "Dead sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Dead"}, {"description": "Risk content sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Risk"}, {"description": "Spam sites based on http://www.hostsfile.org/hosts.html content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "add.Spam"}, {"description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "name": "Mitchell Krog's - Badd Boyz Hosts"}, {"description": "Fraud/adware/scam websites.", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "name": "KADhosts"}, {"description": "", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "name": "Laicure"}, {"description": "Malware Domain List is a non-commercial community project.", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "name": "Malware Domain List"}, {"description": "The purpose of this site is to provide the user with a high quality custom HOSTS file.", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "name": "MVPS hosts file"}, {"description": "How to make the internet not suck (as much).", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "name": "Dan Pollock \u2013 someonewhocares.org"}, {"description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "SpotifyAds"}, {"description": "Additional sketch domains as I come across them.", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "name": "Steven Black's ad-hoc list"}, {"description": "Microsoft tracking domains. A fork of this repo providing additional data.", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "name": "tyzbit"}, {"description": "Windows installers ads sources sites based on https://unchecky.com/ content.", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "name": "UncheckyAds"}, {"description": "Blocking with ad server and tracking server hostnames.", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "name": "yoyo.org"}, {"description": "A collection of category-specific host files.", "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts", "frequency": "occasional", "homeurl": "https://github.com/Sinfonietta/hostfiles", "issues": "https://github.com/Sinfonietta/hostfiles/issues", "name": "Sinfonietta's gambling blocking hosts file"}]}, "fakenews": {"sourcesdata": [{"name": "AdAway", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt", "frequency": "occasionally", "homeurl": "https://adaway.org/", "issues": "https://github.com/AdAway/AdAway/issues", "description": "AdAway is an open source ad blocker for Android using the hosts file."}, {"name": "add.2o7Net", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Dead", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Dead sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Risk", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Risk content sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "add.Spam", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spam sites based on http://www.hostsfile.org/hosts.html content."}, {"name": "Mitchell Krog's - Badd Boyz Hosts", "url": "https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts", "frequency": "weekly", "homeurl": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts", "issues": "https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues", "description": "Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers"}, {"name": "KADhosts", "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", "frequency": "frequently", "homeurl": "https://github.com/azet12/KADhosts", "issues": "https://github.com/azet12/KADhosts/issues", "description": "Fraud/adware/scam websites."}, {"name": "Laicure", "url": "https://raw.githubusercontent.com/Laicure/HostsY/master/custHost", "frequency": "occasional", "homeurl": "https://github.com/Laicure/HostsY", "issues": "https://github.com/Laicure/HostsY/issues", "description": ""}, {"name": "Malware Domain List", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt", "frequency": "weekly", "homeurl": "http://www.malwaredomainlist.com/", "issues": "http://www.malwaredomainlist.com/contact.php", "description": "Malware Domain List is a non-commercial community project."}, {"name": "MVPS hosts file", "url": "http://winhelp2002.mvps.org/hosts.txt", "frequency": "monthly", "homeurl": "http://winhelp2002.mvps.org/", "issues": "mailto:winhelp2002@gmail.com", "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file."}, {"name": "Dan Pollock \u2013 someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts", "frequency": "frequently", "homeurl": "http://someonewhocares.org/hosts/", "issues": "hosts@someonewhocares.org", "description": "How to make the internet not suck (as much)."}, {"name": "SpotifyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Spotify ads sources sites based on https://github.com/Xeroday/Spotify-Ad-Blocker content."}, {"name": "Steven Black's ad-hoc list", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", "frequency": "occasionally", "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", "issues": "https://github.com/StevenBlack/hosts/issues", "description": "Additional sketch domains as I come across them."}, {"name": "tyzbit", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts", "frequency": "rarely", "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", "issues": "", "description": "Microsoft tracking domains. A fork of this repo providing additional data."}, {"name": "UncheckyAds", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts", "frequency": "occasionally", "homeurl": "https://github.com/FadeMind/hosts.extras", "issues": "https://github.com/FadeMind/hosts.extras/issues", "description": "Windows installers ads sources sites based on https://unchecky.com/ content."}, {"name": "yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0", "frequency": "frequently", "homeurl": "https://pgl.yoyo.org/adservers/", "issues": "mailto:pgl@yoyo.org", "description": "Blocking with ad server and tracking server hostnames."}, {"name": "Fake News", "url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews", "frequency": "occasional", "homeurl": "https://github.com/marktron/fakenews", "issues": "https://github.com/marktron/fakenews/issues", "description": "An in-progress collection of fake news outlets."}], "location": "alternates/fakenews/", "entries": 36580}} \ No newline at end of file