Latest freshest host files.
authorSteven Black <redacted>
Sun, 21 May 2017 14:48:17 +0000 (10:48 -0400)
committerSteven Black <redacted>
Sun, 21 May 2017 14:48:17 +0000 (10:48 -0400)
33 files changed:
alternates/fakenews-gambling-porn-social/hosts
alternates/fakenews-gambling-porn-social/readme.md
alternates/fakenews-gambling-porn/hosts
alternates/fakenews-gambling-porn/readme.md
alternates/fakenews-gambling-social/hosts
alternates/fakenews-gambling-social/readme.md
alternates/fakenews-gambling/hosts
alternates/fakenews-gambling/readme.md
alternates/fakenews-porn-social/hosts
alternates/fakenews-porn-social/readme.md
alternates/fakenews-porn/hosts
alternates/fakenews-porn/readme.md
alternates/fakenews-social/hosts
alternates/fakenews-social/readme.md
alternates/fakenews/hosts
alternates/fakenews/readme.md
alternates/gambling-porn-social/hosts
alternates/gambling-porn-social/readme.md
alternates/gambling-porn/hosts
alternates/gambling-porn/readme.md
alternates/gambling-social/hosts
alternates/gambling-social/readme.md
alternates/gambling/hosts
alternates/gambling/readme.md
alternates/porn-social/hosts
alternates/porn-social/readme.md
alternates/porn/hosts
alternates/porn/readme.md
alternates/social/hosts
alternates/social/readme.md
hosts
readme.md
readmeData.json

index 3df539050aee341354ca9df263b2ce64819d7b9e..ad7b014b0417d31d8b11feb7770608b5757e2c2a 100644 (file)
@@ -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
 #
index 4313f6bb3a17d7580996e7d67c25beb5a483111c..565d00e768dd3b4c94caf884c514ef7f2a88ff0a 100644 (file)
@@ -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.
index 8ed10e4c8c588e9d1c3d17ea151adbeb59bbfcff..99d7c0cc7962c3baae096c2e6f026cc7ae418bbe 100644 (file)
@@ -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
 #
index a2ceeb9d01d0b669d8c4d9f39595615cdba8af9a..e8b74f4b18e564719e6e9343cf632ec93dc5b509 100644 (file)
@@ -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.
index 26dc09c50b012523e46b4ba85c3fff31780f4149..089e852b76a956b0be3ee564863d65eb1434c6ae 100644 (file)
@@ -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
 #
index 6dbc090ce22293c76ee8293b52c5027f6338fc3b..dfd958da79406c3acd1c76ba518ee837eca5967e 100644 (file)
@@ -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.
index b96e2987fae7dc04525829c8d9787e03c0877881..9bdccb657082a1ec7ee488ddc041657996ddce28 100644 (file)
@@ -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
 #
index 5e73f33f0fcf18ac274f36d21e5873a16034969c..f92a03daaaa95e161aae72ed164fe2cae8183eee 100644 (file)
@@ -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.
index 8d43b6c521af78ade8a7b011f0e593e5e1fb0afb..0ffab71e537591860e78360bf46e2179d3aa6977 100644 (file)
@@ -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
 #
index 87ae3289673233c98635503252bb42946dda0804..fc5db6183b9116d4ddfb2487c9784ede3d103812 100644 (file)
@@ -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.
index 8dd3147f638be7c50f7219f5a27fd2feb8092cd4..fd2332a2b23b0f928b716c8721b21551e001bd4e 100644 (file)
@@ -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
 #
index 9c776d0d9d858a4dab25098eb81a5f46a121dffc..e97aef6ad4c3e1250758e164e4c88c0b50eb61a3 100644 (file)
@@ -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.
index 4e781b18c30f1bf3d654d58e5f33966d789370d4..5d8ded8e138972f4edf6b4790ce74d620ea12421 100644 (file)
@@ -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
 #
index 3962076cf89edffb0e3babecb6bb90655dda51ee..5df41ce509a8bab1772ccdf290b787e03d2078c6 100644 (file)
@@ -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.
index aa50128569e69ea17fd4190b1e9d9e2adf1a4a14..a71c1b9abb282d353d77b8f7cfe2bffe5c09f1cc 100644 (file)
@@ -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
 #
index ee6237457086751fb4ee747dfe5de486475f6d5f..98830f52555e89dcecad5b3e1eee00e470cc1090 100644 (file)
@@ -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.
index 5f4cd6bfa6e2dc45c37d8f492999851a9920a7fb..6520960b76b4108ecc0a564c541d71f4de6821b6 100644 (file)
@@ -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
 #
index c6ce016ee7c09ebfa2050386550e901726114783..062aaec1ebdab9d2dd11507ddbea5b4deaeaf2cc 100644 (file)
@@ -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.
index 70b06bd2a3bed25558c91899315daba01e69a4d1..69c48b900a8fd96dcf2d79c38ccf2c847be811a7 100644 (file)
@@ -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
 #
index fe3aaecfbf5ede988c0db9f45ce71dd05d7ea5ec..15cdafc9872561baf390b3d8e80744b7e9569ef9 100644 (file)
@@ -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.
index 01d62e59fb3a67e821f8022d53a7f71a52c7fbcb..a4eac1de1a127db5a96da96e11623d788ccffca0 100644 (file)
@@ -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
 #
index 4fe034adc5d2d4b8842cef49ac7b4c37be06355c..ac206a3131fbb424d79c2a9dce48737eb1b1d7bb 100644 (file)
@@ -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.
index aedbdd62e1952f6cb4a9568cb124effe99eae36f..573c54e98ff6257c3d6a5cb7f6a474a7f43d5a2b 100644 (file)
@@ -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
 #
index 53dc5c754ffe7b65943833364aed2b44085b2a13..3d14c1b5f99352118f0ae1c21e9c251db093f831 100644 (file)
@@ -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.
index 5887cd4416bdb7a1f945eb16972c5256d2e74ea7..1849db082b82abe65b4b12b0a77dabf0c0ca1537 100644 (file)
@@ -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
 #
index cb1ef48aa3945b5103723d0ebc15d8a923487456..65d958053e0c104c14b4dd36c2ade96b1b5278d8 100644 (file)
@@ -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.
index c3e6f03dc7cf7045b79ec4c27ff9d8dd804455ad..2334c26f8d78bfd039963697cc0923b176638020 100644 (file)
@@ -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
 #
index 7e6e4cc838b65c053b96bf7f053bd6afd17ccd46..81802649c591ed3727f43c1dcbd71a8f302ec4ac 100644 (file)
@@ -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.
index bd6acd799f88d9479f036d6cda1df081c0ff02ea..d85a19abc0deed263dfefd4736031e0e519d92bd 100644 (file)
@@ -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
 #
index d0f631dcb859a62d4f9e7116603c1c3633ae3ab8..00db4640644960e91a3441d6efb989f1c276cae4 100644 (file)
@@ -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 a79ab77957f1b367040ca852b46b8d856c282b9e..4aa9d7fae3ce355b617ffcab783326a0ce7f2455 100644 (file)
--- 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
index 928590f453fff963601e38491f75a27022490824..378ea09436d4abe5746d6d2cb8ebeaaac4f61424 100644 (file)
--- 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.
index ed9657751a76333943f1cac6602cd11b7a7c7f24..299f182bd0954feb2ea984e9da09793d3976020a 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT