Compare commits

...
28 Commits
Author SHA1 Message Date
Steven Black 13f9433284 Release 3.6.7 2021-04-26 18:03:12 -04:00
Steven Black 560e40c1e5 Updates from URLHaus, and KADhost. 2021-04-26 18:00:29 -04:00
Steven Black 8804c324a2 Issue #1628: fix — re-add URLHaus. 2021-04-26 17:58:26 -04:00
Steven Black 023eb7faa7 Issue #1628: fix — parse out @ characters from lists. 2021-04-26 17:55:39 -04:00
Steven Black 2b167dcce8 Better name for is_valid_user_provided_domain_format. 2021-04-26 17:08:38 -04:00
Steven Black 1d515c1de3 Standardize the exclusionregexs symbol. 2021-04-26 16:39:07 -04:00
Steven Black f87007cc61 Release 3.6.6 2021-04-26 12:46:46 -04:00
Steven Black 0a022ab381 Updates from yoyo.org, digitalside.it, KADhosts, and Adguard. 2021-04-26 12:46:28 -04:00
Steven Black 783764d0b4 Issue #1628: fix — temporarily drop URLHaus due to formatting issues. 2021-04-26 12:44:06 -04:00
Steven Black 227c83fbdf Release 3.6.5 2021-04-24 12:03:02 -04:00
Steven Black 8c24637605 Updates from yoyo.org, URLHaus, someonewhocares.org, digitalside.it, orca.pet, KADhosts, hostsVN, Badd-Boyz, Adguard, and AdAway. 2021-04-24 12:02:39 -04:00
Steven Black 33823d682c Release 3.6.4 2021-04-19 23:49:08 -04:00
Steven Black e58b6f2cff Updates from sinfonietta, yoyo.org, URLHaus, someonewhocares.org, digitalside.it, orca.pet, KADHosts, hostsVN, Badd-Boyz, Adguard, and Adaway. 2021-04-19 23:48:24 -04:00
Steven Black c202dbda75 Release 3.6.3 2021-04-13 10:10:21 -04:00
Steven Black 3753195d75 Updates from yoyo.org, URLHaus, someonewhocares.org, digitalside.it, KADHosts, hostsVN, Badd-Boyz, and AdAway. 2021-04-13 10:09:39 -04:00
Steven Black cdbcd45689 Release 3.6.2 2021-04-09 13:23:30 -04:00
Steven Black 4dbe23da78 Updates from yoyo.org, URLHaus, someonewhocares.org, gigitalside.it, orca.pet, KADhosts, , Badd-Boyz, and AdAway. 2021-04-09 13:23:10 -04:00
Steven Black 358526ed78 Release 3.6.1 2021-04-04 21:14:48 -04:00
Steven Black 66a7f9b2c6 Updates from yoyo.org, URLHaus, someonewhocares.org, digitalside.it, orca.pet, KADhosts, Badd-Boyz, and AdAway. 2021-04-04 21:14:22 -04:00
Steven Black 777ffdea9d Issue #1591: Add domains from this issue. 2021-04-02 19:47:34 -04:00
Steven Black 65a12dcfa2 Release 3.6.0 2021-03-31 16:02:05 -04:00
Steven Black b7b29261db Updates from URLHaus, someonewhocares.org, shady-hosts, digitalside.it, KADhosts, hostsVN, Badd-Boyz, and AdAway. 2021-03-31 16:01:37 -04:00
Steven Black 2b29fa67b5 @StevenBlack Issue #1563: fix — add hosts file from AdguardTeam cname-trackers. 2021-03-31 15:58:36 -04:00
Steven Black 5f5db225c9 Issue #1563: fix — new data subfolder for AdguardTeam cname trackers 2021-03-31 15:56:04 -04:00
Steven Black 71a7b2be4a Merge pull request #1588 from funilrys/support-raw
Introduction of the support of RAW lines/sources
2021-03-31 15:45:00 -04:00
funilrys d3c34ed854 Add black recommended configuration. 2021-03-31 14:58:18 +02:00
funilrys 4b1a939668 Apply black+isort 2021-03-31 14:57:56 +02:00
funilrys 7971a0cbc9 Introduction of the support of RAW lines.
This patch fixes https://github.com/StevenBlack/hosts/issues/1563#issuecomment-810688754

Indeed, before this patch, the updater was not supporting a RAW (not
hosts) list of domains as input.

Changes:

    matches_exclusions():
        (new) Support for rule formatted as 'example.com' along with
              the pre-existing '0.0.0.0 example.com'.

    normalize_rule():
        (edit) Apply DRY.

        (new) Support the normalization of the rule formatted as
              'example.com' along with the pre-existing '0.0.0.0
              example.com'.

    strip_rule():
        (new) Complete rewrite in order to strip all possible lines.
2021-03-31 14:53:22 +02:00
52 changed files with 264857 additions and 59073 deletions
File diff suppressed because it is too large Load Diff
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* 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 101,738 entries.
* Last updated: **April 26 2021**.
* 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 113,444 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with fakenews, gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) containing 98,934 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with fakenews, gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) containing 110,640 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with fakenews, gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) containing 75,594 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with fakenews, gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) containing 87,291 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with fakenews, gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) containing 72,789 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with fakenews, gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) containing 84,486 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with fakenews, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) containing 99,357 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with fakenews, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) containing 111,062 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
+15530 -3470
View File
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with fakenews, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) containing 96,553 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with fakenews, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) containing 108,258 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with fakenews, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) containing 73,213 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with fakenews, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) containing 84,909 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
+15516 -3468
View File
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with fakenews extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) containing 70,408 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with fakenews extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) containing 82,104 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) containing 99,543 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) containing 111,249 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
+15531 -3470
View File
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) containing 96,739 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) containing 108,445 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) containing 73,399 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) containing 85,096 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
+15517 -3468
View File
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) containing 70,594 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) containing 82,291 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
+15530 -3470
View File
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) containing 97,162 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) containing 108,867 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
+15530 -3470
View File
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) containing 94,358 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) containing 106,063 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
+15516 -3468
View File
File diff suppressed because it is too large Load Diff
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) containing 71,018 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) containing 82,714 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
File diff suppressed because it is too large Load Diff
+9
View File
@@ -0,0 +1,9 @@
{
"name": "AdguardTeam cname trackers",
"description": "CNAME-cloaked tracking abuses.",
"homeurl": "https://github.com/AdguardTeam/cname-trackers",
"frequency": "occasionally",
"issues": "https://github.com/AdguardTeam/cname-trackers/issues",
"url": "https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt",
"license": "MIT"
}
+58 -10
View File
@@ -27,7 +27,7 @@
##### Version Information #
###################################################
### Version: V1.2021.03.8522
### Version: V1.2021.04.8571
##### Version Information ##
# Use this file to prevent your computer or server from connecting to selected
@@ -106,7 +106,6 @@
0.0.0.0 12u.info
0.0.0.0 12xhardcore.com
0.0.0.0 1314dh.com
0.0.0.0 1337crew.info
0.0.0.0 13453765871837679316.googlegroups.com
0.0.0.0 138shenbosbo.com
0.0.0.0 13tabs.com
@@ -117,7 +116,6 @@
0.0.0.0 16aq.cn
0.0.0.0 17chezhan.com
0.0.0.0 17youzi.com
0.0.0.0 1-800onlinecasino.com
0.0.0.0 18744.com
0.0.0.0 189-211-177-171.static.axtel.net
0.0.0.0 189zx.com
@@ -165,7 +163,6 @@
0.0.0.0 259572.com
0.0.0.0 271395.com
0.0.0.0 289931.com
0.0.0.0 2cam.nl
0.0.0.0 2daytrendingnews.com
0.0.0.0 2gay.net
0.0.0.0 2girls1cumshot.com
@@ -192,7 +189,6 @@
0.0.0.0 31seconds.net
0.0.0.0 34.gs
0.0.0.0 365locksmithsminneapolis.com
0.0.0.0 39bola.com
0.0.0.0 3am.info
0.0.0.0 3angelsvideo.com
0.0.0.0 3cloud.net
@@ -236,7 +232,6 @@
0.0.0.0 4realzed.com
0.0.0.0 4replicawatch.net
0.0.0.0 4takt-oel.de
0.0.0.0 4teacher.de
0.0.0.0 4th3d48.com
0.0.0.0 4u69.com
0.0.0.0 4ur.click
@@ -304,7 +299,6 @@
0.0.0.0 8streams.com
0.0.0.0 8ue9q7i.com
0.0.0.0 8xv8.com
0.0.0.0 90i.info
0.0.0.0 925.lt
0.0.0.0 94cdn.com
0.0.0.0 97fn1ej0.myutilitydomain.com
@@ -521,8 +515,8 @@
0.0.0.0 animal36.com
0.0.0.0 animalcum.net
0.0.0.0 animal-drawings.com
0.0.0.0 annotated802.site
0.0.0.0 anolysis.privacy.cliqz.com
0.0.0.0 answerzones.com
0.0.0.0 antcompany.com
0.0.0.0 anticodistretto.com
0.0.0.0 anticosm.com
@@ -530,7 +524,9 @@
0.0.0.0 apepix.com
0.0.0.0 aphrodisia01.free.fr
0.0.0.0 appyaviator.com
0.0.0.0 arsinvest.it
0.0.0.0 ashlynnbrookevideos.com
0.0.0.0 atfitreasonyou.live
0.0.0.0 aviodg.eu
0.0.0.0 avitocars.ru
0.0.0.0 avixxx.com
@@ -542,6 +538,7 @@
0.0.0.0 avpayments.com
0.0.0.0 avramstroy.ru
0.0.0.0 ayerbo.xhost.ro
0.0.0.0 azulerie.it
0.0.0.0 babsy.foreverhorny.com
0.0.0.0 babylyst.com
0.0.0.0 babywantsbling.com
@@ -558,7 +555,13 @@
0.0.0.0 backvids.com
0.0.0.0 bag.mobile.system.video.sms13.de
0.0.0.0 bagsonsale.online
0.0.0.0 barmillevani.it
0.0.0.0 beamfall.info
0.0.0.0 casaemily.it
0.0.0.0 casalespinazzella.it
0.0.0.0 cascinamolinodellapaglia.it
0.0.0.0 chalet-volpi.it
0.0.0.0 chithra629.site
0.0.0.0 cialisforsalecialiscostcye.com
0.0.0.0 cialismed.com
0.0.0.0 cialiswithoutadoctor.net
@@ -580,6 +583,7 @@
0.0.0.0 cingualr.com
0.0.0.0 collector-hpn.cliqz.com
0.0.0.0 collector.hpn.cliqz.com
0.0.0.0 comeisolarecasa.it
0.0.0.0 communisave.co.za
0.0.0.0 community.allhiphop.com
0.0.0.0 communitypetclinicmanteca.com
@@ -621,7 +625,14 @@
0.0.0.0 cs-gra.pl
0.0.0.0 csk.ru
0.0.0.0 cstrespsurvey.ca
0.0.0.0 damafinimmobiliare.it
0.0.0.0 distribuzionevolantinaggio.it
0.0.0.0 easymetal.it
0.0.0.0 ensinger964.site
0.0.0.0 enterprise327.site
0.0.0.0 eremogaudio.it
0.0.0.0 espritensemble.com
0.0.0.0 essereessenza.it
0.0.0.0 etemis.com
0.0.0.0 ethanslayton.com
0.0.0.0 ethan.wang
@@ -629,7 +640,6 @@
0.0.0.0 ethnicking.com
0.0.0.0 etisalatebill.net
0.0.0.0 etm-consult.de
0.0.0.0 etymonline.co
0.0.0.0 euadoroisso.com.br
0.0.0.0 eu-cookie-law.info
0.0.0.0 eupornstar.info
@@ -637,6 +647,7 @@
0.0.0.0 eurospanker.com
0.0.0.0 eurovisions.free.fr
0.0.0.0 eu-survey.com
0.0.0.0 evaporator558.site
0.0.0.0 event-tracking.com
0.0.0.0 everestclick.com
0.0.0.0 every-day.net
@@ -658,9 +669,13 @@
0.0.0.0 familyholiday.ml
0.0.0.0 familyhomefinance.com.au
0.0.0.0 famir.com
0.0.0.0 farmafit.it
0.0.0.0 fd1.eye.to
0.0.0.0 fd2.eye.to
0.0.0.0 fd4.eye.to
0.0.0.0 ferser.it
0.0.0.0 fincert.it
0.0.0.0 foone.com.br
0.0.0.0 freedomart.cz
0.0.0.0 free-gay.de
0.0.0.0 freegayporn.biz
@@ -674,6 +689,8 @@
0.0.0.0 freehostservers.com
0.0.0.0 freeindiangals.com
0.0.0.0 freeuploader.ml
0.0.0.0 futurouomo.it
0.0.0.0 fxadviceformeandyou.com
0.0.0.0 fx.gtop.ro
0.0.0.0 girlporn.ru
0.0.0.0 globetrotting-culture.ru
@@ -689,13 +706,13 @@
0.0.0.0 goforexvps.com
0.0.0.0 gofun.info
0.0.0.0 go-gal.com
0.0.0.0 gommoneusato.it
0.0.0.0 gotporn.info
0.0.0.0 gotwebsite1.com
0.0.0.0 gov.yanao.ru
0.0.0.0 grabbersex.com
0.0.0.0 grabraeuber.de
0.0.0.0 gracecore.com
0.0.0.0 grafit.pl
0.0.0.0 gratis-sexkontakte.com
0.0.0.0 gratis.sms.senden.sms13.de
0.0.0.0 gratisweb.com
@@ -710,6 +727,8 @@
0.0.0.0 greatpussies.com
0.0.0.0 greatsexcontent.dk
0.0.0.0 greatsimplicity.com
0.0.0.0 gustomagro.it
0.0.0.0 habanerotaqueria.it
0.0.0.0 hallohaus.co
0.0.0.0 hmuana.com
0.0.0.0 hpn-collector.cliqz.com
@@ -736,6 +755,7 @@
0.0.0.0 hut1.ru
0.0.0.0 hvd-store.com
0.0.0.0 h-villamotel.com
0.0.0.0 hybridization809.site
0.0.0.0 hybrid.ru
0.0.0.0 hydropneuengg.com
0.0.0.0 hydropump.su
@@ -773,21 +793,49 @@
0.0.0.0 imageprostyle-communication.fr
0.0.0.0 imap.dpsl.net
0.0.0.0 indetiske.ya.ru
0.0.0.0 infogiovanialtopavese.it
0.0.0.0 informazionicoronavirus.it
0.0.0.0 inleadership.co.nz
0.0.0.0 installer892.site
0.0.0.0 kartlab.it
0.0.0.0 laanchoa.it
0.0.0.0 lacasadialicedesenzano.it
0.0.0.0 ladsblue.com
0.0.0.0 library.cowley.edu
0.0.0.0 live1powerlife.com
0.0.0.0 maincert.com
0.0.0.0 maltipoo883.site
0.0.0.0 manufacta-italia.it
0.0.0.0 matureporno.info
0.0.0.0 maxtek.it
0.0.0.0 maxxisproduct.com
0.0.0.0 nerodavolasicilia.it
0.0.0.0 nobuomo.it
0.0.0.0 nottepad-plus-plus.org
0.0.0.0 nucleolus980.site
0.0.0.0 physical309.site
0.0.0.0 picura.it
0.0.0.0 plasmid904.site
0.0.0.0 prizesforyou.com
0.0.0.0 prizesfu74.life
0.0.0.0 progettazione-integrata.it
0.0.0.0 ristorante53.it
0.0.0.0 ristorantebiri.it
0.0.0.0 ristoranteilmedioevo.it
0.0.0.0 rosafondente.it
0.0.0.0 sala5.it
0.0.0.0 sitononraggiungibile.it
0.0.0.0 solidmaker.it
0.0.0.0 spacebridemag.com
0.0.0.0 spl63.fr
0.0.0.0 ssl.eroscomix.com
0.0.0.0 starebenesipuo.it
0.0.0.0 stats.cliqz.com
0.0.0.0 subplots341.site
0.0.0.0 superior400.site
0.0.0.0 tigustolanostracucina.it
0.0.0.0 townhousefilms.com
0.0.0.0 utopia-privacy.com
0.0.0.0 yuarra.pluto.ro
0.0.0.0 yunque.pluto.ro
# END HOSTS LIST ### DO NOT EDIT THIS LINE AT ALL ###
+2725 -2592
View File
File diff suppressed because it is too large Load Diff
+33
View File
@@ -3059,3 +3059,36 @@
0.0.0.0 mvideo.facilitategovernor.com
0.0.0.0 ns1.facilitategovernor.com
0.0.0.0 www.facilitategovernor.com
# Added April 2, 2021
0.0.0.0 p.vtracy.de
0.0.0.0 www.asadcdn.com
0.0.0.0 adstax-cdn.adrtx.net
0.0.0.0 lmyd3iz3qn.kameleoon.eu
0.0.0.0 logs1407.xiti.com
0.0.0.0 s400.mxcdn.net
0.0.0.0 lb7.s400.meetrics.net
0.0.0.0 lb70.s400.meetrics.net
0.0.0.0 lb73.s400.meetrics.net
0.0.0.0 lb74.s400.meetrics.net
0.0.0.0 lb79.s400.meetrics.net
0.0.0.0 pdw-usr.userreport.com
0.0.0.0 eu-tlp04.kameleoon.eu
0.0.0.0 eu-tlp06.kameleoon.eu
0.0.0.0 eu-tlp07.kameleoon.eu
0.0.0.0 lb5.s400.meetrics.net
0.0.0.0 lb9.s400.meetrics.net
0.0.0.0 lb13.s400.meetrics.net
0.0.0.0 lb30.s400.meetrics.net
0.0.0.0 lb49.s400.meetrics.net
0.0.0.0 lb50.s400.meetrics.net
0.0.0.0 lb62.s400.meetrics.net
0.0.0.0 lb76.s400.meetrics.net
0.0.0.0 lb78.s400.meetrics.net
0.0.0.0 lb86.s400.meetrics.net
0.0.0.0 lb90.s400.meetrics.net
0.0.0.0 lb96.s400.meetrics.net
0.0.0.0 bls.adalliance.io
0.0.0.0 traffic.emsservice.de
0.0.0.0 static.emsservice.de
0.0.0.0 te.technical-service.net
+267 -324
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -1,9 +1,9 @@
{
"name": "URLHaus",
"description": "A project from [abuse.ch](https://abuse.ch/) with the goal of sharing malicious URLs.",
"homeurl": "https://urlhaus.abuse.ch/",
"frequency": "weekly",
"issues": "mailto:cosntacptamem@abuse.ch",
"url": "https://urlhaus.abuse.ch/downloads/hostfile/",
"license": "CC0"
}
"name": "URLHaus",
"description": "A project from [abuse.ch](https://abuse.ch/) with the goal of sharing malicious URLs.",
"homeurl": "https://urlhaus.abuse.ch/",
"frequency": "weekly",
"issues": "mailto:cosntacptamem@abuse.ch",
"url": "https://urlhaus.abuse.ch/downloads/hostfile/",
"license": "CC0"
}
+270 -44
View File
@@ -34,6 +34,7 @@
# [1rx.io]
127.0.0.1 sync.1rx.io
127.0.0.1 tag.1rx.io
# [206ads.com]
127.0.0.1 s.206ads.com
@@ -86,6 +87,9 @@
127.0.0.1 us-west-eb2.3lift.com
127.0.0.1 us-west-tlx.3lift.com
# [404mobi.com]
127.0.0.1 404mobi.com
# [4dsply.com]
127.0.0.1 4dsply.com
@@ -95,6 +99,9 @@
127.0.0.1 device.4seeresults.com
127.0.0.1 replaycontroller.4seeresults.com
# [51ginkgo.com]
127.0.0.1 51ginkgo.com
# [5rocks.io]
127.0.0.1 www.5rocks.io
@@ -913,9 +920,6 @@
# [adreactor.com]
127.0.0.1 adserver.adreactor.com
# [adrise.tv]
127.0.0.1 s.adrise.tv
# [adroll.com]
127.0.0.1 adroll.com
127.0.0.1 adx-winners-ap-southeast-1-rtb.adroll.com
@@ -1596,6 +1600,9 @@
# [afftrack.com]
127.0.0.1 fizzylabs.afftrack.com
# [aflink.com]
127.0.0.1 app.aflink.com
# [afsanalytics.com]
127.0.0.1 code.afsanalytics.com
127.0.0.1 new.afsanalytics.com
@@ -1745,6 +1752,7 @@
127.0.0.1 ds-aksb-a.akamaihd.net
127.0.0.1 inmobisdk-a.akamaihd.net
127.0.0.1 middycdn-a.akamaihd.net
127.0.0.1 snappytvpoc-vh.akamaihd.net
127.0.0.1 supersonicads-a.akamaihd.net
# [akamaized.net]
@@ -1899,6 +1907,7 @@
127.0.0.1 fls-fe.amazon.sg
# [amazonaws.com]
127.0.0.1 kinesis.ap-southeast-1.amazonaws.com
127.0.0.1 ads-api-new-2052271615.ap-northeast-1.elb.amazonaws.com
127.0.0.1 adserver-1277986481.ap-northeast-1.elb.amazonaws.com
127.0.0.1 adserver-vpc-alb-0-649637586.ap-northeast-1.elb.amazonaws.com
@@ -1969,6 +1978,8 @@
127.0.0.1 nativead.s3.amazonaws.com
127.0.0.1 surveygizmobeacon.s3.amazonaws.com
127.0.0.1 later-analytics-reports.s3-accelerate.amazonaws.com
127.0.0.1 upload-tutelawest.s3-accelerate.amazonaws.com
127.0.0.1 bin5y4muil.execute-api.us-east-1.amazonaws.com
127.0.0.1 mobileanalytics.us-east-1.amazonaws.com
# [amazonsilk.com]
@@ -2242,8 +2253,11 @@
127.0.0.1 iadsdk.apple.com
127.0.0.1 ca.iadsdk.apple.com
127.0.0.1 cf.iadsdk.apple.com
127.0.0.1 news.iadsdk.apple.com
127.0.0.1 su.iadsdk.apple.com
127.0.0.1 tr.iadsdk.apple.com
127.0.0.1 ut.iadsdk.apple.com
127.0.0.1 www.iadsdk.apple.com
127.0.0.1 banners.itunes.apple.com
# [applicaster.com]
@@ -2442,6 +2456,9 @@
127.0.0.1 eu-srv.apptornado.com
127.0.0.1 sdk-b.apptornado.com
# [apptrackerlink.com]
127.0.0.1 tracking.apptrackerlink.com
# [apptrk.io]
127.0.0.1 c.apptrk.io
@@ -2497,6 +2514,12 @@
127.0.0.1 sprint-srs-appopen.asapp.com
127.0.0.1 verizon.asapp.com
# [aspireclicks.com]
127.0.0.1 images.aspireclicks.com
# [aswpsdkus.com]
127.0.0.1 aswpsdkus.com
# [atdmt.com]
127.0.0.1 ad.atdmt.com
127.0.0.1 static.ad.atdmt.com
@@ -2645,6 +2668,10 @@
127.0.0.1 b2c.com
127.0.0.1 api.b2c.com
# [babelstreet.com]
127.0.0.1 matomoprod.babelstreet.com
127.0.0.1 mobileapi.babelstreet.com
# [baidu.com]
127.0.0.1 adm.baidu.com
127.0.0.1 afd.baidu.com
@@ -2778,6 +2805,9 @@
127.0.0.1 t.beanstalkdata.com
127.0.0.1 t2.beanstalkdata.com
# [bearclod.com]
127.0.0.1 alb.bearclod.com
# [bee7.com]
127.0.0.1 api.bee7.com
127.0.0.1 api-proxy.bee7.com
@@ -2966,6 +2996,9 @@
127.0.0.1 hosting-source.bm23.com
127.0.0.1 incoming.bm23.com
# [bnc.lt]
127.0.0.1 bnc.lt
# [bnmla.com]
127.0.0.1 bnmla.com
@@ -2994,6 +3027,9 @@
127.0.0.1 pixel.bounceexchange.com
127.0.0.1 tag.bounceexchange.com
# [brafton.com]
127.0.0.1 atlantisjs.brafton.com
# [brainient.com]
127.0.0.1 brainient.com
127.0.0.1 tag.brainient.com
@@ -3091,6 +3127,9 @@
# [brightcove.com]
127.0.0.1 metrics.brightcove.com
# [britepool.com]
127.0.0.1 cdn.britepool.com
# [browsiprod.com]
127.0.0.1 events.browsiprod.com
127.0.0.1 yield-manager.browsiprod.com
@@ -3102,6 +3141,9 @@
127.0.0.1 cdn.bskarn.com
127.0.0.1 loc.bskarn.com
# [btloader.com]
127.0.0.1 btloader.com
# [btncdn.com]
127.0.0.1 web.btncdn.com
@@ -3358,6 +3400,9 @@
# [clean.gg]
127.0.0.1 i.clean.gg
# [cleverjp.com]
127.0.0.1 net.cleverjp.com
# [clevernt.com]
127.0.0.1 report.clevernt.com
127.0.0.1 sender.clevernt.com
@@ -3453,6 +3498,12 @@
# [cloudflarebolt.com]
127.0.0.1 metrics.cloudflarebolt.com
# [cloudflareinsights.com]
127.0.0.1 static.cloudflareinsights.com
# [cloudfunctions.net]
127.0.0.1 us-central1-production-242307.cloudfunctions.net
# [cloudmobi.net]
127.0.0.1 cloudmobi.net
127.0.0.1 api.cloudmobi.net
@@ -3477,12 +3528,6 @@
127.0.0.1 appconfig.cmgdigital.com
127.0.0.1 cmgfeeds.cmgdigital.com
# [cmtelematics.com]
127.0.0.1 mobile.cmtelematics.com
127.0.0.1 mobile-dssf-prod.cmtelematics.com
127.0.0.1 mobile-log.cmtelematics.com
127.0.0.1 mobile-log-dssf-prod.cmtelematics.com
# [cn.com]
127.0.0.1 id1.cn.com
@@ -3525,6 +3570,9 @@
# [collabollc.com]
127.0.0.1 sdk.collabollc.com
# [colossusssp.com]
127.0.0.1 colossusssp.com
# [commander1.com]
127.0.0.1 engage.commander1.com
127.0.0.1 mytheresa.commander1.com
@@ -3536,6 +3584,10 @@
127.0.0.1 api.company-target.com
127.0.0.1 segments.company-target.com
# [complementics.com]
127.0.0.1 complementics.com
127.0.0.1 sdk-as.complementics.com
# [comscore.com]
127.0.0.1 mymetrix.comscore.com
127.0.0.1 siterecruit.comscore.com
@@ -3735,6 +3787,7 @@
127.0.0.1 firebase-settings.crashlytics.com
127.0.0.1 reports.crashlytics.com
127.0.0.1 settings.crashlytics.com
127.0.0.1 update.crashlytics.com
# [crazyegg.com]
127.0.0.1 sample-api-v2.crazyegg.com
@@ -3950,6 +4003,9 @@
# [crowdtwist.com]
127.0.0.1 resources.crowdtwist.com
# [crownpeak.com]
127.0.0.1 snippet.omm.crownpeak.com
# [crsspxl.com]
127.0.0.1 tag.crsspxl.com
@@ -3963,6 +4019,7 @@
127.0.0.1 cszz.ru
# [cuebiq.com]
127.0.0.1 cuebiq.com
127.0.0.1 in.cuebiq.com
# [customer.io]
@@ -4129,6 +4186,7 @@
# [demdex.net]
127.0.0.1 demdex.net
127.0.0.1 americanairlines.demdex.net
127.0.0.1 audible.demdex.net
127.0.0.1 bestbuy.demdex.net
127.0.0.1 condenast.demdex.net
127.0.0.1 dickssportinggoods.demdex.net
@@ -4218,6 +4276,9 @@
127.0.0.1 cdn.districtm.io
127.0.0.1 dmx.districtm.io
# [dive.games]
127.0.0.1 analytics.ens.dive.games
# [divvit.com]
127.0.0.1 tag.divvit.com
@@ -4232,8 +4293,8 @@
127.0.0.1 ads.dofunapps.com
127.0.0.1 sdk.dofunapps.com
# [doglobal.net]
127.0.0.1 m-motu.doglobal.net
# [domainforlite.com]
127.0.0.1 ti.domainforlite.com
# [domdex.com]
127.0.0.1 t.domdex.com
@@ -4435,6 +4496,7 @@
127.0.0.1 ff.doubleclick.net
127.0.0.1 fls.doubleclick.net
127.0.0.1 3243857.fls.doubleclick.net
127.0.0.1 8272590.fls.doubleclick.net
127.0.0.1 adx.g.doubleclick.net
127.0.0.1 bid.g.doubleclick.net
127.0.0.1 cm.g.doubleclick.net
@@ -4837,6 +4899,7 @@
# [elephantdata.net]
127.0.0.1 elephantdata.net
127.0.0.1 udata.elephantdata.net
# [emporis.com]
127.0.0.1 static.emporis.com
@@ -5029,8 +5092,6 @@
# [fbcdn.net]
127.0.0.1 sonar-iad.xx.fbcdn.net
127.0.0.1 video-dfw5-1.xx.fbcdn.net
127.0.0.1 video-dfw5-2.xx.fbcdn.net
# [fc2.com]
127.0.0.1 affiliate.fc2.com
@@ -5193,6 +5254,12 @@
# [freegeoip.net]
127.0.0.1 freegeoip.net
# [ftstats.com]
127.0.0.1 c.ftstats.com
# [funheroic.com]
127.0.0.1 dat.funheroic.com
# [funshion.com]
127.0.0.1 pub.funshion.com
@@ -5255,13 +5322,13 @@
# [gamecircus.com]
127.0.0.1 crosspromo-cdn.gamecircus.com
# [gamehouse.com]
127.0.0.1 gamehouse.com
# [gameloft.com]
127.0.0.1 igp06.gameloft.com
127.0.0.1 ingameads.gameloft.com
# [gamemonetize.com]
127.0.0.1 html5.gamemonetize.com
# [gameofwhales.com]
127.0.0.1 api.gameofwhales.com
@@ -5555,6 +5622,11 @@
# [gu-web.net]
127.0.0.1 phar.gu-web.net
# [guardianapps.co.uk]
127.0.0.1 guardianapps.co.uk
127.0.0.1 nextgen.guardianapps.co.uk
127.0.0.1 api.nextgen.guardianapps.co.uk
# [gumgum.com]
127.0.0.1 gumgum.com
127.0.0.1 aba.gumgum.com
@@ -5601,6 +5673,9 @@
127.0.0.1 sdk.hansel.io
127.0.0.1 ujm.hansel.io
# [hanstrackr.com]
127.0.0.1 hanstrackr.com
# [hapyak.com]
127.0.0.1 analytics-production.hapyak.com
@@ -5669,6 +5744,9 @@
# [hgonline.net]
127.0.0.1 cdn-cf-hc-banners.hgonline.net
# [hiconversion.com]
127.0.0.1 h30-deploy.hiconversion.com
# [hiido.com]
127.0.0.1 cdn.hiido.com
127.0.0.1 config.hiido.com
@@ -5802,6 +5880,9 @@
127.0.0.1 collector.tealeaf.ibmcloud.com
127.0.0.1 uscollector.tealeaf.ibmcloud.com
# [icecyber.org]
127.0.0.1 stable.icecyber.org
# [iclickyou.com]
127.0.0.1 iclickyou.com
@@ -5998,9 +6079,15 @@
127.0.0.1 messaging.influencemobile.com
127.0.0.1 targeting.influencemobile.com
# [influenster.com]
127.0.0.1 image.influenster.com
# [informatm.com]
127.0.0.1 images.informatm.com
# [infourl.net]
127.0.0.1 i151125.infourl.net
# [infra.systems]
127.0.0.1 studcat.infra.systems
@@ -6217,6 +6304,12 @@
127.0.0.1 sync.intentiq.com
127.0.0.1 sync1.intentiq.com
# [intercom.io]
127.0.0.1 mobile-sdk-api.intercom.io
# [intercomcdn.com]
127.0.0.1 js.intercomcdn.com
# [intergi.com]
127.0.0.1 cdn.intergi.com
@@ -6668,7 +6761,6 @@
# [ktplay.com]
127.0.0.1 dataapi.ktplay.com
127.0.0.1 dwimg.ktplay.com
127.0.0.1 track.ktplay.com
# [ktxtr.com]
@@ -6695,6 +6787,9 @@
# [lanistaads.com]
127.0.0.1 api.lanistaads.com
# [largosoft.co.kr]
127.0.0.1 largosoft.co.kr
# [launch1.co]
127.0.0.1 launch1.co
@@ -7036,6 +7131,9 @@
# [lucidmedia.com]
127.0.0.1 user.lucidmedia.com
# [luckyforworlds.com]
127.0.0.1 lg.luckyforworlds.com
# [luminati.io]
127.0.0.1 clientsdk.luminati.io
@@ -7457,6 +7555,9 @@
127.0.0.1 chanalytics.merchantadvantage.com
127.0.0.1 secure.merchantadvantage.com
# [meredithcorp.io]
127.0.0.1 imagesvc.meredithcorp.io
# [metadsp.co.uk]
127.0.0.1 ipw.metadsp.co.uk
@@ -7544,9 +7645,7 @@
# [microsoft.com]
127.0.0.1 bingads.microsoft.com
127.0.0.1 advertise.bingads.microsoft.com
127.0.0.1 mobile.events.data.microsoft.com
127.0.0.1 self.events.data.microsoft.com
127.0.0.1 vortex.data.microsoft.com
127.0.0.1 si.bingads.microsoft.com
# [midasplayer.com]
127.0.0.1 adtrack1.midasplayer.com
@@ -7557,8 +7656,15 @@
# [minimob.com]
127.0.0.1 minimob.com
# [minute.ly]
127.0.0.1 apv-launcher.minute.ly
127.0.0.1 snippet.minute.ly
# [miui.com]
127.0.0.1 tracking.india.miui.com
127.0.0.1 sa.api.intl.miui.com
127.0.0.1 tracking.intl.miui.com
127.0.0.1 tracking.rus.miui.com
127.0.0.1 api.sec.miui.com
127.0.0.1 logupdate.avlyun.sec.miui.com
127.0.0.1 tracking.miui.com
@@ -8082,6 +8188,9 @@
# [motus.com]
127.0.0.1 mobileapi.motus.com
# [mousebirdconsulting.com]
127.0.0.1 analytics.mousebirdconsulting.com
# [moz.com]
127.0.0.1 analytics.moz.com
127.0.0.1 mozbar.moz.com
@@ -8120,6 +8229,8 @@
127.0.0.1 a.ads2.msn.com
127.0.0.1 mobileads.msn.com
127.0.0.1 rads.msn.com
127.0.0.1 srtb.msn.com
127.0.0.1 superapp.msn.com
# [msstatic.com]
127.0.0.1 sdkconf.msstatic.com
@@ -8159,6 +8270,9 @@
127.0.0.1 ads.mp.mydas.mobi
127.0.0.1 androidsdk.ads.mp.mydas.mobi
# [myendpoint.io]
127.0.0.1 api.myendpoint.io
# [myinstashot.com]
127.0.0.1 ad.myinstashot.com
@@ -8197,6 +8311,9 @@
127.0.0.1 api.nanigans.com
127.0.0.1 cdn.nanigans.com
# [narrativ.com]
127.0.0.1 static.narrativ.com
# [narrative.io]
127.0.0.1 io.narrative.io
@@ -8296,6 +8413,9 @@
127.0.0.1 mobile-crash-origin.newrelic.com
127.0.0.1 staging-insights-collector.newrelic.com
# [newscgp.com]
127.0.0.1 us.tags.newscgp.com
# [nex8.net]
127.0.0.1 nex8.net
127.0.0.1 cs.nex8.net
@@ -8356,6 +8476,9 @@
# [nmcdn.us]
127.0.0.1 nmcdn.us
# [nodle.io]
127.0.0.1 dev.nodle.io
# [nordcurrent.com]
127.0.0.1 ads.nordcurrent.com
@@ -8456,12 +8579,15 @@
127.0.0.1 hulu.hb.omtrdc.net
127.0.0.1 allstate.sc.omtrdc.net
127.0.0.1 audible.sc.omtrdc.net
127.0.0.1 philipslighting.d3.sc.omtrdc.net
127.0.0.1 dsg.sc.omtrdc.net
127.0.0.1 abcnews.tt.omtrdc.net
127.0.0.1 allstate.tt.omtrdc.net
127.0.0.1 audible.tt.omtrdc.net
127.0.0.1 cdn.tt.omtrdc.net
127.0.0.1 consumerinfo.tt.omtrdc.net
127.0.0.1 fcanafta.tt.omtrdc.net
127.0.0.1 foxnews.tt.omtrdc.net
127.0.0.1 mboxedge17.tt.omtrdc.net
127.0.0.1 mboxedge28.tt.omtrdc.net
127.0.0.1 southwestairlines.tt.omtrdc.net
@@ -8481,8 +8607,12 @@
127.0.0.1 tracking.onefeed.co.uk
# [onelink.me]
127.0.0.1 onelink.me
127.0.0.1 snssdk1233.onelink.me
# [onelnk.com]
127.0.0.1 onelnk.com
# [onelouder.com]
127.0.0.1 ads-au.onelouder.com
127.0.0.1 advrts.onelouder.com
@@ -8637,6 +8767,7 @@
127.0.0.1 farlex-d.openx.net
127.0.0.1 firstimpression-d.openx.net
127.0.0.1 forumcomm-d.openx.net
127.0.0.1 foxnews-d.openx.net
127.0.0.1 fptadtrue-d.openx.net
127.0.0.1 freepik-d.openx.net
127.0.0.1 freestar-d.openx.net
@@ -8973,6 +9104,9 @@
127.0.0.1 a.optnmstr.com
127.0.0.1 api.optnmstr.com
# [ordergroove.com]
127.0.0.1 static.ordergroove.com
# [otherlevels.com]
127.0.0.1 otherlevels.com
127.0.0.1 api.otherlevels.com
@@ -9047,6 +9181,9 @@
# [outlookmobile.com]
127.0.0.1 prod-collecticon.outlookmobile.com
# [owebanalytics.com]
127.0.0.1 cdn.owebanalytics.com
# [owneriq.net]
127.0.0.1 bidder.owneriq.net
127.0.0.1 lbnyj2.bidder.owneriq.net
@@ -9060,6 +9197,9 @@
127.0.0.1 widget.secure.ownlocal.com
127.0.0.1 snowplow.ownlocal.com
# [p-n.io]
127.0.0.1 cdn.p-n.io
# [padsdel.com]
127.0.0.1 padsdel.com
@@ -9079,6 +9219,9 @@
# [pandora.com]
127.0.0.1 adserver.pandora.com
# [pardot.com]
127.0.0.1 pi.pardot.com
# [parrable.com]
127.0.0.1 parrable.com
127.0.0.1 h.parrable.com
@@ -9140,6 +9283,12 @@
# [period-calendar.com]
127.0.0.1 ad.period-calendar.com
# [perk0mean.com]
127.0.0.1 secure.perk0mean.com
# [permutive.app]
127.0.0.1 af89dacd-4aec-4ac1-9d52-2a66ce5e4fb5.edge.permutive.app
# [permutive.com]
127.0.0.1 permutive.com
127.0.0.1 amp.permutive.com
@@ -9154,6 +9303,7 @@
127.0.0.1 pmc.amp.permutive.com
127.0.0.1 vox.amp.permutive.com
127.0.0.1 api.permutive.com
127.0.0.1 cdn.permutive.com
# [persona.ly]
127.0.0.1 persona.ly
@@ -9361,6 +9511,9 @@
# [prebid.org]
127.0.0.1 currency.prebid.org
# [predic.io]
127.0.0.1 sdk.predic.io
# [premiumads.com.br]
127.0.0.1 tags.premiumads.com.br
@@ -9404,8 +9557,11 @@
# [pricespider.com]
127.0.0.1 track.pricespider.com
# [privacy-center.org]
127.0.0.1 sdk.privacy-center.org
# [prinit.net]
127.0.0.1 schemea.prinit.net
# [privacytrck.com]
127.0.0.1 static.privacytrck.com
# [privy.com]
127.0.0.1 privy.com
@@ -9415,6 +9571,9 @@
# [prmtracking.com]
127.0.0.1 tracking.prmtracking.com
# [prmutv.co]
127.0.0.1 af89dacd-4aec-4ac1-9d52-2a66ce5e4fb5.prmutv.co
# [pro-market.net]
127.0.0.1 ads.pro-market.net
@@ -9442,6 +9601,9 @@
127.0.0.1 promo.propellerads.com
127.0.0.1 publishers.propellerads.com
# [proper.io]
127.0.0.1 global.proper.io
# [proximabeta.com]
127.0.0.1 gsdk.proximabeta.com
127.0.0.1 cloud.gsdk.proximabeta.com
@@ -9487,6 +9649,7 @@
127.0.0.1 image6.pubmatic.com
127.0.0.1 image8.pubmatic.com
127.0.0.1 openbid.pubmatic.com
127.0.0.1 ow.pubmatic.com
127.0.0.1 t.update.rose.pubmatic.com
127.0.0.1 showads.pubmatic.com
127.0.0.1 showads-sg.pubmatic.com
@@ -9576,6 +9739,9 @@
# [pxlad.io]
127.0.0.1 api.pxlad.io
# [pythonexample.com]
127.0.0.1 api.pythonexample.com
# [qccoccocmedia.vn]
127.0.0.1 qccoccocmedia.vn
@@ -9641,6 +9807,9 @@
127.0.0.1 log.wtlogin.qq.com
127.0.0.1 ysdk.qq.com
# [qualtrics.com]
127.0.0.1 siteintercept.qualtrics.com
# [quantcount.com]
127.0.0.1 quantcount.com
127.0.0.1 assets.quantcount.com
@@ -9654,6 +9823,7 @@
# [quantserve.com]
127.0.0.1 2kpixel.quantserve.com
127.0.0.1 cms.quantserve.com
127.0.0.1 edge.quantserve.com
127.0.0.1 exch.quantserve.com
127.0.0.1 pixel.quantserve.com
127.0.0.1 px.quantserve.com
@@ -9741,15 +9911,9 @@
# [redshell.io]
127.0.0.1 api.redshell.io
# [redtram.com]
127.0.0.1 redtram.com
# [reembed.com]
127.0.0.1 ads.reembed.com
# [registeridm.com]
127.0.0.1 registeridm.com
# [reklamstore.com]
127.0.0.1 adserver.reklamstore.com
@@ -9863,6 +10027,7 @@
# [rkdms.com]
127.0.0.1 mid.rkdms.com
127.0.0.1 id.sv.rkdms.com
# [rlcdn.com]
127.0.0.1 rlcdn.com
@@ -9903,6 +10068,9 @@
# [roximity.com]
127.0.0.1 app.roximity.com
# [rpxnow.com]
127.0.0.1 widget-cdn.rpxnow.com
# [rqmob.com]
127.0.0.1 adconf.rqmob.com
127.0.0.1 adcs.rqmob.com
@@ -10025,16 +10193,9 @@
127.0.0.1 aws-api.sail-personalize.com
# [sailthru.com]
127.0.0.1 ak.sailthru.com
127.0.0.1 api.sailthru.com
127.0.0.1 cb.sailthru.com
127.0.0.1 cdn.sailthru.com
127.0.0.1 condenast-a.sailthru.com
127.0.0.1 condenast-b.sailthru.com
127.0.0.1 ha-link.sailthru.com
127.0.0.1 horizon.sailthru.com
127.0.0.1 media.sailthru.com
127.0.0.1 njmta-173.sailthru.com
# [salesforce.com]
127.0.0.1 beacon.my.salesforce.com
@@ -10364,6 +10525,9 @@
127.0.0.1 emarketing.sina.com.cn
127.0.0.1 sbeacon.sina.com.cn
# [sinaapp.com]
127.0.0.1 pubstatus.sinaapp.com
# [sinajs.cn]
127.0.0.1 newspush.sinajs.cn
@@ -10501,6 +10665,14 @@
127.0.0.1 stats.sxp.smartclip.net
127.0.0.1 sync.sxp.smartclip.net
# [smartechmetrics.com]
127.0.0.1 api.smartechmetrics.com
# [smarterhq.io]
127.0.0.1 global.smarterhq.io
127.0.0.1 onsiteshq.smarterhq.io
127.0.0.1 tr2.smarterhq.io
# [smartnews-ads.com]
127.0.0.1 cdn.smartnews-ads.com
127.0.0.1 conf.smartnews-ads.com
@@ -10515,6 +10687,9 @@
127.0.0.1 api.smbeat.jp
127.0.0.1 control.smbeat.jp
# [snackly.co]
127.0.0.1 counter.snackly.co
# [snapads.com]
127.0.0.1 snapads.com
127.0.0.1 adserver.snapads.com
@@ -10856,15 +11031,6 @@
127.0.0.1 filev4.subiz.com
127.0.0.1 static.subiz.com
# [sumologic.com]
127.0.0.1 collection.sumologic.com
127.0.0.1 endpoint2.collection.sumologic.com
127.0.0.1 collectors.sumologic.com
127.0.0.1 us2.sumologic.com
127.0.0.1 collection.us2.sumologic.com
127.0.0.1 endpoint1.collection.us2.sumologic.com
127.0.0.1 collectors.us2.sumologic.com
# [sumome.com]
127.0.0.1 sumome.com
127.0.0.1 load.sumome.com
@@ -11023,6 +11189,9 @@
# [synergy-e.com]
127.0.0.1 banner.synergy-e.com
# [systemlog.me]
127.0.0.1 n.systemlog.me
# [tabmo.io]
127.0.0.1 events.tabmo.io
@@ -11335,6 +11504,10 @@
127.0.0.1 visitor-service-eu-west-1.tealiumiq.com
127.0.0.1 visitor-service-us-east-1.tealiumiq.com
# [technoratimedia.com]
127.0.0.1 ad-cdn.technoratimedia.com
127.0.0.1 prebid.technoratimedia.com
# [ted.com]
127.0.0.1 error-collector.ted.com
127.0.0.1 metrics.ted.com
@@ -11353,6 +11526,9 @@
# [tenjin.io]
127.0.0.1 track.tenjin.io
# [teragence.net]
127.0.0.1 control.teragence.net
# [terraclicks.com]
127.0.0.1 terraclicks.com
@@ -11394,6 +11570,9 @@
# [thrtle.com]
127.0.0.1 thrtle.com
# [thunup.com]
127.0.0.1 apd1.thunup.com
# [tigertext.me]
127.0.0.1 sdk.tigertext.me
@@ -11413,6 +11592,10 @@
# [tiqcdn.com]
127.0.0.1 tags.tiqcdn.com
# [tllms.com]
127.0.0.1 api.tllms.com
127.0.0.1 marketing.tllms.com
# [tnkfactory.com]
127.0.0.1 tnkfactory.com
127.0.0.1 ap.tnkfactory.com
@@ -11435,6 +11618,7 @@
# [topaz-analytics.com]
127.0.0.1 android-com-fungames-blockcraft.topaz-analytics.com
127.0.0.1 android-com-fungames-sniper3d.topaz-analytics.com
127.0.0.1 android-com-tfgco-games-sports-free-tennis-clash.topaz-analytics.com
127.0.0.1 android-com-wildlife-games-battle-royale-free-zooba.topaz-analytics.com
127.0.0.1 playtest-api.topaz-analytics.com
127.0.0.1 push-api.topaz-analytics.com
@@ -11477,6 +11661,12 @@
# [traktum.com]
127.0.0.1 traktum.com
# [trckingbyte.com]
127.0.0.1 static.trckingbyte.com
# [trckpath.com]
127.0.0.1 static.trckpath.com
# [treasuredata.com]
127.0.0.1 in.treasuredata.com
127.0.0.1 cdp.in.treasuredata.com
@@ -11587,6 +11777,8 @@
# [trnox.com]
127.0.0.1 tracking.trnox.com
127.0.0.1 tracking-3-9f58.trnox.com
127.0.0.1 trcakingapp.trnox.com
# [tru.am]
127.0.0.1 beacon.tru.am
@@ -11604,6 +11796,10 @@
# [truste.com]
127.0.0.1 choices.truste.com
# [tsyndicate.com]
127.0.0.1 cdn.tsyndicate.com
127.0.0.1 lcdn.tsyndicate.com
# [ttpsdk.info]
127.0.0.1 gateway.ttpsdk.info
127.0.0.1 promo-images.ttpsdk.info
@@ -12242,6 +12438,12 @@
# [voodoo.io]
127.0.0.1 crosspromo.voodoo.io
# [vox-cdn.com]
127.0.0.1 concertads-configs.vox-cdn.com
# [voxmedia.com]
127.0.0.1 optimize-stats.voxmedia.com
# [vpadn.com]
127.0.0.1 dailymotion-cs.vpadn.com
127.0.0.1 ids-dmp.vpadn.com
@@ -12311,10 +12513,17 @@
# [wappier.com]
127.0.0.1 sdk.wappier.com
127.0.0.1 wizzogames-sdk.wappier.com
# [wapstart.ru]
127.0.0.1 wapstart.ru
# [warnlog.com]
127.0.0.1 apd1.warnlog.com
# [watchingthat.net]
127.0.0.1 cdn.watchingthat.net
# [waust.at]
127.0.0.1 waust.at
@@ -12394,6 +12603,10 @@
# [wigetmedia.com]
127.0.0.1 wigetmedia.com
# [wildlifestudios.com]
127.0.0.1 cads.wildlifestudios.com
127.0.0.1 exchange.wildlifestudios.com
# [wildtangent.com]
127.0.0.1 analytics.wildtangent.com
127.0.0.1 mobile.analytics.wildtangent.com
@@ -12401,6 +12614,9 @@
# [winudf.com]
127.0.0.1 tracker.winudf.com
# [wirelessregistry.com]
127.0.0.1 pie.wirelessregistry.com
# [wlanbanlv.com]
127.0.0.1 opensdk.wlanbanlv.com
@@ -12478,15 +12694,22 @@
127.0.0.1 resources.xg4ken.com
127.0.0.1 services.xg4ken.com
# [xhamster.com]
127.0.0.1 collector.xhamster.com
# [xiaomi.com]
127.0.0.1 api.ad.xiaomi.com
127.0.0.1 log.ad.xiaomi.com
127.0.0.1 sdkconfig.ad.xiaomi.com
127.0.0.1 track.ad.xiaomi.com
127.0.0.1 zeus.ad.xiaomi.com
127.0.0.1 data.mistat.india.xiaomi.com
127.0.0.1 api.ad.intl.xiaomi.com
127.0.0.1 diagnosis.ad.intl.xiaomi.com
127.0.0.1 sdkconfig.ad.intl.xiaomi.com
127.0.0.1 zeus.ad.intl.xiaomi.com
127.0.0.1 data.mistat.intl.xiaomi.com
127.0.0.1 data.mistat.rus.xiaomi.com
# [xiaoying.co]
127.0.0.1 ad-sdk.altamob.xiaoying.co
@@ -12579,6 +12802,9 @@
# [yemonisoni.com]
127.0.0.1 yemonisoni.com
# [yeshen.com]
127.0.0.1 bi.yeshen.com
# [yhmapi.com]
127.0.0.1 ppsdk.yhmapi.com
+19 -14
View File
@@ -1,7 +1,7 @@
# Title: hostsVN
# Last modified: 27 Mar 2021 15:42 UTC+7
# Version: 2103271542
# Blocked: 1,770 domains
# Last modified: 22 Apr 2021 15:44 UTC+7
# Version: 2104221544
# Blocked: 1,776 domains
# Only include advertisers in Vietnam
# Homepage: https://bigdargon.github.io/hostsVN/
# GitHub: https://github.com/bigdargon/hostsVN
@@ -17,10 +17,12 @@
0.0.0.0 log.adtimaserver.vn
0.0.0.0 media.adtimaserver.vn
0.0.0.0 media.org.adtimaserver.vn
0.0.0.0 staging.api.adtimaserver.vn
0.0.0.0 static.adtimaserver.vn
0.0.0.0 static2.adtimaserver.vn
0.0.0.0 stream.adtimaserver.vn
0.0.0.0 stream.org.adtimaserver.vn
0.0.0.0 web.api.adtimaserver.vn
#[eclick]
0.0.0.0 admin.iad.eclick.vn
0.0.0.0 analytics.eclick.vn
@@ -525,7 +527,6 @@
0.0.0.0 za.zalo.me
#[zaloapp.com]
0.0.0.0 ads.zaloapp.com
0.0.0.0 centralized.zaloapp.com
0.0.0.0 log.api.zaloapp.com
0.0.0.0 log.o2o.service.zaloapp.com
0.0.0.0 photo-ads.zaloapp.com
@@ -562,6 +563,7 @@
0.0.0.0 zplayer-trk.zdn.vn
#[zapps.vn]
0.0.0.0 analytics.zapps.vn
0.0.0.0 jslog.zapps.vn
0.0.0.0 tracking.api.media.zapps.vn
0.0.0.0 zplayer.trk.zapps.vn
#[yomedia]
@@ -767,16 +769,6 @@
0.0.0.0 static.adsota.com
0.0.0.0 track.adsota.com
0.0.0.0 www.adsota.com
#[masoffer.net]
0.0.0.0 api.app.masoffer.net
0.0.0.0 app.masoffer.net
0.0.0.0 cdn.masoffer.net
0.0.0.0 img.masoffer.net
0.0.0.0 m.masoffer.net
0.0.0.0 masoffer.net
0.0.0.0 static.masoffer.net
0.0.0.0 tr.masoffer.net
0.0.0.0 www.masoffer.net
#[autoads.asia]
0.0.0.0 alpha2.autoads.asia
0.0.0.0 alphaapi.autoads.asia
@@ -1606,6 +1598,7 @@
0.0.0.0 bluemaulpuffs.com
0.0.0.0 boxpr.aiservice.vn
0.0.0.0 cdn-ads.thesaigontimes.vn
0.0.0.0 cdn-bongdadem-net.cdn.ampproject.org
0.0.0.0 cdn.bongdadem.net
0.0.0.0 cdn2.cache.vn
0.0.0.0 cdnasset.dantri.com.vn
@@ -1741,6 +1734,7 @@
0.0.0.0 analytics.vnpt.vn
0.0.0.0 analytics.vnreview.vn
0.0.0.0 api.ozui.vn
0.0.0.0 apiv2.tiin.vn
0.0.0.0 apl.headlines.pw
0.0.0.0 app.hstatic.net
0.0.0.0 app.sbz.workers.dev
@@ -1782,6 +1776,7 @@
0.0.0.0 log.baonghean.vn
0.0.0.0 log.baophapluat.vn
0.0.0.0 log.batdongsan.com.vn
0.0.0.0 log.beecost.com
0.0.0.0 log.beecost.vn
0.0.0.0 log.daidoanket.vn
0.0.0.0 log.dantocmiennui.vn
@@ -1837,6 +1832,7 @@
0.0.0.0 newlog.daidoanket.vn
0.0.0.0 nstat.headlines.pw
0.0.0.0 report.vnay.vn
0.0.0.0 rsyslog.24h.com.vn
0.0.0.0 s.baomoi.xdn.vn
0.0.0.0 s.homedy.com
0.0.0.0 s.kenh14.vn
@@ -1847,6 +1843,7 @@
0.0.0.0 smetrics.kone.vn
0.0.0.0 st-a.vtvdigital.vn
0.0.0.0 stat.headlines.pw
0.0.0.0 static.masoffer.net
0.0.0.0 staticad.thethao247.vn
0.0.0.0 statis.dsp.vn
0.0.0.0 statistic.batdongsan.com.vn
@@ -1881,6 +1878,7 @@
0.0.0.0 tracker.phunuvagiadinh.vn
0.0.0.0 tracker.tintucvietnam.vn
0.0.0.0 tracker.vanlong.stream
0.0.0.0 tracking-amp.vnexpress.net
0.0.0.0 tracking.appwifi.com
0.0.0.0 tracking.dantri.com.vn
0.0.0.0 tracking.fado.vn
@@ -1911,12 +1909,19 @@
0.0.0.0 zlog.zingmp3.vn
# --- Block scamVN ---
0.0.0.0 bloodleian.club
0.0.0.0 bluvenie.com
0.0.0.0 byonlym.com
0.0.0.0 celerantatters.com
0.0.0.0 cettiarl.com
0.0.0.0 drakeesh.com
0.0.0.0 hashearog.com
0.0.0.0 irduwhojas.ga
0.0.0.0 kaurroot.com
0.0.0.0 larpollicwilli.club
0.0.0.0 rituationscardb.info
0.0.0.0 sacchaeleduk.com
0.0.0.0 smilitygorb.club
0.0.0.0 tammenaa.com
0.0.0.0 ucesreferre.club
# --- Block popupVN ---
0.0.0.0 h6o2z0pwx5ja7dwxn0wx4fhv7mp0qoladm8vj6do4h1c6gja8evrn6g5fixk.me
+153 -1
View File
@@ -3,7 +3,7 @@
# Homepage: https://orca.pet/notonmyshift/
# Licence: https://orca.pet/#license
# Expires: 4h
# Last update: 2021-03-23T15:26:39Z
# Last update: 2021-04-23T17:36:26Z
# === PHISING ===
# These filters block pages that are not yet blocked by Google Safe Search
@@ -228,25 +228,42 @@
0.0.0.0 www.42sf.net
0.0.0.0 51tunan.com
0.0.0.0 www.51tunan.com
0.0.0.0 814.net.cn
0.0.0.0 www.814.net.cn
0.0.0.0 84blog.xyz
0.0.0.0 www.84blog.xyz
0.0.0.0 918kiss.newworld88.com
0.0.0.0 99bkx.com
0.0.0.0 www.99bkx.com
0.0.0.0 Suaibsan.id
0.0.0.0 abbysfabricsandaccessories.com
0.0.0.0 www.abbysfabricsandaccessories.com
0.0.0.0 abris-spa.info
0.0.0.0 www.abris-spa.info
0.0.0.0 abris-spa.net
0.0.0.0 www.abris-spa.net
0.0.0.0 acdgte.com
0.0.0.0 www.acdgte.com
0.0.0.0 advicevideoline.com
0.0.0.0 www.advicevideoline.com
0.0.0.0 afedgh.org
0.0.0.0 www.afedgh.org
0.0.0.0 aiceltravel.com
0.0.0.0 www.aiceltravel.com
0.0.0.0 ailnoir.com
0.0.0.0 www.ailnoir.com
0.0.0.0 akhbaar.pk
0.0.0.0 www.akhbaar.pk
0.0.0.0 alercehistorico.cl
0.0.0.0 www.alercehistorico.cl
0.0.0.0 allfordn.com
0.0.0.0 www.allfordn.com
0.0.0.0 amirapache.ir
0.0.0.0 www.amirapache.ir
0.0.0.0 amzstudy.com
0.0.0.0 www.amzstudy.com
0.0.0.0 app-maasdam.nl
0.0.0.0 www.app-maasdam.nl
0.0.0.0 app.crconsultoriacontable.com
0.0.0.0 appulse.de
0.0.0.0 www.appulse.de
@@ -255,6 +272,8 @@
0.0.0.0 arisannafarms.com
0.0.0.0 www.arisannafarms.com
0.0.0.0 asfand.fahadmarketing.com
0.0.0.0 avericstech.com
0.0.0.0 www.avericstech.com
0.0.0.0 b2bpipe.cn
0.0.0.0 www.b2bpipe.cn
0.0.0.0 bamperbolspb.ru
@@ -270,12 +289,16 @@
0.0.0.0 blog.sidmach.com
0.0.0.0 bnbaccess.eu
0.0.0.0 www.bnbaccess.eu
0.0.0.0 bocahmlaku.com
0.0.0.0 www.bocahmlaku.com
0.0.0.0 botiktoranj.ir
0.0.0.0 www.botiktoranj.ir
0.0.0.0 bu-farzanegan2.ir
0.0.0.0 www.bu-farzanegan2.ir
0.0.0.0 bubblesballoons.ie
0.0.0.0 www.bubblesballoons.ie
0.0.0.0 calibreelectronics.com
0.0.0.0 www.calibreelectronics.com
0.0.0.0 cancervants.org
0.0.0.0 www.cancervants.org
0.0.0.0 caneuk.org
@@ -299,11 +322,16 @@
0.0.0.0 www.celestinfreinet.mx
0.0.0.0 cgassociates.pk
0.0.0.0 www.cgassociates.pk
0.0.0.0 chengtouji.com
0.0.0.0 www.chengtouji.com
0.0.0.0 cityzero.com
0.0.0.0 www.cityzero.com
0.0.0.0 clarionindiaventures.in
0.0.0.0 www.clarionindiaventures.in
0.0.0.0 clickedgesolutions.com
0.0.0.0 www.clickedgesolutions.com
0.0.0.0 clone.app.home-cost.com
0.0.0.0 cms.chillhop.com
0.0.0.0 comptoncymru.com
0.0.0.0 www.comptoncymru.com
0.0.0.0 contornosdesign.pt
@@ -319,12 +347,22 @@
0.0.0.0 www.defencelover.in
0.0.0.0 defensalaboralpablocarrasco.cl
0.0.0.0 www.defensalaboralpablocarrasco.cl
0.0.0.0 dentallearning.net
0.0.0.0 www.dentallearning.net
0.0.0.0 dentech.pl
0.0.0.0 www.dentech.pl
0.0.0.0 dexil.ru
0.0.0.0 www.dexil.ru
0.0.0.0 dgeneration.in
0.0.0.0 www.dgeneration.in
0.0.0.0 divam.ir
0.0.0.0 www.divam.ir
0.0.0.0 donichenko.com
0.0.0.0 www.donichenko.com
0.0.0.0 easymatchprediction.com
0.0.0.0 www.easymatchprediction.com
0.0.0.0 elisakwin.com
0.0.0.0 www.elisakwin.com
0.0.0.0 erfolgsmuslim.de
0.0.0.0 www.erfolgsmuslim.de
0.0.0.0 escuelaargentina.cl
@@ -334,10 +372,14 @@
0.0.0.0 eurosystemsrl.eu
0.0.0.0 www.eurosystemsrl.eu
0.0.0.0 events.playakasha.com
0.0.0.0 fairycandy.love
0.0.0.0 www.fairycandy.love
0.0.0.0 fallenjewellery.com
0.0.0.0 www.fallenjewellery.com
0.0.0.0 feelmore.site
0.0.0.0 www.feelmore.site
0.0.0.0 fixmydeal.in
0.0.0.0 www.fixmydeal.in
0.0.0.0 foodforsoul.hk
0.0.0.0 www.foodforsoul.hk
0.0.0.0 fraternitykerala.org
@@ -352,6 +394,10 @@
0.0.0.0 www.gardendeur.site
0.0.0.0 garveylibertyhall.com
0.0.0.0 www.garveylibertyhall.com
0.0.0.0 gbaraspoken.com
0.0.0.0 www.gbaraspoken.com
0.0.0.0 gcisolutions.cl
0.0.0.0 www.gcisolutions.cl
0.0.0.0 geeklevi.com
0.0.0.0 www.geeklevi.com
0.0.0.0 geomage.com
@@ -372,8 +418,12 @@
0.0.0.0 www.habulex.com
0.0.0.0 hackersweb.org
0.0.0.0 www.hackersweb.org
0.0.0.0 hassotheek.be
0.0.0.0 www.hassotheek.be
0.0.0.0 hatyailandscape.com
0.0.0.0 www.hatyailandscape.com
0.0.0.0 hiyang.com.tw
0.0.0.0 www.hiyang.com.tw
0.0.0.0 hmsounds.com.br
0.0.0.0 www.hmsounds.com.br
0.0.0.0 hnacare.objectsdev.com
@@ -383,12 +433,18 @@
0.0.0.0 www.hongqiqujiu.com
0.0.0.0 iagbr.com
0.0.0.0 www.iagbr.com
0.0.0.0 ibcp.cz
0.0.0.0 www.ibcp.cz
0.0.0.0 impresario.co.in
0.0.0.0 www.impresario.co.in
0.0.0.0 imrt.ac.in
0.0.0.0 www.imrt.ac.in
0.0.0.0 industrial-land.vn
0.0.0.0 www.industrial-land.vn
0.0.0.0 informationmania.in
0.0.0.0 www.informationmania.in
0.0.0.0 interieurarchitect-maasdam.nl
0.0.0.0 www.interieurarchitect-maasdam.nl
0.0.0.0 jiaosuba.cn
0.0.0.0 www.jiaosuba.cn
0.0.0.0 joliveer.com
@@ -397,6 +453,10 @@
0.0.0.0 www.juanmedina.cl
0.0.0.0 justparty.com.br
0.0.0.0 www.justparty.com.br
0.0.0.0 jxtcbz.cn
0.0.0.0 www.jxtcbz.cn
0.0.0.0 ketq.site
0.0.0.0 www.ketq.site
0.0.0.0 kidimy.org
0.0.0.0 www.kidimy.org
0.0.0.0 klinikmetamorf.com
@@ -405,6 +465,10 @@
0.0.0.0 www.kmtks.org.tw
0.0.0.0 kspromocional.com.br
0.0.0.0 www.kspromocional.com.br
0.0.0.0 labelle.om
0.0.0.0 www.labelle.om
0.0.0.0 laloorna.com
0.0.0.0 www.laloorna.com
0.0.0.0 latesttechnologyz.com
0.0.0.0 www.latesttechnologyz.com
0.0.0.0 loanglide.com
@@ -417,6 +481,8 @@
0.0.0.0 www.magicboximportados.com.br
0.0.0.0 mahigifts.com
0.0.0.0 www.mahigifts.com
0.0.0.0 maphandbook.com
0.0.0.0 www.maphandbook.com
0.0.0.0 marincr.com
0.0.0.0 www.marincr.com
0.0.0.0 mevlutacik.com.tr
@@ -431,6 +497,8 @@
0.0.0.0 www.mouwz.nl
0.0.0.0 mucc.com.au
0.0.0.0 www.mucc.com.au
0.0.0.0 mydiatec.top
0.0.0.0 www.mydiatec.top
0.0.0.0 myphamnganbinh.com
0.0.0.0 www.myphamnganbinh.com
0.0.0.0 nagarsethji.com
@@ -439,6 +507,8 @@
0.0.0.0 www.najlepszeterapie.pl
0.0.0.0 namayastore.ir
0.0.0.0 www.namayastore.ir
0.0.0.0 naomiterner.com
0.0.0.0 www.naomiterner.com
0.0.0.0 nbkangxi.com
0.0.0.0 www.nbkangxi.com
0.0.0.0 nectartrust.org.uk
@@ -449,14 +519,24 @@
0.0.0.0 www.nextgearup.com
0.0.0.0 nguen.net
0.0.0.0 www.nguen.net
0.0.0.0 nicolyn.art
0.0.0.0 www.nicolyn.art
0.0.0.0 njzmfcls.com
0.0.0.0 www.njzmfcls.com
0.0.0.0 nogdec.com
0.0.0.0 www.nogdec.com
0.0.0.0 noibaivilinh.com
0.0.0.0 www.noibaivilinh.com
0.0.0.0 novuseducationgroup.co.uk
0.0.0.0 www.novuseducationgroup.co.uk
0.0.0.0 nqtxk.com
0.0.0.0 www.nqtxk.com
0.0.0.0 onlinern.com.br
0.0.0.0 www.onlinern.com.br
0.0.0.0 onyxinfocom.com
0.0.0.0 www.onyxinfocom.com
0.0.0.0 oticasviavisaojoinville.com.br
0.0.0.0 www.oticasviavisaojoinville.com.br
0.0.0.0 parikhinfosolutions.in
0.0.0.0 www.parikhinfosolutions.in
0.0.0.0 pastark.am
@@ -469,15 +549,23 @@
0.0.0.0 www.persianwoodkitchen.com
0.0.0.0 pizza-cordial.fr
0.0.0.0 www.pizza-cordial.fr
0.0.0.0 planetdisinfect.com
0.0.0.0 www.planetdisinfect.com
0.0.0.0 pmb.akprind.ac.id
0.0.0.0 pornvillla.com
0.0.0.0 www.pornvillla.com
0.0.0.0 pospoint.be
0.0.0.0 www.pospoint.be
0.0.0.0 productcatalog.cn
0.0.0.0 www.productcatalog.cn
0.0.0.0 psspine.org
0.0.0.0 www.psspine.org
0.0.0.0 publicidadorl.com
0.0.0.0 www.publicidadorl.com
0.0.0.0 redlog.cl
0.0.0.0 www.redlog.cl
0.0.0.0 redprocesal.org
0.0.0.0 www.redprocesal.org
0.0.0.0 rees.games
0.0.0.0 www.rees.games
0.0.0.0 rishipes.co.nz
@@ -490,18 +578,26 @@
0.0.0.0 www.runyixs.com
0.0.0.0 ryansa.com
0.0.0.0 www.ryansa.com
0.0.0.0 saltandwater.de
0.0.0.0 www.saltandwater.de
0.0.0.0 sekolahalmunasemarang.sch.id
0.0.0.0 www.sekolahalmunasemarang.sch.id
0.0.0.0 share-bnb.com
0.0.0.0 www.share-bnb.com
0.0.0.0 shopbakula.in
0.0.0.0 www.shopbakula.in
0.0.0.0 sky-scout.com
0.0.0.0 www.sky-scout.com
0.0.0.0 slimitoys.com
0.0.0.0 www.slimitoys.com
0.0.0.0 sm-projekt.si
0.0.0.0 www.sm-projekt.si
0.0.0.0 smcsme.com
0.0.0.0 www.smcsme.com
0.0.0.0 smecom.it
0.0.0.0 www.smecom.it
0.0.0.0 soawr-test.org
0.0.0.0 www.soawr-test.org
0.0.0.0 socialfact.in
0.0.0.0 www.socialfact.in
0.0.0.0 soundwavesprodjs.com
@@ -510,6 +606,8 @@
0.0.0.0 www.sourmet.com
0.0.0.0 spave.com.pk
0.0.0.0 www.spave.com.pk
0.0.0.0 subtletg.com
0.0.0.0 www.subtletg.com
0.0.0.0 superztechnoz.com
0.0.0.0 www.superztechnoz.com
0.0.0.0 suurvend.ee
@@ -518,13 +616,21 @@
0.0.0.0 www.synoviz.com
0.0.0.0 tacloban.gov.ph
0.0.0.0 www.tacloban.gov.ph
0.0.0.0 tbwysx.cn
0.0.0.0 www.tbwysx.cn
0.0.0.0 teamder.org
0.0.0.0 www.teamder.org
0.0.0.0 testargames.cl
0.0.0.0 www.testargames.cl
0.0.0.0 thaircy.redcross.or.th
0.0.0.0 thandiphotography.com
0.0.0.0 www.thandiphotography.com
0.0.0.0 theastrosaga.com
0.0.0.0 www.theastrosaga.com
0.0.0.0 therakshinproject.org
0.0.0.0 www.therakshinproject.org
0.0.0.0 thietbisukiengiare.vn
0.0.0.0 www.thietbisukiengiare.vn
0.0.0.0 thietkelq.com
0.0.0.0 www.thietkelq.com
0.0.0.0 thozhilvarthalatest.com
@@ -533,10 +639,14 @@
0.0.0.0 www.toanthaybac.com
0.0.0.0 todayfortomorrow.in
0.0.0.0 www.todayfortomorrow.in
0.0.0.0 tomorrow-channel.com
0.0.0.0 www.tomorrow-channel.com
0.0.0.0 topblackfridaydealz.com
0.0.0.0 www.topblackfridaydealz.com
0.0.0.0 trashstation.com
0.0.0.0 www.trashstation.com
0.0.0.0 tringotv.com
0.0.0.0 www.tringotv.com
0.0.0.0 tubies.com
0.0.0.0 www.tubies.com
0.0.0.0 tuyennvtb.com
@@ -553,6 +663,8 @@
0.0.0.0 www.visotka.in
0.0.0.0 vladimirherzog.org
0.0.0.0 www.vladimirherzog.org
0.0.0.0 vyvoacademy.com
0.0.0.0 www.vyvoacademy.com
0.0.0.0 weboyal.com
0.0.0.0 www.weboyal.com
0.0.0.0 wonderfulgov.com
@@ -565,10 +677,14 @@
0.0.0.0 www.wsw.cool
0.0.0.0 xn--thvitstore-c7a.com
0.0.0.0 www.xn--thvitstore-c7a.com
0.0.0.0 yadaksiklet.ir
0.0.0.0 www.yadaksiklet.ir
0.0.0.0 ylem222.com
0.0.0.0 www.ylem222.com
0.0.0.0 yuanant.com
0.0.0.0 www.yuanant.com
0.0.0.0 zhshang.top
0.0.0.0 www.zhshang.top
# 2021-03-02 Fedex phishing, manual domains
0.0.0.0 s.update.fbsbx.com
@@ -576,16 +692,46 @@
# 2021-03-09 Royalmail phising
# - https://royaimaii.com/schedule-delivery/?GV656872065GB
# - https://royalmaii.co/schedule-delivery/?GV673798065GB
0.0.0.0 royaimaii.com
0.0.0.0 www.royaimaii.com
0.0.0.0 royalmaii.co
0.0.0.0 www.royalmaii.co
# 2021-03-18 DHL phishing, received via email
# - https://piesescuter.eu/webservice/track/DHL-EXPRESS/my-shopping-cart.php?client=H7PV3OD48RB5YZJM2EXQNSILWT1CFA0KUG69
# - https://fabyboutique.com/Tls_Newsletters_News
# - https://sgtranstour.com/wp-content/grade/DHL.php
0.0.0.0 piesescuter.eu
0.0.0.0 www.piesescuter.eu
0.0.0.0 fabyboutique.com
0.0.0.0 www.fabyboutique.com
0.0.0.0 sgtranstour.com
0.0.0.0 www.sgtranstour.com
# 2021-04-16 Chronopost phising
# - https://www.airsoftgunbcm.com/Tls_Newsletters
# - https://www.haltegourmande.com/Tls_Newsletters_Offers
# - https://iberweb-12a.ibername.com
# - https://chronopost-taxe-de-douane.fr.mktcor.com.br
0.0.0.0 iberweb-12a.ibername.com
0.0.0.0 chronopost-taxe-de-douane.fr.mktcor.com.br
0.0.0.0 airsoftgunbcm.com
0.0.0.0 www.airsoftgunbcm.com
0.0.0.0 haltegourmande.com
0.0.0.0 www.haltegourmande.com
0.0.0.0 ibername.com
0.0.0.0 www.ibername.com
0.0.0.0 mktcor.com.br
0.0.0.0 www.mktcor.com.br
# 2021-04-23 ING phising
# - https://cpdsalerno.com/re
# - https://www.gruppoemotion.net/ng/ji/ing-es/
0.0.0.0 cpdsalerno.com
0.0.0.0 www.cpdsalerno.com
0.0.0.0 gruppoemotion.net
0.0.0.0 www.gruppoemotion.net
# === SCAMS ===
# These filters block pages which are known to scam people for money or gift cards
@@ -3253,3 +3399,9 @@
# 2020-05-21 Minecraft telemetry
0.0.0.0 minecraftprod.rtep.msgamestudios.com
# 2021-04-06 tweakers.net telemetry
# - https://fbc.wcfbc.net/v1/fbc
0.0.0.0 fbc.wcfbc.net
0.0.0.0 wcfbc.net
0.0.0.0 www.wcfbc.net
+48 -202
View File
@@ -7,209 +7,55 @@
# PGP fingerprint: 0B4C F801 E8FF E9A3 A602 D2C7 9C36 93B2 30B3 1BDA #
# Every link reported should be considered harmefull and should #
# result in an unwanted malware download. Use this file carrefully #
# Generated at: 2021-03-28 08:07:53 #
# Generated at: 2021-04-26 08:05:20 #
#######################################################################
0.0.0.0 8402d53c-17e9-4250-8011-20f28f5d404f.certbooster.com
0.0.0.0 99centsdigitals.com
0.0.0.0 absupplies.co.uk
0.0.0.0 aciabogados.com
0.0.0.0 activateyourdiscount.com
0.0.0.0 adamridley.co.uk
0.0.0.0 agmcarpetcare.co.uk
0.0.0.0 aiqtest.com
0.0.0.0 akauk09.top
0.0.0.0 akivj07.top
0.0.0.0 akpgi08.top
0.0.0.0 akqdw02.top
0.0.0.0 akrvt04.top
0.0.0.0 akwer03.top
0.0.0.0 algreenstdykelveskbg.dns.army
0.0.0.0 alltheway.travel
0.0.0.0 amamontajes.com
0.0.0.0 aras.iuc.ac
0.0.0.0 aretywer.xyz
0.0.0.0 australiafashions.com
0.0.0.0 ayamallah.com
0.0.0.0 balealgodon.mx
0.0.0.0 ballpro.xyz
0.0.0.0 becomingalphamale.com
0.0.0.0 belcineloweek.ru
0.0.0.0 bolnicaloznica.rs
0.0.0.0 brendanquine.com
0.0.0.0 buckeyesecurity.net
0.0.0.0 buenavista.co
0.0.0.0 butikyasi.ir
0.0.0.0 buypropertyfast.com
0.0.0.0 callingfilefromthehostmsofficedocument.mangospot.net
0.0.0.0 camillewynnmusic.stars.bz
0.0.0.0 campusvirtual.cepsanjuanbosco.net.pe
0.0.0.0 cashtunel.com
0.0.0.0 changeyourmindset.info
0.0.0.0 chappals.pk
0.0.0.0 clim34000.fr
0.0.0.0 contributeindustry.com
0.0.0.0 controladoradeplagasmm.com
0.0.0.0 corporativos.com.co
0.0.0.0 cubrebocasenpuebla.com.mx
0.0.0.0 cyberworldsolution.com
0.0.0.0 dev-interestingtech.pantheonsite.io
0.0.0.0 dgroup.rs
0.0.0.0 digitalassets.ams3.digitaloceanspaces.com
0.0.0.0 discoveroureurope.eu
0.0.0.0 dl-link.link
0.0.0.0 dl-link.live
0.0.0.0 down.kuronekoyamato-dqag.top
0.0.0.0 down.kuronekoyamato-dwag.top
0.0.0.0 down.kuronekoyamato-dwa.top
0.0.0.0 down.postch-bsw.top
0.0.0.0 down.posti-fi-fjb.top
0.0.0.0 down.posti-fi-fjq.top
0.0.0.0 down.posti-fi-fjs.top
0.0.0.0 down.posti-fi-fsa.top
0.0.0.0 down.posti-fi-fwa.top
0.0.0.0 drohnenscout.de
0.0.0.0 drrohanfonseca.com
0.0.0.0 duckrambo.com
0.0.0.0 eandgdesign.com.ng
0.0.0.0 elliot.newreadermedia.net
0.0.0.0 enem.techdados.com.br
0.0.0.0 enkonooh.com
0.0.0.0 equitaslawchambers.com
0.0.0.0 escola.probommar.org.br
0.0.0.0 evidencemarketing.ca
0.0.0.0 falconrefrigeration.in
0.0.0.0 fate3.xyz
0.0.0.0 filmotainment.com
0.0.0.0 gainme.xyz
0.0.0.0 garayvidalabogados.com
0.0.0.0 garciadogshow.com
0.0.0.0 gilliem.com
0.0.0.0 gmtransformationacademy.com
0.0.0.0 gossip-candy.stars.bz
0.0.0.0 hafizsaleem.com
0.0.0.0 hgperformance.com.mx
0.0.0.0 huequito.evencsoft.co
0.0.0.0 humrosegroup.com
0.0.0.0 husamiyahschool.com
0.0.0.0 ibgreenstdyventurexb.dns.army
0.0.0.0 indianoci.co.uk
0.0.0.0 innatosbrand.com
0.0.0.0 intertex.com.ng
0.0.0.0 issmbour.falllo.com
0.0.0.0 jamesjorgensen.newreadermedia.net
0.0.0.0 jktnet.xyz
0.0.0.0 jmcomputacion.com.ar
0.0.0.0 josuarochoa.com
0.0.0.0 jumpnjamchicago.com
0.0.0.0 jurgensen.newreadermedia.net
0.0.0.0 kingssa.co.za
0.0.0.0 klaustrofebia.ru
0.0.0.0 kmfiindia.com
0.0.0.0 lab18.it
0.0.0.0 ladylabonde.com
0.0.0.0 landing.yetiapp.ec
0.0.0.0 lceventos.net
0.0.0.0 lft.orange.fr
0.0.0.0 lmvirtualbookkeeping.com
0.0.0.0 login.trezor.com.stockfootagesindia.com
0.0.0.0 lp.definerisco.com
0.0.0.0 lp.juancamilogarciareyes.com
0.0.0.0 luminouspneuma.com
0.0.0.0 managemysalon.in
0.0.0.0 manantialesdelnorte.uy
0.0.0.0 mario-sunjic.com
0.0.0.0 massage2u.co
0.0.0.0 matinal-nominal.pt
0.0.0.0 mattysplayground.com
0.0.0.0 maxweir.com.ng
0.0.0.0 medevlb.org
0.0.0.0 midlandtexasconstruction.com
0.0.0.0 msacontabil.com.br
0.0.0.0 mtspsmjeli.sch.id
0.0.0.0 mymlql.com
0.0.0.0 nbnbnstdylionkistwcx.dns.army
0.0.0.0 1000-vulkanvegasde-bonus.payroll.gadgetoy.com
0.0.0.0 6timxnxeadz.servepics.com
0.0.0.0 amazgift.klaster.kylos.pl
0.0.0.0 avocatozone.com
0.0.0.0 blog-frecuenciahumana.lastshadowconsulting.com
0.0.0.0 brownfilleds.duckdns.org
0.0.0.0 carbinz.gq
0.0.0.0 cd57928.tmweb.ru
0.0.0.0 cdn.tmooc.cn
0.0.0.0 conlazionzzytz.eastus.cloudapp.azure.com
0.0.0.0 cron.wrapspeedtaxi.com
0.0.0.0 docs.teamkingrealestate.com
0.0.0.0 down.kuroneko-yamato-iq.top
0.0.0.0 dramawuxia.xyz
0.0.0.0 e8rj.oss-cn-beijing.aliyuncs.com
0.0.0.0 ehs.co.zw
0.0.0.0 estakada-team.com
0.0.0.0 familyplancamper.com
0.0.0.0 fermec01.top
0.0.0.0 iklangratissurabaya.skom.id
0.0.0.0 ingtedis.com
0.0.0.0 java.harpereng.com
0.0.0.0 katchobinnas.duckdns.org
0.0.0.0 levieshop99.com
0.0.0.0 lidamtour.com
0.0.0.0 menu.liftbakery.cafe
0.0.0.0 mihlodzi.co.za
0.0.0.0 mmm.alprofessor.net
0.0.0.0 modem.pw
0.0.0.0 nbs.vizzhost.com
0.0.0.0 newtrendeg.com
0.0.0.0 nitenrgystdyluncstde.dns.army
0.0.0.0 nuthuassociates.com
0.0.0.0 nutristops.com
0.0.0.0 nvgeeforsegt.ru
0.0.0.0 ocean.tecnasulstore.com.br
0.0.0.0 ohatsbd.com
0.0.0.0 onlybamboofabrics.com
0.0.0.0 ont.proman.id
0.0.0.0 orpod.ru
0.0.0.0 perezluzstdycatmatoy.dns.army
0.0.0.0 pestoclean.co.uk
0.0.0.0 piliva07.top
0.0.0.0 pizzabarletta.com.br
0.0.0.0 pmrimestdylimtstwork.dns.army
0.0.0.0 pmrimewsdylimtwswods.dns.army
0.0.0.0 productprecise.com
0.0.0.0 prof-dr-ahmedalmoatasem.com
0.0.0.0 qacsonline.com
0.0.0.0 rashika.ascarvalho.co.za
0.0.0.0 ravepsychiatry.com
0.0.0.0 reg.mizunosb.online
0.0.0.0 rinaefoundation.org.za
0.0.0.0 rkkrstdygorgiousejds.dns.army
0.0.0.0 roanokemortgages.com
0.0.0.0 robinhood-sports.com
0.0.0.0 safehubsecurity.ca
0.0.0.0 santebarleyshop.jakewebtechs.ml
0.0.0.0 scarfaceindustries.com
0.0.0.0 sellmyphonela.com
0.0.0.0 sgessy.com.br
0.0.0.0 shatteredglass.io
0.0.0.0 shrushtiinfotech.com
0.0.0.0 sickology.co.uk
0.0.0.0 solar.amazingtribe.lk
0.0.0.0 specfloors.net
0.0.0.0 sports-net.de
0.0.0.0 stdyrusschine2opelmk.dns.army
0.0.0.0 stdyunitedkesokostxc.dns.army
0.0.0.0 stuffbyb.co.uk
0.0.0.0 sungardspo.com
0.0.0.0 supermercadostia.com
0.0.0.0 surestdysbonescagexc.dns.army
0.0.0.0 tecnicaencolectores.com.mx
0.0.0.0 tennisafrica.com
0.0.0.0 test2.basis-web.com
0.0.0.0 thelaunchpadteam.com
0.0.0.0 theurbantutors.com
0.0.0.0 toprehstdyonesrosikh.dns.army
0.0.0.0 tpef.lsoftdemo.com
0.0.0.0 transfer.sh
0.0.0.0 trescumbres.pe
0.0.0.0 trudelfavreau.com
0.0.0.0 unitedpestsolutionstx.com
0.0.0.0 unitedwsdykesokowsku.dns.army
0.0.0.0 oakforestvillas.com
0.0.0.0 payout-service.com
0.0.0.0 peluqueriacaninapampa.com
0.0.0.0 piazzimulobanquituto.com
0.0.0.0 quaprosa.com
0.0.0.0 quickbooks.thormobilemanagement.com
0.0.0.0 slot0.gamoruz.com
0.0.0.0 stdykungcommunicatkd.dns.army
0.0.0.0 stdytheviejupcazfekr.dns.army
0.0.0.0 ststephenboys.ac.tz
0.0.0.0 sureswsdybonescagehg.dns.army
0.0.0.0 testing.meetinaddis.com
0.0.0.0 theluxuryliaisons.com
0.0.0.0 u.teknik.io
0.0.0.0 uzzepay.com.br
0.0.0.0 vidmattic.com
0.0.0.0 vladimirinternational.com
0.0.0.0 w0hsyejhnbcvzaxi8euyr6tgeya5vml09jysgav27.ydns.eu
0.0.0.0 webuyanyyacht.co.uk
0.0.0.0 whiteglovetailgate.com
0.0.0.0 wsdykungsb2talenwsmz.dns.army
0.0.0.0 wsdyrmtcntlfarmtwsvb.dns.army
0.0.0.0 wsdysuresbonescageqa.dns.army
0.0.0.0 www.bauma.at
0.0.0.0 www.bmgtaxmn.com
0.0.0.0 www.cdrcusinato.com
0.0.0.0 www.cheacrilnsurances.com
0.0.0.0 www.chealablilitycarinsurances.com
0.0.0.0 www.harrisauto.no
0.0.0.0 www-injury.com
0.0.0.0 www.investinae.com
0.0.0.0 www.ksh.hu
0.0.0.0 www.lacasadelosalebrijes.com
0.0.0.0 www.loy.pt
0.0.0.0 www.sosgsm.fr
0.0.0.0 www.studiologosstp.it
0.0.0.0 www.supra.dns-cloud.net
0.0.0.0 www.theshaadiepisode.com
0.0.0.0 www.yzxjgr.com
0.0.0.0 xmp.myracingaccounts.com
0.0.0.0 yourtopdog.com.au
0.0.0.0 uw9paqd2qkbbmnpj.servecounterstrike.com
0.0.0.0 vestalbienesraices.com
0.0.0.0 vulkanvegas-de.katchpurcity.com
0.0.0.0 wordpress.mantorose.com.sa
0.0.0.0 www.uchemaduforandpartners.com
0.0.0.0 zytrox.tk
+12
View File
@@ -404,3 +404,15 @@
# linuxjournal.com
0.0.0.0 analytics.linuxjournal.com
# www.fsf.org
0.0.0.0 piwik.fsf.org
# www.notion.so
0.0.0.0 analytics.pgncs.notion.so
# netsyms.com
0.0.0.0 analytics.netsyms.net
# remix.ethereum.org
0.0.0.0 matomo.ethereum.org
+21 -13
View File
@@ -8,7 +8,7 @@
# Please forward any additions, corrections or comments by email to
# hosts@someonewhocares.org
# Last updated: Wed, 24 Mar 2021 at 22:22:22 GMT
# Last updated: Mon, 26 Apr 2021 at 07:03:02 GMT
# Use this file to prevent your computer from connecting to selected
# internet hosts. This is an easy and effective way to protect you from
@@ -20,7 +20,7 @@
# There is a version of this file that uses 127.0.0.1 instead of 0.0.0.0
# available at http://someonewhocares.org/hosts/.
# On some machines this may run minutely faster, however the zero version
# On some machines the zero version may run minutely faster, however it
# may not be compatible with all systems.
# This file must be saved as a text file with no extension. (This means
@@ -625,7 +625,6 @@ ff02::3 ip6-allhosts
0.0.0.0 counter.cnw.cz
0.0.0.0 counter.credo.ru
0.0.0.0 counter.cz
0.0.0.0 counter.digits.com
0.0.0.0 counter.dreamhost.com
0.0.0.0 counter.e-audit.it
0.0.0.0 counter.execpc.com
@@ -2245,6 +2244,7 @@ ff02::3 ip6-allhosts
0.0.0.0 beloysoff.ru
0.0.0.0 benefitsorganic.com
0.0.0.0 bestreview.site
0.0.0.0 bestwing.org
0.0.0.0 bgl1dr1-a-fixed.sancharnet.in
0.0.0.0 bgl1pp1-a-fixed.sancharnet.in
0.0.0.0 bhyuu.com
@@ -2305,13 +2305,13 @@ ff02::3 ip6-allhosts
0.0.0.0 cleanmobilephone.com
0.0.0.0 click.get-answers-fast.com
0.0.0.0 clicktripz.com
0.0.0.0 clien.net
0.0.0.0 clonezilla.es
0.0.0.0 clonezilla.fr
0.0.0.0 cnbc.com-article906773.us
0.0.0.0 cnhv.co
0.0.0.0 cnt.statistic.date
0.0.0.0 co8vd.cn
0.0.0.0 codebiogblog.com
0.0.0.0 codeexplain.com
0.0.0.0 codegur.com
0.0.0.0 codeotel.com
@@ -2322,6 +2322,7 @@ ff02::3 ip6-allhosts
0.0.0.0 coinhive.com
0.0.0.0 coinimp.com
0.0.0.0 coldcertainchannel.com
0.0.0.0 coldpacific.com
0.0.0.0 com2err.xyz
0.0.0.0 compufixshop.com
0.0.0.0 comsss-56.com
@@ -2335,6 +2336,7 @@ ff02::3 ip6-allhosts
0.0.0.0 crypto-loot.com
0.0.0.0 cryptoloot.pro
0.0.0.0 custom3hurricanedigitalmedia.com
0.0.0.0 cutesaucepuppy.com
0.0.0.0 d.oix.com
0.0.0.0 d.phormlabs.com
0.0.0.0 d2o9ozfswytaqz.cloudfront.net
@@ -2344,6 +2346,7 @@ ff02::3 ip6-allhosts
0.0.0.0 definitial.info
0.0.0.0 deloitteca.com
0.0.0.0 desktoprepair.info
0.0.0.0 devguardmap.org
0.0.0.0 dhauzja511.co.cc
0.0.0.0 dietpharmacyrx.net
0.0.0.0 dingrigoguter.pro
@@ -2454,9 +2457,11 @@ ff02::3 ip6-allhosts
0.0.0.0 hieruu.apicultoresweb.com
0.0.0.0 himicrosoft.com
0.0.0.0 hintonsfeetred.info
0.0.0.0 hireproplus.com
0.0.0.0 honouncil.info
0.0.0.0 hot24profit.life
0.0.0.0 hotchix.servepics.com
0.0.0.0 hotelboard.org
0.0.0.0 how-tosolve.com
0.0.0.0 howtobuildsoftware.com
0.0.0.0 howupdateworks.beststubcontentsfrees.xyz
@@ -2515,6 +2520,7 @@ ff02::3 ip6-allhosts
0.0.0.0 kpremium.com
0.0.0.0 kr.phorm.com
0.0.0.0 krakragames.com
0.0.0.0 krebsonsecurity.top
0.0.0.0 kserv.krldysh.ru
0.0.0.0 la1dwne9cn5c.com
0.0.0.0 lacableshaw.com
@@ -2599,6 +2605,7 @@ ff02::3 ip6-allhosts
0.0.0.0 mbi3.kuicr.kyoto-u.ac.jp
0.0.0.0 mcd-su-2.mos.ru
0.0.0.0 media-match.com
0.0.0.0 mediterraneanroom.org
0.0.0.0 megasurfin.com
0.0.0.0 menycosme.info
0.0.0.0 meta.osqa.net
@@ -2816,7 +2823,9 @@ ff02::3 ip6-allhosts
0.0.0.0 reacherinst.com
0.0.0.0 readheadstick.biz
0.0.0.0 readyupdate.thelatestmostreadytocontentgetnowfast.top
0.0.0.0 redeastbay.com
0.0.0.0 regardens.info
0.0.0.0 regclassboard.com
0.0.0.0 repairintenselyprecisefile.icu
0.0.0.0 reward-survey.net
0.0.0.0 reward5363.hardmonday53.agency
@@ -2834,6 +2843,8 @@ ff02::3 ip6-allhosts
0.0.0.0 ryanrhodes.net
0.0.0.0 s-41.algovid.com
0.0.0.0 s.pubmine.com
0.0.0.0 s3-ap-southeast-1-amazonaws.com
0.0.0.0 s3-ap-southeast-2-amazonaws.com
0.0.0.0 s4d.in
0.0.0.0 safedownloadcenter.com
0.0.0.0 safedownloadsrus166.com
@@ -2854,6 +2865,7 @@ ff02::3 ip6-allhosts
0.0.0.0 search.privitize.com
0.0.0.0 secret.xn--oogle-wmc.com
0.0.0.0 securedliveuploads.com
0.0.0.0 securielite.com
0.0.0.0 securitas232maximus.xyz
0.0.0.0 securitas25maximus.xyz
0.0.0.0 securitas493maximus.xyz
@@ -2901,6 +2913,7 @@ ff02::3 ip6-allhosts
0.0.0.0 sousay.info
0.0.0.0 sparc.nour.net.sa
0.0.0.0 speedtestbeta.com
0.0.0.0 spotchannel02.com
0.0.0.0 sps01.office.ctm.net
0.0.0.0 squartera.info
0.0.0.0 stackoverflow.dluat.com
@@ -2963,6 +2976,7 @@ ff02::3 ip6-allhosts
0.0.0.0 toptypeonlinetheclicks.icu
0.0.0.0 torjackan.info
0.0.0.0 tracking.vcommission.com
0.0.0.0 traffic-bam.link
0.0.0.0 traffic.adwitty.com
0.0.0.0 trialreg.com
0.0.0.0 trovi.com
@@ -3033,6 +3047,7 @@ ff02::3 ip6-allhosts
0.0.0.0 whenvideoup.thebigandfreesystemupdate.website
0.0.0.0 whenvideoup.thebigandfreesystemupdating.date
0.0.0.0 wikidevs.com
0.0.0.0 wileprefgurad.net
0.0.0.0 willysy.com
0.0.0.0 win-phone-14.com
0.0.0.0 winsupportit.club
@@ -7921,7 +7936,6 @@ ff02::3 ip6-allhosts
0.0.0.0 click.israelinfo.ru
0.0.0.0 click.maaxmarket.com
0.0.0.0 click.newviralmobistore.com
0.0.0.0 click.pulse360.com
0.0.0.0 click.runcpa.com
0.0.0.0 click1.mainadv.com
0.0.0.0 click1.rbc.magna.ru
@@ -8446,6 +8460,7 @@ ff02::3 ip6-allhosts
0.0.0.0 eas4.emediate.eu
0.0.0.0 easyadservice.com
0.0.0.0 easyadvertonline.com
0.0.0.0 easypills.co
0.0.0.0 easyweb.tdcanadatrust.secureserver.host1.customer-identification-process.b88600d8.com
0.0.0.0 eatondesigns.com
0.0.0.0 eatps.web.aol.com
@@ -8907,6 +8922,7 @@ ff02::3 ip6-allhosts
0.0.0.0 getmynumber.net
0.0.0.0 getmyplasmatv.com
0.0.0.0 getrelator.com
0.0.0.0 getrxhere.co
0.0.0.0 getspecialgifts.com
0.0.0.0 getupdate.thebiggestandmoststabletocontentsafe.bid
0.0.0.0 getyour5kcredits0.blogspot.com
@@ -9768,7 +9784,6 @@ ff02::3 ip6-allhosts
0.0.0.0 luckymeetyou.com
0.0.0.0 luxstockevent.su
0.0.0.0 luxup.ru
0.0.0.0 lvbet.pl
0.0.0.0 lw1.gamecopyworld.com
0.0.0.0 lw2.gamecopyworld.com
0.0.0.0 lycos.247realmedia.com
@@ -11264,8 +11279,6 @@ ff02::3 ip6-allhosts
0.0.0.0 s1.cz.adocean.pl
0.0.0.0 s1.gratkapl.adocean.pl
0.0.0.0 s2.buysellads.com
0.0.0.0 s3-ap-southeast-1-amazonaws.com
0.0.0.0 s3-ap-southeast-2-amazonaws.com
0.0.0.0 s3.adbers.com
0.0.0.0 s3.buysellads.com
0.0.0.0 s3.pfp.sina.net
@@ -11461,7 +11474,6 @@ ff02::3 ip6-allhosts
0.0.0.0 sg.adserver.yahoo.com
0.0.0.0 sg.lansweeps.click
0.0.0.0 sg3.beap.gemini.yahoo.com
0.0.0.0 sgqcvfjvr.onet.pl
0.0.0.0 sgs001.adtech.de
0.0.0.0 sgs001.adtech.fr
0.0.0.0 sgs001.adtech.us
@@ -11723,7 +11735,6 @@ ff02::3 ip6-allhosts
0.0.0.0 static.plista.com
0.0.0.0 static.plugrush.com
0.0.0.0 static.ptoahaistais.com
0.0.0.0 static.pulse360.com
0.0.0.0 static.regiojobs.be
0.0.0.0 static.scanscout.com
0.0.0.0 static.tags.yield-atx.com
@@ -11801,7 +11812,6 @@ ff02::3 ip6-allhosts
0.0.0.0 support.sweepstakes.com
0.0.0.0 suprama.online
0.0.0.0 supremeadsonline.com
0.0.0.0 sur
0.0.0.0 suresafe1.adsovo.com
0.0.0.0 surfacecharo.info
0.0.0.0 surfindave.com
@@ -12833,7 +12843,6 @@ ff02::3 ip6-allhosts
0.0.0.0 www.best-games4you.top
0.0.0.0 www.best-iphone6s.com
0.0.0.0 www.bestshopperrewards.com
0.0.0.0 www.bet365.com
0.0.0.0 www.bhclicks.com
0.0.0.0 www.bicoinsprofit.com
0.0.0.0 www.bidtraffic.com
@@ -13847,7 +13856,6 @@ ff02::3 ip6-allhosts
0.0.0.0 www2.ad.tomshardware.com
0.0.0.0 www2.adireland.com
0.0.0.0 www2.adserverpub.com
0.0.0.0 www2.arnes.si
0.0.0.0 www2.bannerspace.com
0.0.0.0 www2.doslectionflash.icu
0.0.0.0 www2.glam.com
+36 -21
View File
@@ -2,8 +2,8 @@
#
# For more information about this list, see: https://pgl.yoyo.org/adservers/
# ----
# last updated: Thu, 25 Mar 2021 16:26:19 GMT
# entries: 3571
# last updated: Sun, 25 Apr 2021 16:51:49 GMT
# entries: 3586
# format: hosts (hosts -- in hosts file format)
# credits: Peter Lowe - pgl@yoyo.org - https://pgl.yoyo.org/ - https://twitter.com/pgl
# this URL: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0
@@ -11,7 +11,7 @@
# other formats: https://pgl.yoyo.org/adservers/formats.php
# policy: https://pgl.yoyo.org/adservers/policy.php
#
# start date: Mon, 02 Apr 2001 00:00:00
# start date: Tue, 01 May 2001 00:00:00
0.0.0.0 1-1ads.com
0.0.0.0 101com.com
0.0.0.0 101order.com
@@ -158,7 +158,6 @@
0.0.0.0 ad.media-servers.net
0.0.0.0 ad.mediastorm.hu
0.0.0.0 ad.mg
0.0.0.0 ad.mgd.de
0.0.0.0 ad.mobstazinc.cn
0.0.0.0 ad.musicmatch.com
0.0.0.0 ad.myapple.pl
@@ -174,7 +173,6 @@
0.0.0.0 ad.prv.pl
0.0.0.0 ad.reunion.com
0.0.0.0 ad.sensismediasmart.com.au
0.0.0.0 ad.seznam.cz
0.0.0.0 ad.simflight.com
0.0.0.0 ad.simgames.net
0.0.0.0 ad.style
@@ -193,6 +191,7 @@
0.0.0.0 ad.wsod.com
0.0.0.0 ad.wz.cz
0.0.0.0 ad.xiaomi.com
0.0.0.0 ad.xmovies8.si
0.0.0.0 ad.xrea.com
0.0.0.0 ad.yadro.ru
0.0.0.0 ad.zanox.com
@@ -268,7 +267,6 @@
0.0.0.0 adform.com
0.0.0.0 adform.net
0.0.0.0 adformdsp.net
0.0.0.0 adfries.info
0.0.0.0 adfs.senacrs.com.br
0.0.0.0 adgardener.com
0.0.0.0 adgoto.com
@@ -388,6 +386,7 @@
0.0.0.0 ads.5ci.lt
0.0.0.0 ads.5min.at
0.0.0.0 ads.73dpi.com
0.0.0.0 ads.a-snag-smartmoney.fyi
0.0.0.0 ads.aavv.com
0.0.0.0 ads.abovetopsecret.com
0.0.0.0 ads.aceweb.net
@@ -424,7 +423,6 @@
0.0.0.0 ads.bigfoot.com
0.0.0.0 ads.bing.com
0.0.0.0 ads.bittorrent.com
0.0.0.0 ads.biz.tr
0.0.0.0 ads.blog.com
0.0.0.0 ads.bloomberg.com
0.0.0.0 ads.bluemountain.com
@@ -625,6 +623,7 @@
0.0.0.0 ads.oxyshop.cz
0.0.0.0 ads.passion.com
0.0.0.0 ads.pennet.com
0.0.0.0 ads.pexi.nl
0.0.0.0 ads.pfl.ua
0.0.0.0 ads.phpclasses.org
0.0.0.0 ads.pinterest.com
@@ -752,7 +751,6 @@
0.0.0.0 ads2.gamecity.net
0.0.0.0 ads2.net-communities.co.uk
0.0.0.0 ads2.oneplace.com
0.0.0.0 ads2.opensubtitles.org
0.0.0.0 ads2.rne.com
0.0.0.0 ads2.techads.info
0.0.0.0 ads2.virtual-nights.com
@@ -927,6 +925,7 @@
0.0.0.0 adv.livedoor.com
0.0.0.0 adv.mezon.ru
0.0.0.0 adv.mpvc.it
0.0.0.0 adv.neverbuy.com
0.0.0.0 adv.nexthardware.com
0.0.0.0 adv.webmd.com
0.0.0.0 adv.wp.pl
@@ -980,6 +979,7 @@
0.0.0.0 adzestocp.com
0.0.0.0 adzone.temp.co.za
0.0.0.0 adzones.com
0.0.0.0 adzrevads.com
0.0.0.0 aerserv.com
0.0.0.0 af-ad.co.uk
0.0.0.0 affec.tv
@@ -1038,9 +1038,9 @@
0.0.0.0 americash.com
0.0.0.0 amplitude.com
0.0.0.0 amung.us
0.0.0.0 analyticin.online
0.0.0.0 analytics-production.hapyak.com
0.0.0.0 analytics.adpost.org
0.0.0.0 analytics.algoepico.net
0.0.0.0 analytics.bitrix.info
0.0.0.0 analytics.cloudron.io
0.0.0.0 analytics.cohesionapps.com
@@ -1052,6 +1052,7 @@
0.0.0.0 analytics.icons8.com
0.0.0.0 analytics.inlinemanual.com
0.0.0.0 analytics.jst.ai
0.0.0.0 analytics.justuno.com
0.0.0.0 analytics.live.com
0.0.0.0 analytics.mailmunch.co
0.0.0.0 analytics.myfinance.com
@@ -1067,6 +1068,8 @@
0.0.0.0 analytics.xelondigital.com
0.0.0.0 analytics.yahoo.com
0.0.0.0 analyticsapi.happypancake.net
0.0.0.0 analytik.xyz
0.0.0.0 ancientact.com
0.0.0.0 aniview.com
0.0.0.0 annonser.dagbladet.no
0.0.0.0 annoyedairport.com
@@ -1193,7 +1196,6 @@
0.0.0.0 banners.czi.cz
0.0.0.0 banners.dine.com
0.0.0.0 banners.direction-x.com
0.0.0.0 banners.freett.com
0.0.0.0 banners.friendfinder.com
0.0.0.0 banners.getiton.com
0.0.0.0 banners.golfasian.com
@@ -1292,6 +1294,7 @@
0.0.0.0 bongacash.com
0.0.0.0 boomads.com
0.0.0.0 boomtrain.com
0.0.0.0 boost-my-pr.de
0.0.0.0 boredcrown.com
0.0.0.0 boringcoat.com
0.0.0.0 boudja.com
@@ -1352,7 +1355,6 @@
0.0.0.0 cashengines.com
0.0.0.0 cashfiesta.com
0.0.0.0 cashpartner.com
0.0.0.0 cashstaging.app
0.0.0.0 cashstaging.me
0.0.0.0 casinopays.com
0.0.0.0 casinorewards.com
@@ -1366,6 +1368,7 @@
0.0.0.0 cdn.heapanalytics.com
0.0.0.0 cdn.keywee.co
0.0.0.0 cdn.onesignal.com
0.0.0.0 cdn.panelbear.com
0.0.0.0 cdn.segment.com
0.0.0.0 cecash.com
0.0.0.0 cedato.com
@@ -1390,6 +1393,7 @@
0.0.0.0 chinsnakes.com
0.0.0.0 chitika.net
0.0.0.0 cision.com
0.0.0.0 citrusad.net
0.0.0.0 cityads.telus.net
0.0.0.0 cj.com
0.0.0.0 cjbmanagement.com
@@ -1404,6 +1408,7 @@
0.0.0.0 click.fool.com
0.0.0.0 click.kmindex.ru
0.0.0.0 click.negociosdigitaisnapratica.com.br
0.0.0.0 click.redditmail.com
0.0.0.0 click.twcwigs.com
0.0.0.0 click2freemoney.com
0.0.0.0 clickability.com
@@ -1446,6 +1451,7 @@
0.0.0.0 clk1015.com
0.0.0.0 clkrev.com
0.0.0.0 clksite.com
0.0.0.0 clktrx.com
0.0.0.0 cloisteredhydrant.com
0.0.0.0 cloudcoins.biz
0.0.0.0 clrstm.com
@@ -1550,7 +1556,6 @@
0.0.0.0 crwdcntrl.net
0.0.0.0 crypto-loot.org
0.0.0.0 ctnetwork.hu
0.0.0.0 cubics.com
0.0.0.0 culturedcrayon.com
0.0.0.0 cumbersomecloud.com
0.0.0.0 curtaincows.com
@@ -1565,6 +1570,7 @@
0.0.0.0 d2cmedia.ca
0.0.0.0 dabiaozhi.com
0.0.0.0 dacdn.visualwebsiteoptimizer.com
0.0.0.0 dacdn.vwo.com
0.0.0.0 dakic-ia-300.com
0.0.0.0 damdoor.com
0.0.0.0 dancemistake.com
@@ -1601,7 +1607,6 @@
0.0.0.0 detailedgovernment.com
0.0.0.0 detectdiscovery.com
0.0.0.0 dev.visualwebsiteoptimizer.com
0.0.0.0 dialerporn.com
0.0.0.0 dianomi.com
0.0.0.0 didtheyreadit.com
0.0.0.0 digital-ads.s3.amazonaws.com
@@ -1629,6 +1634,7 @@
0.0.0.0 dmtracking2.alibaba.com
0.0.0.0 dnsdelegation.io
0.0.0.0 do-global.com
0.0.0.0 dockdigestion.com
0.0.0.0 docksalmon.com
0.0.0.0 dogcollarfavourbluff.com
0.0.0.0 domaining.in
@@ -1822,6 +1828,7 @@
0.0.0.0 freebanner.com
0.0.0.0 freecounterstat.com
0.0.0.0 freelogs.com
0.0.0.0 freeonlineusers.com
0.0.0.0 freepay.com
0.0.0.0 freeskreen.com
0.0.0.0 freestats.com
@@ -1873,6 +1880,7 @@
0.0.0.0 go-clicks.de
0.0.0.0 go-mpulse.net
0.0.0.0 go-rank.de
0.0.0.0 go.pardot.com
0.0.0.0 go2affise.com
0.0.0.0 goingplatinum.com
0.0.0.0 goldstats.com
@@ -1913,6 +1921,7 @@
0.0.0.0 harrenmedianetwork.com
0.0.0.0 havamedia.net
0.0.0.0 hb.afl.rakuten.co.jp
0.0.0.0 hb.vntsm.com
0.0.0.0 hbb.afl.rakuten.co.jp
0.0.0.0 hdscout.com
0.0.0.0 heap.com
@@ -1978,7 +1987,6 @@
0.0.0.0 hyperbanner.net
0.0.0.0 hypertracker.com
0.0.0.0 hyprmx.com
0.0.0.0 hyros.com
0.0.0.0 hystericalhelp.com
0.0.0.0 i-clicks.net
0.0.0.0 i-i.lt
@@ -2098,7 +2106,6 @@
0.0.0.0 justicejudo.com
0.0.0.0 justpremium.com
0.0.0.0 justrelevant.com
0.0.0.0 justuno.com
0.0.0.0 k.iinfo.cz
0.0.0.0 kameleoon.eu
0.0.0.0 kanoodle.com
@@ -2261,6 +2268,7 @@
0.0.0.0 matomo.activate.cz
0.0.0.0 matomo.hdweb.ru
0.0.0.0 matomo.kmkb.ru
0.0.0.0 matomo.oka-zakaz.ru
0.0.0.0 mautic.com
0.0.0.0 max.i12.de
0.0.0.0 maximiser.net
@@ -2395,6 +2403,7 @@
0.0.0.0 mystat.pl
0.0.0.0 mysteriousmonth.com
0.0.0.0 mytop-in.net
0.0.0.0 mytrackingservers.com
0.0.0.0 myvisualiq.net
0.0.0.0 n69.com
0.0.0.0 naj.sk
@@ -2405,7 +2414,6 @@
0.0.0.0 navegg.com
0.0.0.0 navigator.io
0.0.0.0 navrcholu.cz
0.0.0.0 nbjmp.com
0.0.0.0 ncaudienceexchange.com
0.0.0.0 ndparking.com
0.0.0.0 nedstatbasic.net
@@ -2492,7 +2500,6 @@
0.0.0.0 online-metrix.net
0.0.0.0 online.miarroba.com
0.0.0.0 onlinecash.com
0.0.0.0 onlinecashmethod.com
0.0.0.0 onlinerewardcenter.com
0.0.0.0 onscroll.com
0.0.0.0 onthe.io
@@ -2733,6 +2740,9 @@
0.0.0.0 r.logrocket.io
0.0.0.0 r.msn.com
0.0.0.0 r.scoota.co
0.0.0.0 r1.visualwebsiteoptimizer.com
0.0.0.0 r2.visualwebsiteoptimizer.com
0.0.0.0 r3.visualwebsiteoptimizer.com
0.0.0.0 radar.cedexis.com
0.0.0.0 radarurl.com
0.0.0.0 radiate.com
@@ -2772,6 +2782,7 @@
0.0.0.0 realtechnetwork.com
0.0.0.0 realtracker.com
0.0.0.0 rebelsubway.com
0.0.0.0 rec5.visualwebsiteoptimizer.com
0.0.0.0 receptiveink.com
0.0.0.0 receptivereaction.com
0.0.0.0 recoco.it
@@ -2796,7 +2807,6 @@
0.0.0.0 reklame.unwired-i.net
0.0.0.0 relevanz10.de
0.0.0.0 relmaxtop.com
0.0.0.0 remarketingpixel.com
0.0.0.0 remistrainew.club
0.0.0.0 remox.com
0.0.0.0 republika.onet.pl
@@ -2944,6 +2954,7 @@
0.0.0.0 shoppingads.com
0.0.0.0 sicksmash.com
0.0.0.0 sidebar.angelfire.com
0.0.0.0 signalayer.com
0.0.0.0 silkysquirrel.com
0.0.0.0 sillyscrew.com
0.0.0.0 silvalliant.info
@@ -3119,6 +3130,7 @@
0.0.0.0 supertracking.net
0.0.0.0 supply.colossusssp.com
0.0.0.0 surfmusik-adserver.de
0.0.0.0 surveygizmobeacon.s3.amazonaws.com
0.0.0.0 sw88.espn.com
0.0.0.0 swan-swan-goose.com
0.0.0.0 swimslope.com
@@ -3153,6 +3165,7 @@
0.0.0.0 target.microsoft.com
0.0.0.0 targeting.api.drift.com
0.0.0.0 targeting.nzme.arcpublishing.com
0.0.0.0 targeting.voxus.tv
0.0.0.0 targetingnow.com
0.0.0.0 targetnet.com
0.0.0.0 targetpoint.com
@@ -3190,6 +3203,7 @@
0.0.0.0 themoneytizer.com
0.0.0.0 therapistla.com
0.0.0.0 thinkablerice.com
0.0.0.0 thirdparty.bnc.lt
0.0.0.0 thirdrespect.com
0.0.0.0 thirstytwig.com
0.0.0.0 thomastorch.com
@@ -3199,6 +3213,7 @@
0.0.0.0 thruport.com
0.0.0.0 ti.domainforlite.com
0.0.0.0 tia.timeinc.net
0.0.0.0 ticketaunt.com
0.0.0.0 ticklesign.com
0.0.0.0 ticksel.com
0.0.0.0 tidaltv.com
@@ -3279,11 +3294,13 @@
0.0.0.0 tracking.5-47737-bi.co.uk
0.0.0.0 tracking.epicgames.com
0.0.0.0 tracking.gajmp.com
0.0.0.0 tracking.hyros.com
0.0.0.0 tracking.ibxlink.com
0.0.0.0 tracking.internetstores.de
0.0.0.0 tracking.intl.miui.com
0.0.0.0 tracking.jiffyworld.com
0.0.0.0 tracking.lenddom.com
0.0.0.0 tracking.markethero.io
0.0.0.0 tracking.miui.com
0.0.0.0 tracking.olx-st.com
0.0.0.0 tracking.orixa-media.com
@@ -3292,7 +3309,6 @@
0.0.0.0 tracking01.walmart.com
0.0.0.0 tracking101.com
0.0.0.0 tracking22.com
0.0.0.0 trackingfestival.com
0.0.0.0 trackingsoft.com
0.0.0.0 tracklink-tel.de
0.0.0.0 trackmysales.com
@@ -3387,7 +3403,6 @@
0.0.0.0 utl-1.com
0.0.0.0 uttermosthobbies.com
0.0.0.0 uu.domainforlite.com
0.0.0.0 uzk4umokyri3.com
0.0.0.0 v1.cnzz.com
0.0.0.0 v1adserver.com
0.0.0.0 validclick.com
@@ -3443,11 +3458,11 @@
0.0.0.0 vs.tucows.com
0.0.0.0 vtracy.de
0.0.0.0 vungle.com
0.0.0.0 vwo.com
0.0.0.0 w55c.net
0.0.0.0 wa.and.co.uk
0.0.0.0 waardex.com
0.0.0.0 warlog.ru
0.0.0.0 warmafterthought.com
0.0.0.0 waryfog.com
0.0.0.0 wateryvan.com
0.0.0.0 wd-track.de
+21
View File
@@ -15093,3 +15093,24 @@
0.0.0.0 xvideos.com.br
0.0.0.0 gotanynudes.com
0.0.0.0 www2.javhdporn.net
0.0.0.0 kantotin.com
0.0.0.0 xtorjack.com
0.0.0.0 rbreezy.org
0.0.0.0 xxxjojo.com
0.0.0.0 xbree.net
0.0.0.0 kainpopoy.com
0.0.0.0 www.poringa.net
0.0.0.0 m.poringa.net
0.0.0.0 www.pornogratisdiario.com
0.0.0.0 tubepornstars.tv
0.0.0.0 tubepornstars.site
0.0.0.0 pornjuices.com
0.0.0.0 www.orgasmatrix.com
0.0.0.0 petardas.xxx
0.0.0.0 babosas.com
0.0.0.0 www.pornocasero.com.ar
0.0.0.0 www.xxxenespanol.com
+15516 -3468
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "hosts",
"version": "3.5.3",
"version": "3.6.7",
"description": "Extending and consolidating hosts files from several well-curated sources like adaway.org, mvps.org, malwaredomainlist.com, someonewhocares.org, and potentially others. You can optionally invoke extensions to block additional sites by category.",
"main": "",
"private": true,
+19 -18
View File
@@ -21,8 +21,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **March 28 2021**.
* Here's the [raw hosts file with base extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) containing 68,213 entries.
* Last updated: **April 26 2021**.
* Here's the [raw hosts file with base extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) containing 79,909 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
## List of all hosts file variants
@@ -35,22 +35,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 68,213 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 70,408 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 70,594 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 94,358 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 71,018 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 72,789 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 96,553 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 73,213 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 96,739 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 73,399 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 97,162 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 98,934 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 75,594 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 99,357 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 99,543 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 101,738 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 79,909 | [link](http://sbc.io/hosts/hosts)
Unified hosts **+ fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) | 82,104 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 82,291 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 106,063 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 82,714 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 84,486 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 108,258 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 84,909 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 108,445 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 85,096 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 108,867 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 110,640 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 87,291 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 111,062 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 111,249 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 113,444 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -69,6 +69,7 @@ add.2o7Net | 2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile
add.Dead | Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Risk | Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
add.Spam | Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content. |[link](https://github.com/FadeMind/hosts.extras) | [raw](https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts) | occasionally | MIT | [issues](https://github.com/FadeMind/hosts.extras/issues)
AdguardTeam cname trackers | CNAME-cloaked tracking abuses. |[link](https://github.com/AdguardTeam/cname-trackers) | [raw](https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt) | occasionally | MIT | [issues](https://github.com/AdguardTeam/cname-trackers/issues)
Mitchell Krog's - Badd Boyz Hosts | Sketchy domains and Bad Referrers from my Nginx and Apache Bad Bot and Spam Referrer Blockers |[link](https://github.com/mitchellkrogza/Badd-Boyz-Hosts) | [raw](https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts) | weekly | MIT | [issues](https://github.com/mitchellkrogza/Badd-Boyz-Hosts/issues)
hostsVN | Hosts block ads of Vietnamese |[link](https://github.com/bigdargon/hostsVN) | [raw](https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN) | occasionally | MIT | [issues](https://github.com/bigdargon/hostsVN/issues)
KADhosts | Fraud/adware/scam websites. |[link](https://kadantiscam.netlify.app/) | [raw](https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt) | frequently | CC BY-SA 4.0 | [issues](https://github.com/PolishFiltersTeam/KADhosts/issues)
+1 -1
View File
File diff suppressed because one or more lines are too long
+4
View File
@@ -1,2 +1,6 @@
[flake8]
max-line-length = 120
extend-ignore = E203
[isort]
profile = black
+105 -20
View File
@@ -30,7 +30,7 @@ from updateHostsFile import (
gather_custom_exclusions,
get_defaults,
get_file_by_url,
is_valid_domain_format,
is_valid_user_provided_domain_format,
matches_exclusions,
move_hosts_file_into_place,
normalize_rule,
@@ -125,7 +125,7 @@ class TestGetDefaults(Base):
"readmedata": {},
"readmedatafilename": ("foo" + self.sep + "readmeData.json"),
"exclusionpattern": r"([a-zA-Z\d-]+\.){0,}",
"exclusionregexs": [],
"exclusionregexes": [],
"exclusions": [],
"commonexclusions": ["hulu.com"],
"blacklistfile": "foo" + self.sep + "blacklist",
@@ -543,7 +543,7 @@ class TestGatherCustomExclusions(BaseStdout):
# Can only test in the invalid domain case
# because of the settings global variable.
@mock.patch("updateHostsFile.input", side_effect=["foo", "no"])
@mock.patch("updateHostsFile.is_valid_domain_format", return_value=False)
@mock.patch("updateHostsFile.is_valid_user_provided_domain_format", return_value=False)
def test_basic(self, *_):
gather_custom_exclusions("foo", [])
@@ -552,7 +552,7 @@ class TestGatherCustomExclusions(BaseStdout):
self.assertIn(expected, output)
@mock.patch("updateHostsFile.input", side_effect=["foo", "yes", "bar", "no"])
@mock.patch("updateHostsFile.is_valid_domain_format", return_value=False)
@mock.patch("updateHostsFile.is_valid_user_provided_domain_format", return_value=False)
def test_multiple(self, *_):
gather_custom_exclusions("foo", [])
@@ -633,6 +633,31 @@ class TestMatchesExclusions(Base):
]:
self.assertTrue(matches_exclusions(domain, exclusion_regexes))
def test_match_raw_list(self):
exclusion_regexes = [r".*\.com", r".*\.org", r".*\.edu", r".*@.*"]
exclusion_regexes = [re.compile(regex) for regex in exclusion_regexes]
for domain in [
"hulu.com",
"yahoo.com",
"adaway.org",
"education.edu",
"a.stro.lo.gy@45.144.225.135",
]:
self.assertTrue(matches_exclusions(domain, exclusion_regexes))
def test_no_match_raw_list(self):
exclusion_regexes = [r".*\.org", r".*\.edu"]
exclusion_regexes = [re.compile(regex) for regex in exclusion_regexes]
for domain in [
"localhost",
"hulu.com",
"yahoo.com",
"cloudfront.net",
]:
self.assertFalse(matches_exclusions(domain, exclusion_regexes))
# End Exclusion Logic
@@ -806,13 +831,11 @@ class TestNormalizeRule(BaseStdout):
def test_no_match(self):
kwargs = dict(target_ip="0.0.0.0", keep_domain_comments=False)
# Note: "Bare"- Domains are accepted. IP are excluded.
for rule in [
"foo",
"128.0.0.1",
"bar.com/usa",
"0.0.0 google",
"0.1.2.3.4 foo/bar",
"twitter.com",
]:
self.assertEqual(normalize_rule(rule, **kwargs), (None, None))
@@ -874,13 +897,43 @@ class TestNormalizeRule(BaseStdout):
sys.stdout = StringIO()
def test_no_comment_raw(self):
for rule in ("twitter.com", "google.com", "foo.bar.edu"):
expected = (rule, "0.0.0.0 " + rule + "\n")
class TestStripRule(Base):
def test_strip_empty(self):
for line in ["0.0.0.0", "domain.com", "foo"]:
output = strip_rule(line)
actual = normalize_rule(
rule, target_ip="0.0.0.0", keep_domain_comments=False
)
self.assertEqual(actual, expected)
# Nothing gets printed if there's a match.
output = sys.stdout.getvalue()
self.assertEqual(output, "")
sys.stdout = StringIO()
def test_with_comments_raw(self):
for target_ip in ("0.0.0.0", "127.0.0.1", "8.8.8.8"):
for comment in ("foo", "bar", "baz"):
rule = "1.google.co.uk " + comment
expected = (
"1.google.co.uk",
(str(target_ip) + " 1.google.co.uk # " + comment + "\n"),
)
actual = normalize_rule(
rule, target_ip=target_ip, keep_domain_comments=True
)
self.assertEqual(actual, expected)
# Nothing gets printed if there's a match.
output = sys.stdout.getvalue()
self.assertEqual(output, "")
sys.stdout = StringIO()
class TestStripRule(Base):
def test_strip_exactly_two(self):
for line in [
"0.0.0.0 twitter.com",
@@ -903,6 +956,28 @@ class TestStripRule(Base):
output = strip_rule(line + comment)
self.assertEqual(output, line + comment)
def test_strip_raw(self):
for line in [
"twitter.com",
"facebook.com",
"google.com",
"foo.bar.edu",
]:
output = strip_rule(line)
self.assertEqual(output, line)
def test_strip_raw_with_comment(self):
comment = " # comments here galore"
for line in [
"twitter.com",
"facebook.com",
"google.com",
"foo.bar.edu",
]:
output = strip_rule(line + comment)
self.assertEqual(output, line + comment)
class TestWriteOpeningHeader(BaseMockDir):
def setUp(self):
@@ -1572,20 +1647,30 @@ class GetFileByUrl(BaseStdout):
self.assertEqual(expected, actual)
def test_connect_unknown_domain(self):
test_url = "http://doesnotexist.google.com" # leads to exception: ConnectionError
with mock.patch("requests.get", side_effect=requests.exceptions.ConnectionError):
test_url = (
"http://doesnotexist.google.com" # leads to exception: ConnectionError
)
with mock.patch(
"requests.get", side_effect=requests.exceptions.ConnectionError
):
return_value = get_file_by_url(test_url)
self.assertIsNone(return_value)
printed_output = sys.stdout.getvalue()
self.assertEqual(printed_output, "Error retrieving data from {}\n".format(test_url))
self.assertEqual(
printed_output, "Error retrieving data from {}\n".format(test_url)
)
def test_invalid_url(self):
test_url = "http://fe80::5054:ff:fe5a:fc0" # leads to exception: InvalidURL
with mock.patch("requests.get", side_effect=requests.exceptions.ConnectionError):
with mock.patch(
"requests.get", side_effect=requests.exceptions.ConnectionError
):
return_value = get_file_by_url(test_url)
self.assertIsNone(return_value)
printed_output = sys.stdout.getvalue()
self.assertEqual(printed_output, "Error retrieving data from {}\n".format(test_url))
self.assertEqual(
printed_output, "Error retrieving data from {}\n".format(test_url)
)
class TestWriteData(Base):
@@ -1669,9 +1754,9 @@ class TestQueryYesOrNo(BaseStdout):
self.assertIn(expected, output)
class TestIsValidDomainFormat(BaseStdout):
class TestIsValidUserProvidedDomainFormat(BaseStdout):
def test_empty_domain(self):
self.assertFalse(is_valid_domain_format(""))
self.assertFalse(is_valid_user_provided_domain_format(""))
output = sys.stdout.getvalue()
expected = "You didn't enter a domain. Try again."
@@ -1686,7 +1771,7 @@ class TestIsValidDomainFormat(BaseStdout):
"https://github.com",
"http://www.google.com",
]:
self.assertFalse(is_valid_domain_format(invalid_domain))
self.assertFalse(is_valid_user_provided_domain_format(invalid_domain))
output = sys.stdout.getvalue()
sys.stdout = StringIO()
@@ -1695,7 +1780,7 @@ class TestIsValidDomainFormat(BaseStdout):
def test_valid_domain(self):
for valid_domain in ["github.com", "travis.org", "twitter.com"]:
self.assertTrue(is_valid_domain_format(valid_domain))
self.assertTrue(is_valid_user_provided_domain_format(valid_domain))
output = sys.stdout.getvalue()
sys.stdout = StringIO()
+68 -30
View File
@@ -20,6 +20,7 @@ import sys
import tempfile
import time
from glob import glob
from typing import Optional, Tuple
# Detecting Python 3 for version-dependent implementations
PY3 = sys.version_info >= (3, 0)
@@ -31,8 +32,10 @@ if not PY3:
try:
import requests
except ImportError:
raise ImportError("This project's dependencies have changed. The Requests library ("
"https://requests.readthedocs.io/en/master/) is now required.")
raise ImportError(
"This project's dependencies have changed. The Requests library ("
"https://requests.readthedocs.io/en/master/) is now required."
)
# Syntactic sugar for "sudo" command in UNIX / Linux
@@ -78,7 +81,7 @@ def get_defaults():
"readmedata": {},
"readmedatafilename": path_join_robust(BASEDIR_PATH, "readmeData.json"),
"exclusionpattern": r"([a-zA-Z\d-]+\.){0,}",
"exclusionregexs": [],
"exclusionregexes": [],
"exclusions": [],
"commonexclusions": ["hulu.com"],
"blacklistfile": path_join_robust(BASEDIR_PATH, "blacklist"),
@@ -240,7 +243,7 @@ def main():
)
auto = settings["auto"]
exclusion_regexes = settings["exclusionregexs"]
exclusion_regexes = settings["exclusionregexes"]
source_data_filename = settings["sourcedatafilename"]
update_sources = prompt_for_update(freshen=settings["freshen"], update_auto=auto)
@@ -568,7 +571,7 @@ def gather_custom_exclusions(exclusion_pattern, exclusion_regexes):
domain_prompt = "Enter the domain you want to exclude (e.g. facebook.com): "
user_domain = input(domain_prompt)
if is_valid_domain_format(user_domain):
if is_valid_user_provided_domain_format(user_domain):
exclusion_regexes = exclude_domain(
user_domain, exclusion_pattern, exclusion_regexes
)
@@ -629,7 +632,11 @@ def matches_exclusions(stripped_rule, exclusion_regexes):
Whether or not the rule string matches a provided exclusion.
"""
stripped_domain = stripped_rule.split()[1]
try:
stripped_domain = stripped_rule.split()[1]
except IndexError:
# Example: 'example.org' instead of '0.0.0.0 example.org'
stripped_domain = stripped_rule
for exclusionRegex in exclusion_regexes:
if exclusionRegex.search(stripped_domain):
@@ -936,6 +943,10 @@ def remove_dups_and_excl(merge_file, exclusion_regexes, output_file=None):
if not stripped_rule or matches_exclusions(stripped_rule, exclusion_regexes):
continue
# Issue #1628
if ("@" in stripped_rule):
continue
# Normalize rule
hostname, normalized_rule = normalize_rule(
stripped_rule,
@@ -981,6 +992,37 @@ def normalize_rule(rule, target_ip, keep_domain_comments):
and spacing reformatted.
"""
def normalize_response(
extracted_hostname: str, extracted_suffix: Optional[str]
) -> Tuple[str, str]:
"""
Normalizes the responses after the provision of the extracted
hostname and suffix - if exist.
Parameters
----------
extracted_hostname: str
The extracted hostname to work with.
extracted_suffix: str
The extracted suffix to with.
Returns
-------
normalized_response: tuple
A tuple of the hostname and the rule string with spelling
and spacing reformatted.
"""
rule = "%s %s" % (target_ip, extracted_hostname)
if keep_domain_comments and extracted_suffix:
if not extracted_suffix.strip().startswith("#"):
rule += " #%s" % extracted_suffix
else:
rule += " %s" % extracted_suffix
return extracted_hostname, rule + "\n"
"""
first try: IP followed by domain
"""
@@ -992,15 +1034,8 @@ def normalize_rule(rule, target_ip, keep_domain_comments):
# Explicitly lowercase and trim the hostname.
hostname = hostname.lower().strip()
rule = "%s %s" % (target_ip, hostname)
if suffix and keep_domain_comments:
if not suffix.strip().startswith("#"):
rule += " #%s" % suffix
else:
rule += " %s" % suffix
return hostname, rule + "\n"
return normalize_response(hostname, suffix)
"""
next try: IP address followed by host IP address
@@ -1012,15 +1047,22 @@ def normalize_rule(rule, target_ip, keep_domain_comments):
ip_host, suffix = result.group(2, 3)
# Explicitly trim the ip host.
ip_host = ip_host.strip()
rule = "%s %s" % (target_ip, ip_host)
if suffix and keep_domain_comments:
if not suffix.strip().startswith("#"):
rule += " #%s" % suffix
else:
rule += " %s" % suffix
return normalize_response(ip_host, suffix)
return ip_host, rule + "\n"
"""
next try: Keep RAW domain.
"""
regex = r"^\s*([\w\.-]+[a-zA-Z])(.*)"
result = re.search(regex, rule)
if result:
hostname, suffix = result.group(1, 2)
# Explicitly lowercase and trim the hostname.
hostname = hostname.lower().strip()
return normalize_response(hostname, suffix)
"""
finally, if we get here, just belch to screen
@@ -1044,12 +1086,7 @@ def strip_rule(line):
The sanitized rule.
"""
split_line = line.split()
if len(split_line) < 2:
# just return blank
return ""
else:
return " ".join(split_line)
return " ".join(line.split())
def write_opening_header(final_file, **header_params):
@@ -1313,8 +1350,9 @@ def flush_dns_cache():
)
if os.path.isfile(service_file):
if 0 != subprocess.call([systemctl, "status", service],
stdout=subprocess.DEVNULL):
if 0 != subprocess.call(
[systemctl, "status", service], stdout=subprocess.DEVNULL
):
continue
dns_cache_found = True
@@ -1578,7 +1616,7 @@ def query_yes_no(question, default="yes"):
return reply == "yes"
def is_valid_domain_format(domain):
def is_valid_user_provided_domain_format(domain):
"""
Check whether a provided domain is valid.