mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-09-25 22:05:28 +01:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6be86d6fd | ||
|
|
908e884bb9 | ||
|
|
dcf08b854a | ||
|
|
2e8d71e7b5 | ||
|
|
8e673bbecb | ||
|
|
22a9c6a58d | ||
|
|
3440915982 | ||
|
|
cb5daa41ea | ||
|
|
1bdc7c033b | ||
|
|
2f251d3670 | ||
|
|
e4b3dfdc59 | ||
|
|
990d54841f | ||
|
|
ea2c1ec1eb | ||
|
|
6dcaad5729 | ||
|
|
b681eceec0 | ||
|
|
866cf0af3f | ||
|
|
5d601830bf | ||
|
|
7d9817ccbe | ||
|
|
83dd698bbc | ||
|
|
f1191b5c03 | ||
|
|
b5cd497787 | ||
|
|
521652c74f | ||
|
|
2bb49d741a | ||
|
|
055144d287 | ||
|
|
de2c4e2852 | ||
|
|
70f9d76ae5 | ||
|
|
d28b9d8892 | ||
|
|
12c33bee78 | ||
|
|
294422ee16 | ||
|
|
1f91b53245 | ||
|
|
fbfd5ca4e9 | ||
|
|
ae79163dbe | ||
|
|
9d7273b7e1 | ||
|
|
4731c9c341 | ||
|
|
1e8362c0ec | ||
|
|
d1ff8cc2e8 | ||
|
|
7557a944d6 | ||
|
|
35db0ae94f | ||
|
|
253be2f030 | ||
|
|
3b5af80f24 | ||
|
|
5ed212f814 | ||
|
|
7b6c97c083 | ||
|
|
3a411c0f2f | ||
|
|
92a38fd106 | ||
|
|
b48b3e273a | ||
|
|
0e539b37c9 | ||
|
|
d1dd20d9a5 | ||
|
|
6f108a2281 | ||
|
|
8fc551eba8 | ||
|
|
8d2a3f3339 | ||
|
|
1936e1fc90 | ||
|
|
c6d020525a | ||
|
|
c478f57e79 | ||
|
|
5f7ef5e1e0 | ||
|
|
0aa9f4ff6d | ||
|
|
51aec88a14 | ||
|
|
56641ec920 | ||
|
|
04ac803115 | ||
|
|
dc2660e079 | ||
|
|
1e7e13ad4e | ||
|
|
509f7aa62a | ||
|
|
b39b80928f |
+37
-3
@@ -1,7 +1,9 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
schedule:
|
||||
interval: monthly
|
||||
labels:
|
||||
@@ -10,11 +12,43 @@ updates:
|
||||
github-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
- package-ecosystem: "pip"
|
||||
update-types:
|
||||
- minor
|
||||
- patch
|
||||
- package-ecosystem: pip
|
||||
directory: "/"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
labels:
|
||||
- dependencies
|
||||
- python
|
||||
groups:
|
||||
pip-deps:
|
||||
patterns:
|
||||
- "*"
|
||||
update-types:
|
||||
- minor
|
||||
- patch
|
||||
versioning-strategy: lockfile-only
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
schedule:
|
||||
interval: monthly
|
||||
labels:
|
||||
- dependencies
|
||||
versioning-strategy: increase
|
||||
groups:
|
||||
production-dependencies:
|
||||
dependency-type: production
|
||||
update-types:
|
||||
- minor
|
||||
- patch
|
||||
development-dependencies:
|
||||
dependency-type: development
|
||||
update-types:
|
||||
- minor
|
||||
- patch
|
||||
|
||||
@@ -41,12 +41,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
|
||||
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
cache: pip
|
||||
|
||||
@@ -34,18 +34,18 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
|
||||
uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
build-mode: ${{ matrix.build-mode }}
|
||||
queries: +security-and-quality
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
|
||||
uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
|
||||
with:
|
||||
category: "/language:${{ matrix.language }}"
|
||||
|
||||
@@ -21,15 +21,15 @@ jobs:
|
||||
packages: write
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
|
||||
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
|
||||
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
|
||||
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
@@ -37,12 +37,12 @@ jobs:
|
||||
|
||||
- name: Extract metadata (tags, labels)
|
||||
id: meta
|
||||
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
|
||||
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
|
||||
- name: Build and push container image
|
||||
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
# This hosts file is a merged collection of hosts from reputable sources,
|
||||
# with a dash of crowd sourcing via GitHub
|
||||
#
|
||||
# Date: 18 July 2026 21:38:07 (UTC)
|
||||
# Date: 25 September 2026 19:30:11 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: fakenews, gambling
|
||||
# Number of unique domains: 8,555
|
||||
# Number of unique domains: 8,866
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts
|
||||
# Project home page: https://github.com/StevenBlack/hosts
|
||||
@@ -2212,9 +2212,9 @@
|
||||
0.0.0.0 yubasuttertimes.com
|
||||
0.0.0.0 zombie.news
|
||||
# Title: hostsVN Gambling VN
|
||||
# Last modified: 17 Jul 2026 14:09 UTC+7
|
||||
# Version: 2607171409
|
||||
# Blocked: 3.720 domains
|
||||
# Last modified: 23 Sep 2026 11:05 UTC+7
|
||||
# Version: 2609231105
|
||||
# Blocked: 3.983 domains
|
||||
# Only include gambling domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -2253,10 +2253,21 @@
|
||||
0.0.0.0 11bet.vin
|
||||
0.0.0.0 11bet.win
|
||||
0.0.0.0 11betvnd.com
|
||||
0.0.0.0 11win.beer
|
||||
0.0.0.0 11win.casa
|
||||
0.0.0.0 11win.dance
|
||||
0.0.0.0 11win.fashion
|
||||
0.0.0.0 11win.free
|
||||
0.0.0.0 11win.link
|
||||
0.0.0.0 11win.llc
|
||||
0.0.0.0 11win.mobi
|
||||
0.0.0.0 11win.mx
|
||||
0.0.0.0 11win.net
|
||||
0.0.0.0 11win.skin
|
||||
0.0.0.0 11win.style
|
||||
0.0.0.0 11win.tips
|
||||
0.0.0.0 11win.vin
|
||||
0.0.0.0 11win.works
|
||||
0.0.0.0 11zalo.com
|
||||
0.0.0.0 123b.bet
|
||||
0.0.0.0 123b.com
|
||||
@@ -2284,6 +2295,7 @@
|
||||
0.0.0.0 188bet.vote
|
||||
0.0.0.0 188betcn2.com
|
||||
0.0.0.0 188goal.com
|
||||
0.0.0.0 188lux.com
|
||||
0.0.0.0 188pscn2.com
|
||||
0.0.0.0 188thethao.com
|
||||
0.0.0.0 18luck.pro
|
||||
@@ -2327,17 +2339,24 @@
|
||||
0.0.0.0 388bet.us
|
||||
0.0.0.0 388bet.vin
|
||||
0.0.0.0 388bet.vip
|
||||
0.0.0.0 3bet.adqc.net
|
||||
0.0.0.0 3bet.baby
|
||||
0.0.0.0 3bet.bike
|
||||
0.0.0.0 3bet.biz
|
||||
0.0.0.0 3bet.center
|
||||
0.0.0.0 3bet.city
|
||||
0.0.0.0 3bet.fund
|
||||
0.0.0.0 3bet.host
|
||||
0.0.0.0 3bet.la
|
||||
0.0.0.0 3bet.llc
|
||||
0.0.0.0 3bet.moe
|
||||
0.0.0.0 3bet.ph
|
||||
0.0.0.0 3bet.rent
|
||||
0.0.0.0 3bet.sh
|
||||
0.0.0.0 3bet.ski
|
||||
0.0.0.0 3bet.skin
|
||||
0.0.0.0 3bet.so
|
||||
0.0.0.0 3bet.store
|
||||
0.0.0.0 3bet.tech
|
||||
0.0.0.0 3bet.vc
|
||||
0.0.0.0 3bet.win
|
||||
@@ -2398,10 +2417,21 @@
|
||||
0.0.0.0 789club.ba
|
||||
0.0.0.0 789club.biz
|
||||
0.0.0.0 789club.com
|
||||
0.0.0.0 789club.cr
|
||||
0.0.0.0 789club.fun
|
||||
0.0.0.0 789club.gp
|
||||
0.0.0.0 789club.ke
|
||||
0.0.0.0 789club.kn
|
||||
0.0.0.0 789club.mba
|
||||
0.0.0.0 789club.men
|
||||
0.0.0.0 789club.mu
|
||||
0.0.0.0 789club.mw
|
||||
0.0.0.0 789club.nu
|
||||
0.0.0.0 789club.org
|
||||
0.0.0.0 789club.rich
|
||||
0.0.0.0 789club.spa
|
||||
0.0.0.0 789club.sx
|
||||
0.0.0.0 789club.tr
|
||||
0.0.0.0 789club.vg
|
||||
0.0.0.0 789club.vin
|
||||
0.0.0.0 789club.win
|
||||
@@ -2515,9 +2545,22 @@
|
||||
0.0.0.0 99vina.club
|
||||
0.0.0.0 99vn.bet
|
||||
0.0.0.0 9b992.com
|
||||
0.0.0.0 9bet.army
|
||||
0.0.0.0 9bet.band
|
||||
0.0.0.0 9bet.blue
|
||||
0.0.0.0 9bet.care
|
||||
0.0.0.0 9bet.diy
|
||||
0.0.0.0 9bet.es
|
||||
0.0.0.0 9bet.fund
|
||||
0.0.0.0 9bet.green
|
||||
0.0.0.0 9bet.krd
|
||||
0.0.0.0 9bet.mobi
|
||||
0.0.0.0 9bet.navy
|
||||
0.0.0.0 9bet.net
|
||||
0.0.0.0 9bet.photo
|
||||
0.0.0.0 9bet.pink
|
||||
0.0.0.0 9bet.rest
|
||||
0.0.0.0 9bet.vote
|
||||
0.0.0.0 9bet.win
|
||||
0.0.0.0 9bet.world
|
||||
0.0.0.0 9e3c.com
|
||||
@@ -2612,7 +2655,17 @@
|
||||
0.0.0.0 api.33beta.com
|
||||
0.0.0.0 api.88bet88bet.com
|
||||
0.0.0.0 api.99vn.bet
|
||||
0.0.0.0 api.9bet.army
|
||||
0.0.0.0 api.9bet.band
|
||||
0.0.0.0 api.9bet.care
|
||||
0.0.0.0 api.9bet.diy
|
||||
0.0.0.0 api.9bet.es
|
||||
0.0.0.0 api.9bet.fund
|
||||
0.0.0.0 api.9bet.green
|
||||
0.0.0.0 api.9bet.krd
|
||||
0.0.0.0 api.9bet.mobi
|
||||
0.0.0.0 api.9bet.photo
|
||||
0.0.0.0 api.9bet.vote
|
||||
0.0.0.0 api.9bet.win
|
||||
0.0.0.0 api.ae888.com
|
||||
0.0.0.0 api.ae88827.com
|
||||
@@ -2624,6 +2677,7 @@
|
||||
0.0.0.0 api.haybet.ws
|
||||
0.0.0.0 api.hb8887.com
|
||||
0.0.0.0 api.hdbet.com
|
||||
0.0.0.0 api.ku88.okinawa
|
||||
0.0.0.0 api.max79.win
|
||||
0.0.0.0 api.min88.com
|
||||
0.0.0.0 api.minivn.com
|
||||
@@ -2643,6 +2697,7 @@
|
||||
0.0.0.0 api.shbetvv.com
|
||||
0.0.0.0 api.sky88.club
|
||||
0.0.0.0 api.sky88.com
|
||||
0.0.0.0 api.sky88.moda
|
||||
0.0.0.0 api.st666.win
|
||||
0.0.0.0 api.topbet.net
|
||||
0.0.0.0 api.topbet.top
|
||||
@@ -2703,6 +2758,7 @@
|
||||
0.0.0.0 bachhoa88.com
|
||||
0.0.0.0 bacty88.com
|
||||
0.0.0.0 ball88.app
|
||||
0.0.0.0 ball88.blue
|
||||
0.0.0.0 ball88.casa
|
||||
0.0.0.0 ball88.com
|
||||
0.0.0.0 ball88.cool
|
||||
@@ -2712,10 +2768,13 @@
|
||||
0.0.0.0 ball88.games
|
||||
0.0.0.0 ball88.lat
|
||||
0.0.0.0 ball88.llc
|
||||
0.0.0.0 ball88.love
|
||||
0.0.0.0 ball88.ltd
|
||||
0.0.0.0 ball88.men
|
||||
0.0.0.0 ball88.mobi
|
||||
0.0.0.0 ball88.poker
|
||||
0.0.0.0 ball88.red
|
||||
0.0.0.0 ball88.team
|
||||
0.0.0.0 ball88.to
|
||||
0.0.0.0 ball88.zone
|
||||
0.0.0.0 banca.cc
|
||||
@@ -2792,8 +2851,13 @@
|
||||
0.0.0.0 bk8win.top
|
||||
0.0.0.0 bntv.bongvip.com
|
||||
0.0.0.0 bom52.club
|
||||
0.0.0.0 bom88.ac
|
||||
0.0.0.0 bom88.adqc.net
|
||||
0.0.0.0 bom88.baby
|
||||
0.0.0.0 bom88.casa
|
||||
0.0.0.0 bom88.city
|
||||
0.0.0.0 bom88.click
|
||||
0.0.0.0 bom88.coach
|
||||
0.0.0.0 bom88.com
|
||||
0.0.0.0 bom88.cool
|
||||
0.0.0.0 bom88.diy
|
||||
@@ -2803,6 +2867,8 @@
|
||||
0.0.0.0 bom88.pics
|
||||
0.0.0.0 bom88.plus
|
||||
0.0.0.0 bom88.shop
|
||||
0.0.0.0 bom88.team
|
||||
0.0.0.0 bom88.tips
|
||||
0.0.0.0 bong.thethaowin.net
|
||||
0.0.0.0 bong88.cam
|
||||
0.0.0.0 bong88.com
|
||||
@@ -2836,6 +2902,7 @@
|
||||
0.0.0.0 bwingno1.com
|
||||
0.0.0.0 bwingthethao.com
|
||||
0.0.0.0 c.bong99.com
|
||||
0.0.0.0 c168.biz
|
||||
0.0.0.0 c54373.com
|
||||
0.0.0.0 c54455.com
|
||||
0.0.0.0 c547777.com
|
||||
@@ -3054,16 +3121,28 @@
|
||||
0.0.0.0 dp568.com
|
||||
0.0.0.0 dp568bet.com
|
||||
0.0.0.0 du88.art
|
||||
0.0.0.0 du88.blue
|
||||
0.0.0.0 du88.cafe
|
||||
0.0.0.0 du88.care
|
||||
0.0.0.0 du88.chat
|
||||
0.0.0.0 du88.click
|
||||
0.0.0.0 du88.club
|
||||
0.0.0.0 du88.com
|
||||
0.0.0.0 du88.diy
|
||||
0.0.0.0 du88.fashion
|
||||
0.0.0.0 du88.football
|
||||
0.0.0.0 du88.guru
|
||||
0.0.0.0 du88.health
|
||||
0.0.0.0 du88.house
|
||||
0.0.0.0 du88.in
|
||||
0.0.0.0 du88.info
|
||||
0.0.0.0 du88.life
|
||||
0.0.0.0 du88.mba
|
||||
0.0.0.0 du88.pro
|
||||
0.0.0.0 du88.rent
|
||||
0.0.0.0 du88.sh
|
||||
0.0.0.0 du88.tips
|
||||
0.0.0.0 du88.wales
|
||||
0.0.0.0 dubaivn.vip
|
||||
0.0.0.0 duongdenkhungthanh.com
|
||||
0.0.0.0 dv88.city
|
||||
@@ -3299,16 +3378,21 @@
|
||||
0.0.0.0 gem88.win
|
||||
0.0.0.0 gemwin.cab
|
||||
0.0.0.0 gemwin.esq
|
||||
0.0.0.0 gemwin.fast
|
||||
0.0.0.0 gemwin.fm
|
||||
0.0.0.0 gemwin.fyi
|
||||
0.0.0.0 gemwin.ink
|
||||
0.0.0.0 gemwin.is
|
||||
0.0.0.0 gemwin.lc
|
||||
0.0.0.0 gemwin.limo
|
||||
0.0.0.0 gemwin.lv
|
||||
0.0.0.0 gemwin.mobi
|
||||
0.0.0.0 gemwin.my
|
||||
0.0.0.0 gemwin.nz
|
||||
0.0.0.0 gemwin.page
|
||||
0.0.0.0 gemwin.rent
|
||||
0.0.0.0 gemwin.rsvp
|
||||
0.0.0.0 gemwin.sale
|
||||
0.0.0.0 gemwin.spot
|
||||
0.0.0.0 gemwin.tax
|
||||
0.0.0.0 gemwin.to
|
||||
@@ -3330,6 +3414,7 @@
|
||||
0.0.0.0 go8.pub
|
||||
0.0.0.0 go8.pw
|
||||
0.0.0.0 go88-vn.com
|
||||
0.0.0.0 go88.adqc.net
|
||||
0.0.0.0 go88.bayern
|
||||
0.0.0.0 go88.ca
|
||||
0.0.0.0 go88.club
|
||||
@@ -3337,7 +3422,9 @@
|
||||
0.0.0.0 go88.contractors
|
||||
0.0.0.0 go88.food
|
||||
0.0.0.0 go88.live
|
||||
0.0.0.0 go88.ls
|
||||
0.0.0.0 go88.luxury
|
||||
0.0.0.0 go88.md
|
||||
0.0.0.0 go88.me
|
||||
0.0.0.0 go88.org
|
||||
0.0.0.0 go88.study
|
||||
@@ -3364,6 +3451,12 @@
|
||||
0.0.0.0 god55viet.com
|
||||
0.0.0.0 gogobolaku.com
|
||||
0.0.0.0 gw.gen88.com
|
||||
0.0.0.0 gw.mubet.care
|
||||
0.0.0.0 gw.mubet.help
|
||||
0.0.0.0 gw.mubet.media
|
||||
0.0.0.0 gw.mubet.talk
|
||||
0.0.0.0 gw.mubet.tips
|
||||
0.0.0.0 gw.mubet.toys
|
||||
0.0.0.0 gw.mubet.vip
|
||||
0.0.0.0 gw.tot88.store
|
||||
0.0.0.0 h3bet.com
|
||||
@@ -3391,7 +3484,12 @@
|
||||
0.0.0.0 hb8887.com
|
||||
0.0.0.0 hb88vn.co
|
||||
0.0.0.0 hbet.ac
|
||||
0.0.0.0 hbet.art
|
||||
0.0.0.0 hbet.bar
|
||||
0.0.0.0 hbet.bio
|
||||
0.0.0.0 hbet.club
|
||||
0.0.0.0 hbet.cz
|
||||
0.0.0.0 hbet.esq
|
||||
0.0.0.0 hbet.fm
|
||||
0.0.0.0 hbet.la
|
||||
0.0.0.0 hbet.li
|
||||
@@ -3400,8 +3498,13 @@
|
||||
0.0.0.0 hbet.nl
|
||||
0.0.0.0 hbet.ph
|
||||
0.0.0.0 hbet.pw
|
||||
0.0.0.0 hbet.sh
|
||||
0.0.0.0 hbet.so
|
||||
0.0.0.0 hbet.spa
|
||||
0.0.0.0 hbet.srl
|
||||
0.0.0.0 hbet.vc
|
||||
0.0.0.0 hbet.win
|
||||
0.0.0.0 hbet.wtf
|
||||
0.0.0.0 hcm66.com
|
||||
0.0.0.0 hd88.tv
|
||||
0.0.0.0 hdbet.com
|
||||
@@ -3448,6 +3551,7 @@
|
||||
0.0.0.0 hitclubchinhhang.com
|
||||
0.0.0.0 hl8thai8.com
|
||||
0.0.0.0 hn8.link
|
||||
0.0.0.0 hoibannghien.com
|
||||
0.0.0.0 hong88vn.click
|
||||
0.0.0.0 hong88vn.win
|
||||
0.0.0.0 host.im99.com
|
||||
@@ -3655,10 +3759,23 @@
|
||||
0.0.0.0 k801k.com
|
||||
0.0.0.0 k81206.com
|
||||
0.0.0.0 k88.art
|
||||
0.0.0.0 k88.bz
|
||||
0.0.0.0 k88.cam
|
||||
0.0.0.0 k88.club
|
||||
0.0.0.0 k88.cyou
|
||||
0.0.0.0 k88.day
|
||||
0.0.0.0 k88.mba
|
||||
0.0.0.0 k88.mobi
|
||||
0.0.0.0 k88.moe
|
||||
0.0.0.0 k88.mov
|
||||
0.0.0.0 k88.now
|
||||
0.0.0.0 k88.nz
|
||||
0.0.0.0 k88.phd
|
||||
0.0.0.0 k88.pro
|
||||
0.0.0.0 k88.soy
|
||||
0.0.0.0 k88.sx
|
||||
0.0.0.0 k88.tel
|
||||
0.0.0.0 k88.vc
|
||||
0.0.0.0 k88.win
|
||||
0.0.0.0 k89bet.com
|
||||
0.0.0.0 k8asia79.com
|
||||
@@ -3806,6 +3923,7 @@
|
||||
0.0.0.0 ku6131.net
|
||||
0.0.0.0 ku777bet.com
|
||||
0.0.0.0 ku88.fun
|
||||
0.0.0.0 ku88.okinawa
|
||||
0.0.0.0 ku88.pro
|
||||
0.0.0.0 ku88.win
|
||||
0.0.0.0 ku998.net
|
||||
@@ -3901,17 +4019,28 @@
|
||||
0.0.0.0 lp.zo1.win
|
||||
0.0.0.0 lt991.com
|
||||
0.0.0.0 lu88.ai
|
||||
0.0.0.0 lu88.app
|
||||
0.0.0.0 lu88.bio
|
||||
0.0.0.0 lu88.ch
|
||||
0.0.0.0 lu88.co
|
||||
0.0.0.0 lu88.com
|
||||
0.0.0.0 lu88.de
|
||||
0.0.0.0 lu88.ec
|
||||
0.0.0.0 lu88.foo
|
||||
0.0.0.0 lu88.gd
|
||||
0.0.0.0 lu88.gdn
|
||||
0.0.0.0 lu88.kim
|
||||
0.0.0.0 lu88.lc
|
||||
0.0.0.0 lu88.lv
|
||||
0.0.0.0 lu88.mba
|
||||
0.0.0.0 lu88.mn
|
||||
0.0.0.0 lu88.nz
|
||||
0.0.0.0 lu88.pro
|
||||
0.0.0.0 lu88.pub
|
||||
0.0.0.0 lu88.pw
|
||||
0.0.0.0 lu88.tv
|
||||
0.0.0.0 lu88.tw
|
||||
0.0.0.0 lu88.vg
|
||||
0.0.0.0 luck6.com
|
||||
0.0.0.0 luck8.com
|
||||
0.0.0.0 luck8881.com
|
||||
@@ -3936,6 +4065,7 @@
|
||||
0.0.0.0 lucky88.win
|
||||
0.0.0.0 lucky88vn.com
|
||||
0.0.0.0 lxviet66.com
|
||||
0.0.0.0 m.188lux.com
|
||||
0.0.0.0 m.188thethao.com
|
||||
0.0.0.0 m.88viet.com
|
||||
0.0.0.0 m.88vnd.com
|
||||
@@ -3982,6 +4112,7 @@
|
||||
0.0.0.0 m.tf88v.com
|
||||
0.0.0.0 m.tf88vn.com
|
||||
0.0.0.0 m.tin888.club
|
||||
0.0.0.0 m.tin888.top
|
||||
0.0.0.0 m.ud1a.com
|
||||
0.0.0.0 m.udw87.cc
|
||||
0.0.0.0 m.udw881.cc
|
||||
@@ -4048,18 +4179,28 @@
|
||||
0.0.0.0 man79.org
|
||||
0.0.0.0 man88.biz
|
||||
0.0.0.0 man88.bz
|
||||
0.0.0.0 man88.cfd
|
||||
0.0.0.0 man88.ch
|
||||
0.0.0.0 man88.cl
|
||||
0.0.0.0 man88.co
|
||||
0.0.0.0 man88.io
|
||||
0.0.0.0 man88.la
|
||||
0.0.0.0 man88.lat
|
||||
0.0.0.0 man88.li
|
||||
0.0.0.0 man88.net
|
||||
0.0.0.0 man88.ng
|
||||
0.0.0.0 man88.ph
|
||||
0.0.0.0 man88.pl
|
||||
0.0.0.0 man88.pw
|
||||
0.0.0.0 man88.sh
|
||||
0.0.0.0 man88.spa
|
||||
0.0.0.0 man88.top
|
||||
0.0.0.0 man88.vc
|
||||
0.0.0.0 man88.vip
|
||||
0.0.0.0 man88.vu
|
||||
0.0.0.0 man88.win
|
||||
0.0.0.0 man88.wtf
|
||||
0.0.0.0 man88.xin
|
||||
0.0.0.0 manclub.live
|
||||
0.0.0.0 manclub.us
|
||||
0.0.0.0 manclub.vin
|
||||
@@ -4158,9 +4299,18 @@
|
||||
0.0.0.0 mu92.com
|
||||
0.0.0.0 mu922.com
|
||||
0.0.0.0 mubet.best
|
||||
0.0.0.0 mubet.care
|
||||
0.0.0.0 mubet.dev
|
||||
0.0.0.0 mubet.help
|
||||
0.0.0.0 mubet.info
|
||||
0.0.0.0 mubet.media
|
||||
0.0.0.0 mubet.sh
|
||||
0.0.0.0 mubet.talk
|
||||
0.0.0.0 mubet.tips
|
||||
0.0.0.0 mubet.toys
|
||||
0.0.0.0 mubet.video
|
||||
0.0.0.0 mubet.vip
|
||||
0.0.0.0 mubet.website
|
||||
0.0.0.0 mv66.app
|
||||
0.0.0.0 mv66.baby
|
||||
0.0.0.0 mv66.biz
|
||||
@@ -4326,6 +4476,7 @@
|
||||
0.0.0.0 play.fa88.win
|
||||
0.0.0.0 play.gemwin.vip
|
||||
0.0.0.0 play.go88.club
|
||||
0.0.0.0 play.go88.md
|
||||
0.0.0.0 play.go88.tv
|
||||
0.0.0.0 play.haywin.ai
|
||||
0.0.0.0 play.haywin.space
|
||||
@@ -4356,6 +4507,10 @@
|
||||
0.0.0.0 play.topclub.casa
|
||||
0.0.0.0 play.vaob52.click
|
||||
0.0.0.0 play.vic.hair
|
||||
0.0.0.0 play.vicclub.ac
|
||||
0.0.0.0 play.vicclub.id
|
||||
0.0.0.0 play.vicclub.mx
|
||||
0.0.0.0 play.vicclub.sh
|
||||
0.0.0.0 play.vip79.top
|
||||
0.0.0.0 play.win79.vip
|
||||
0.0.0.0 play.win79d.com
|
||||
@@ -4384,8 +4539,18 @@
|
||||
0.0.0.0 profile.w88.vin
|
||||
0.0.0.0 prok8.com
|
||||
0.0.0.0 pt1.fabet.win
|
||||
0.0.0.0 pub88.camera
|
||||
0.0.0.0 pub88.channel
|
||||
0.0.0.0 pub88.charity
|
||||
0.0.0.0 pub88.college
|
||||
0.0.0.0 pub88.com
|
||||
0.0.0.0 pub88.company
|
||||
0.0.0.0 pub88.day
|
||||
0.0.0.0 pub88.forum
|
||||
0.0.0.0 pub88.ltd
|
||||
0.0.0.0 pub88.monster
|
||||
0.0.0.0 pub88.pw
|
||||
0.0.0.0 pub88.tips
|
||||
0.0.0.0 pub88.win
|
||||
0.0.0.0 pum88.com
|
||||
0.0.0.0 qc.789.mobi
|
||||
@@ -4504,6 +4669,8 @@
|
||||
0.0.0.0 s3.sin88.sx
|
||||
0.0.0.0 s3.sin88.tw
|
||||
0.0.0.0 s4.gen88.com
|
||||
0.0.0.0 s4.mubet.care
|
||||
0.0.0.0 s4.mubet.help
|
||||
0.0.0.0 s4.mubet.vip
|
||||
0.0.0.0 s4.tot88.store
|
||||
0.0.0.0 s555.com
|
||||
@@ -4572,6 +4739,7 @@
|
||||
0.0.0.0 sinbet.com
|
||||
0.0.0.0 sinbet.vip
|
||||
0.0.0.0 sk.ball88.app
|
||||
0.0.0.0 sk.ball88.blue
|
||||
0.0.0.0 sk.ball88.casa
|
||||
0.0.0.0 sk.ball88.com
|
||||
0.0.0.0 sk.ball88.day
|
||||
@@ -4580,6 +4748,7 @@
|
||||
0.0.0.0 sk.ball88.ltd
|
||||
0.0.0.0 sk.ball88.men
|
||||
0.0.0.0 sk.ball88.mobi
|
||||
0.0.0.0 sk.ball88.team
|
||||
0.0.0.0 sk.ball88.to
|
||||
0.0.0.0 sk.ball88.zone
|
||||
0.0.0.0 sk.debet.cx
|
||||
@@ -4607,21 +4776,32 @@
|
||||
0.0.0.0 sk.vin88.pw
|
||||
0.0.0.0 sk.vin88.vin
|
||||
0.0.0.0 sk.vin88.vip
|
||||
0.0.0.0 sk.xibet.cat
|
||||
0.0.0.0 sk.xibet.com
|
||||
0.0.0.0 sk.xibet.ec
|
||||
0.0.0.0 sk.xibet.foo
|
||||
0.0.0.0 sk.xibet.fun
|
||||
0.0.0.0 sk.xibet.ing
|
||||
0.0.0.0 sk.xibet.now
|
||||
0.0.0.0 sk.xibet.nz
|
||||
0.0.0.0 sk.xibet.pl
|
||||
0.0.0.0 sk.xibet.red
|
||||
0.0.0.0 sk.xibet.soy
|
||||
0.0.0.0 sk.xibet.tax
|
||||
0.0.0.0 sk.xibet.vu
|
||||
0.0.0.0 sk.xibet.wtf
|
||||
0.0.0.0 sk.xibet.you
|
||||
0.0.0.0 sk.zbet.ws
|
||||
0.0.0.0 sky88.bet
|
||||
0.0.0.0 sky88.club
|
||||
0.0.0.0 sky88.com
|
||||
0.0.0.0 sky88.in
|
||||
0.0.0.0 sky88.info
|
||||
0.0.0.0 sky88.moda
|
||||
0.0.0.0 sky88.net
|
||||
0.0.0.0 sky88.top
|
||||
0.0.0.0 sky88.win
|
||||
0.0.0.0 sky88chinhhang.com
|
||||
0.0.0.0 skyclub.bid
|
||||
0.0.0.0 sm611.com
|
||||
0.0.0.0 smart.8live.com
|
||||
@@ -4644,12 +4824,23 @@
|
||||
0.0.0.0 sock.sky88.club
|
||||
0.0.0.0 sock.sky88.com
|
||||
0.0.0.0 sock.sky88.in
|
||||
0.0.0.0 socket.9bet.army
|
||||
0.0.0.0 socket.9bet.band
|
||||
0.0.0.0 socket.9bet.care
|
||||
0.0.0.0 socket.9bet.diy
|
||||
0.0.0.0 socket.9bet.es
|
||||
0.0.0.0 socket.9bet.fund
|
||||
0.0.0.0 socket.9bet.green
|
||||
0.0.0.0 socket.9bet.krd
|
||||
0.0.0.0 socket.9bet.mobi
|
||||
0.0.0.0 socket.9bet.photo
|
||||
0.0.0.0 socket.9bet.vote
|
||||
0.0.0.0 socket.9bet.win
|
||||
0.0.0.0 socket.debet.so
|
||||
0.0.0.0 socket.debet.uk
|
||||
0.0.0.0 socket.debet.win
|
||||
0.0.0.0 socket.hdbet.com
|
||||
0.0.0.0 socket.ku88.okinawa
|
||||
0.0.0.0 socket.topbet.top
|
||||
0.0.0.0 socket.usbet.cc
|
||||
0.0.0.0 socket.usbet.net
|
||||
@@ -4716,6 +4907,7 @@
|
||||
0.0.0.0 sunwin.inc
|
||||
0.0.0.0 sunwin.lt
|
||||
0.0.0.0 sunwin.moi
|
||||
0.0.0.0 sunwin.parts
|
||||
0.0.0.0 sunwin.pro
|
||||
0.0.0.0 sunwin.pw
|
||||
0.0.0.0 sunwin.show
|
||||
@@ -4889,6 +5081,8 @@
|
||||
0.0.0.0 tin88.top
|
||||
0.0.0.0 tin88.vip
|
||||
0.0.0.0 tin888.club
|
||||
0.0.0.0 tin888.net
|
||||
0.0.0.0 tin888.top
|
||||
0.0.0.0 tintuc.vlott88.com
|
||||
0.0.0.0 tip.club
|
||||
0.0.0.0 tip88.app
|
||||
@@ -4945,6 +5139,9 @@
|
||||
0.0.0.0 topzo.top
|
||||
0.0.0.0 topzo.vip
|
||||
0.0.0.0 tot88.com
|
||||
0.0.0.0 tot88.farm
|
||||
0.0.0.0 tot88.ink
|
||||
0.0.0.0 tot88.loan
|
||||
0.0.0.0 tot88.store
|
||||
0.0.0.0 tourghepmienbac.net
|
||||
0.0.0.0 trang188vn.com
|
||||
@@ -4956,22 +5153,34 @@
|
||||
0.0.0.0 tt128.net
|
||||
0.0.0.0 twin5568.com
|
||||
0.0.0.0 tx1.vip
|
||||
0.0.0.0 tx88.band
|
||||
0.0.0.0 tx88.biz
|
||||
0.0.0.0 tx88.ch
|
||||
0.0.0.0 tx88.com
|
||||
0.0.0.0 tx88.download
|
||||
0.0.0.0 tx88.fan
|
||||
0.0.0.0 tx88.fashion
|
||||
0.0.0.0 tx88.free
|
||||
0.0.0.0 tx88.fun
|
||||
0.0.0.0 tx88.fund
|
||||
0.0.0.0 tx88.fyi
|
||||
0.0.0.0 tx88.games
|
||||
0.0.0.0 tx88.hot
|
||||
0.0.0.0 tx88.in
|
||||
0.0.0.0 tx88.ing
|
||||
0.0.0.0 tx88.krd
|
||||
0.0.0.0 tx88.la
|
||||
0.0.0.0 tx88.land
|
||||
0.0.0.0 tx88.llc
|
||||
0.0.0.0 tx88.navy
|
||||
0.0.0.0 tx88.now
|
||||
0.0.0.0 tx88.onl
|
||||
0.0.0.0 tx88.photo
|
||||
0.0.0.0 tx88.pink
|
||||
0.0.0.0 tx88.rest
|
||||
0.0.0.0 tx88.top
|
||||
0.0.0.0 tx88.vet
|
||||
0.0.0.0 tx88.vote
|
||||
0.0.0.0 tx88.zone
|
||||
0.0.0.0 tydo88.com
|
||||
0.0.0.0 tz.bet20.bet
|
||||
@@ -4983,14 +5192,17 @@
|
||||
0.0.0.0 udw881.cc
|
||||
0.0.0.0 udw886.com
|
||||
0.0.0.0 uer5.com
|
||||
0.0.0.0 uk88.cab
|
||||
0.0.0.0 uk88.club
|
||||
0.0.0.0 uk88.com
|
||||
0.0.0.0 uk88.dev
|
||||
0.0.0.0 uk88.gd
|
||||
0.0.0.0 uk88.how
|
||||
0.0.0.0 uk88.mba
|
||||
0.0.0.0 uk88.top
|
||||
0.0.0.0 uk88.vip
|
||||
0.0.0.0 uk88.xin
|
||||
0.0.0.0 uk88chinhhang.com
|
||||
0.0.0.0 upanh.vn88.com
|
||||
0.0.0.0 usbet.cc
|
||||
0.0.0.0 usbet.net
|
||||
@@ -5064,13 +5276,21 @@
|
||||
0.0.0.0 vi.oppa888.com
|
||||
0.0.0.0 vi68.org
|
||||
0.0.0.0 vibet.com
|
||||
0.0.0.0 vic.boutique
|
||||
0.0.0.0 vic.doctor
|
||||
0.0.0.0 vic.hair
|
||||
0.0.0.0 vic.ventures
|
||||
0.0.0.0 vic.win
|
||||
0.0.0.0 vic88.com
|
||||
0.0.0.0 vic88.link
|
||||
0.0.0.0 vic88.mx
|
||||
0.0.0.0 vic88.net
|
||||
0.0.0.0 vicclub.ac
|
||||
0.0.0.0 vicclub.at
|
||||
0.0.0.0 vicclub.id
|
||||
0.0.0.0 vicclub.ink
|
||||
0.0.0.0 vicclub.mx
|
||||
0.0.0.0 vicclub.sh
|
||||
0.0.0.0 victorwin555.com
|
||||
0.0.0.0 vicwin.vip
|
||||
0.0.0.0 vietvwin.com
|
||||
@@ -5175,6 +5395,7 @@
|
||||
0.0.0.0 vnvwin.com
|
||||
0.0.0.0 vnxoso-web.com
|
||||
0.0.0.0 vpn8k.top
|
||||
0.0.0.0 vsbetvbs.net
|
||||
0.0.0.0 vscore.bet
|
||||
0.0.0.0 vscore.pro
|
||||
0.0.0.0 vsports.bet
|
||||
@@ -5182,17 +5403,28 @@
|
||||
0.0.0.0 vsports88.asia
|
||||
0.0.0.0 vstar79.com
|
||||
0.0.0.0 vu88.ac
|
||||
0.0.0.0 vu88.best
|
||||
0.0.0.0 vu88.bio
|
||||
0.0.0.0 vu88.com
|
||||
0.0.0.0 vu88.cz
|
||||
0.0.0.0 vu88.de
|
||||
0.0.0.0 vu88.fan
|
||||
0.0.0.0 vu88.fm
|
||||
0.0.0.0 vu88.in
|
||||
0.0.0.0 vu88.la
|
||||
0.0.0.0 vu88.live
|
||||
0.0.0.0 vu88.lv
|
||||
0.0.0.0 vu88.mobi
|
||||
0.0.0.0 vu88.moe
|
||||
0.0.0.0 vu88.mx
|
||||
0.0.0.0 vu88.net
|
||||
0.0.0.0 vu88.ng
|
||||
0.0.0.0 vu88.ro
|
||||
0.0.0.0 vu88.sh
|
||||
0.0.0.0 vu88.tax
|
||||
0.0.0.0 vu88.tel
|
||||
0.0.0.0 vu88.tv
|
||||
0.0.0.0 vu88.vu
|
||||
0.0.0.0 vu88.ws
|
||||
0.0.0.0 vua88.app
|
||||
0.0.0.0 vua88.biz
|
||||
@@ -5297,6 +5529,7 @@
|
||||
0.0.0.0 web.nhatvip.net
|
||||
0.0.0.0 web.sunwin.pro
|
||||
0.0.0.0 web.topzo.com
|
||||
0.0.0.0 web.win79.eco
|
||||
0.0.0.0 web.win79.moi
|
||||
0.0.0.0 web.win79.vg
|
||||
0.0.0.0 web.yo88.is
|
||||
@@ -5320,6 +5553,7 @@
|
||||
0.0.0.0 win79.app
|
||||
0.0.0.0 win79.com
|
||||
0.0.0.0 win79.download
|
||||
0.0.0.0 win79.eco
|
||||
0.0.0.0 win79.fun
|
||||
0.0.0.0 win79.im
|
||||
0.0.0.0 win79.live
|
||||
@@ -5330,6 +5564,7 @@
|
||||
0.0.0.0 win79.vg
|
||||
0.0.0.0 win79.vip
|
||||
0.0.0.0 win79a.com
|
||||
0.0.0.0 win79chinhhang.com
|
||||
0.0.0.0 win79d.com
|
||||
0.0.0.0 win79play.me
|
||||
0.0.0.0 win888b.com
|
||||
@@ -5350,10 +5585,21 @@
|
||||
0.0.0.0 winvn18.com
|
||||
0.0.0.0 won88.com
|
||||
0.0.0.0 won88.win
|
||||
0.0.0.0 wp.9bet.army
|
||||
0.0.0.0 wp.9bet.band
|
||||
0.0.0.0 wp.9bet.care
|
||||
0.0.0.0 wp.9bet.diy
|
||||
0.0.0.0 wp.9bet.es
|
||||
0.0.0.0 wp.9bet.fund
|
||||
0.0.0.0 wp.9bet.green
|
||||
0.0.0.0 wp.9bet.krd
|
||||
0.0.0.0 wp.9bet.mobi
|
||||
0.0.0.0 wp.9bet.photo
|
||||
0.0.0.0 wp.9bet.vote
|
||||
0.0.0.0 wp.9bet.win
|
||||
0.0.0.0 wp.debet79.info
|
||||
0.0.0.0 wp.hdbet.com
|
||||
0.0.0.0 wp.ku88.okinawa
|
||||
0.0.0.0 wp.mibet.net
|
||||
0.0.0.0 wp.nbet.fan
|
||||
0.0.0.0 wp.nbet.to
|
||||
@@ -5365,6 +5611,7 @@
|
||||
0.0.0.0 wp.rikvip.tv
|
||||
0.0.0.0 wp.sky88.club
|
||||
0.0.0.0 wp.sky88.com
|
||||
0.0.0.0 wp.sky88.moda
|
||||
0.0.0.0 wp.topbet.net
|
||||
0.0.0.0 wp.topbet.top
|
||||
0.0.0.0 ww88.club
|
||||
@@ -5836,14 +6083,25 @@
|
||||
0.0.0.0 xemdabanh.club
|
||||
0.0.0.0 xemdagacampuchia.com
|
||||
0.0.0.0 xemtylecacuoc.bong99.com
|
||||
0.0.0.0 xibet.cat
|
||||
0.0.0.0 xibet.com
|
||||
0.0.0.0 xibet.ec
|
||||
0.0.0.0 xibet.foo
|
||||
0.0.0.0 xibet.fun
|
||||
0.0.0.0 xibet.ing
|
||||
0.0.0.0 xibet.moi
|
||||
0.0.0.0 xibet.now
|
||||
0.0.0.0 xibet.nz
|
||||
0.0.0.0 xibet.pl
|
||||
0.0.0.0 xibet.red
|
||||
0.0.0.0 xibet.soy
|
||||
0.0.0.0 xibet.tax
|
||||
0.0.0.0 xibet.uno
|
||||
0.0.0.0 xibet.vg
|
||||
0.0.0.0 xibet.vu
|
||||
0.0.0.0 xibet.win
|
||||
0.0.0.0 xibet.wtf
|
||||
0.0.0.0 xibet.you
|
||||
0.0.0.0 xidach.8day66.com
|
||||
0.0.0.0 xingtou888.com
|
||||
0.0.0.0 xn--hi-ji6caa.com
|
||||
@@ -5926,6 +6184,8 @@
|
||||
0.0.0.0 zowin.ci
|
||||
0.0.0.0 zowin.esq
|
||||
0.0.0.0 zowin.fan
|
||||
0.0.0.0 zowin.fm
|
||||
0.0.0.0 zowin.gripe
|
||||
0.0.0.0 zowin.im
|
||||
0.0.0.0 zowin.is
|
||||
0.0.0.0 zowin.kim
|
||||
@@ -5933,15 +6193,43 @@
|
||||
0.0.0.0 zowin.ng
|
||||
0.0.0.0 zowin.ph
|
||||
0.0.0.0 zowin.red
|
||||
0.0.0.0 zowin.ro
|
||||
0.0.0.0 zowin.sh
|
||||
0.0.0.0 zowin.srl
|
||||
0.0.0.0 zowin.st
|
||||
0.0.0.0 zowin.sx
|
||||
0.0.0.0 zowin.tv
|
||||
0.0.0.0 zowin.tw
|
||||
0.0.0.0 zowin.uno
|
||||
0.0.0.0 zowin.vg
|
||||
0.0.0.0 zowin.vu
|
||||
0.0.0.0 zowin.ws
|
||||
0.0.0.0 zowinchinhhang.online
|
||||
0.0.0.0 tipico.de
|
||||
0.0.0.0 bwin.de
|
||||
0.0.0.0 bet365.de
|
||||
0.0.0.0 betano.de
|
||||
0.0.0.0 betway.de
|
||||
0.0.0.0 bet-at-home.de
|
||||
0.0.0.0 interwetten.de
|
||||
0.0.0.0 sportwetten.de
|
||||
0.0.0.0 pddset.de
|
||||
0.0.0.0 daznbet.de
|
||||
0.0.0.0 vbet.de
|
||||
0.0.0.0 sportingbet.de
|
||||
0.0.0.0 winamax.de
|
||||
0.0.0.0 tipwin.de
|
||||
0.0.0.0 bet3000.de
|
||||
0.0.0.0 betbird.de
|
||||
0.0.0.0 letsbet.de
|
||||
0.0.0.0 merkur-sports.de
|
||||
0.0.0.0 merkurbets.de
|
||||
0.0.0.0 wettarena.de
|
||||
0.0.0.0 tiptorro.de
|
||||
0.0.0.0 original-wetten.de
|
||||
0.0.0.0 betstar.sportwetten.de
|
||||
0.0.0.0 betstar.sw.de
|
||||
0.0.0.0 888sport.de
|
||||
0.0.0.0 10bet.com
|
||||
0.0.0.0 10luxury39.com
|
||||
0.0.0.0 11wickets.com
|
||||
@@ -8584,6 +8872,29 @@
|
||||
0.0.0.0 www.pokerstars.bg
|
||||
0.0.0.0 everbet.bg
|
||||
0.0.0.0 slotino.bg
|
||||
0.0.0.0 j7n1p8x.com
|
||||
0.0.0.0 www.phtaya46.link
|
||||
0.0.0.0 96phj.com
|
||||
0.0.0.0 diamondjl.vip
|
||||
0.0.0.0 www.paldocrown94.xyz
|
||||
0.0.0.0 www.c04jilipark.com
|
||||
0.0.0.0 www.z17phwin.cc
|
||||
0.0.0.0 www.injljl.com
|
||||
0.0.0.0 fy379vvu3.com
|
||||
0.0.0.0 www.jdquest.org
|
||||
0.0.0.0 www.jdsp4825.xyz
|
||||
0.0.0.0 www.69687696.com
|
||||
0.0.0.0 g89.lol
|
||||
0.0.0.0 www.ah77lb5.xyz
|
||||
0.0.0.0 www.17jl177.com
|
||||
0.0.0.0 www.g488hshsssaaz.xyz
|
||||
0.0.0.0 www.sealjl.bar
|
||||
0.0.0.0 www.zzzhhhhwoog488.cyou
|
||||
0.0.0.0 www.acewin999.top
|
||||
0.0.0.0 winning228.sch.id
|
||||
0.0.0.0 www.191slotsgo.cc
|
||||
0.0.0.0 nextbola.ac.id
|
||||
0.0.0.0 bolaku.sch.id
|
||||
# blacklist
|
||||
#
|
||||
# The contents of this file (containing a listing of additional domains in
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: fakenews, gambling](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts)
|
||||
containing 8,555 entries.
|
||||
containing 8,866 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: fakenews, gambling, porn](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts)
|
||||
containing 85,302 entries.
|
||||
containing 85,659 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: fakenews, gambling, porn, social](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
containing 88,492 entries.
|
||||
containing 89,413 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+32356
-36153
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with fakenews, gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts)
|
||||
containing 168,828 entries.
|
||||
containing 165,024 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+31768
-36124
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with fakenews, gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts)
|
||||
containing 165,615 entries.
|
||||
containing 161,250 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: fakenews, gambling, social](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts)
|
||||
containing 11,799 entries.
|
||||
containing 12,674 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+32288
-36130
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with fakenews, gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts)
|
||||
containing 92,801 entries.
|
||||
containing 88,952 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+31699
-36100
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with fakenews, gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts)
|
||||
containing 89,586 entries.
|
||||
containing 85,176 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# This hosts file is a merged collection of hosts from reputable sources,
|
||||
# with a dash of crowd sourcing via GitHub
|
||||
#
|
||||
# Date: 18 July 2026 21:38:07 (UTC)
|
||||
# Date: 25 September 2026 19:30:10 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: fakenews
|
||||
# Number of unique domains: 2,187
|
||||
|
||||
@@ -35,7 +35,7 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: fakenews](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts)
|
||||
containing 2,187 entries.
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
# This hosts file is a merged collection of hosts from reputable sources,
|
||||
# with a dash of crowd sourcing via GitHub
|
||||
#
|
||||
# Date: 18 July 2026 21:38:12 (UTC)
|
||||
# Date: 25 September 2026 19:30:16 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: fakenews, porn
|
||||
# Number of unique domains: 78,940
|
||||
# Number of unique domains: 78,986
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts
|
||||
# Project home page: https://github.com/StevenBlack/hosts
|
||||
@@ -2212,9 +2212,9 @@
|
||||
0.0.0.0 yubasuttertimes.com
|
||||
0.0.0.0 zombie.news
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 17 Jul 2026 14:09 UTC+7
|
||||
# Version: 2607171409
|
||||
# Blocked: 1.895 domains
|
||||
# Last modified: 23 Sep 2026 11:05 UTC+7
|
||||
# Version: 2609231105
|
||||
# Blocked: 1.943 domains
|
||||
# Only include adult domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -2309,6 +2309,7 @@
|
||||
0.0.0.0 cap3.autos
|
||||
0.0.0.0 cap3.beer
|
||||
0.0.0.0 cap3.click
|
||||
0.0.0.0 cap3.email
|
||||
0.0.0.0 cap3.monster
|
||||
0.0.0.0 cap3.pics
|
||||
0.0.0.0 cap3.pro
|
||||
@@ -2469,6 +2470,7 @@
|
||||
0.0.0.0 ephimsex.net
|
||||
0.0.0.0 erotic-hentai.com
|
||||
0.0.0.0 etinhyeu.com
|
||||
0.0.0.0 exviet69.cc
|
||||
0.0.0.0 fanpay.org
|
||||
0.0.0.0 fap18.net
|
||||
0.0.0.0 file.mm1cloud.com
|
||||
@@ -2482,7 +2484,10 @@
|
||||
0.0.0.0 gaicaocap.xyz
|
||||
0.0.0.0 gaichanh.co
|
||||
0.0.0.0 gaidam18.com
|
||||
0.0.0.0 gaidep.blog
|
||||
0.0.0.0 gaidepvn.xyz
|
||||
0.0.0.0 gaidepxx.com
|
||||
0.0.0.0 gaidepxx.me
|
||||
0.0.0.0 gaigoi.homes
|
||||
0.0.0.0 gaigoi.id
|
||||
0.0.0.0 gaigoi.live
|
||||
@@ -2535,6 +2540,7 @@
|
||||
0.0.0.0 gaigu.info
|
||||
0.0.0.0 gaigu.net
|
||||
0.0.0.0 gaigu.xyz
|
||||
0.0.0.0 gaigu18.blog
|
||||
0.0.0.0 gaigu6.tv
|
||||
0.0.0.0 gaigu7.tv
|
||||
0.0.0.0 gaigu8.com
|
||||
@@ -2661,9 +2667,11 @@
|
||||
0.0.0.0 heovl.cc
|
||||
0.0.0.0 heovl.com
|
||||
0.0.0.0 heovl.fun
|
||||
0.0.0.0 heovl.im
|
||||
0.0.0.0 heovl.live
|
||||
0.0.0.0 heovl.me
|
||||
0.0.0.0 heovl.moe
|
||||
0.0.0.0 heovl.name
|
||||
0.0.0.0 heovl.net
|
||||
0.0.0.0 heovl.tube
|
||||
0.0.0.0 heovl.tv
|
||||
@@ -2671,6 +2679,7 @@
|
||||
0.0.0.0 heovl1.net
|
||||
0.0.0.0 heovlx.com
|
||||
0.0.0.0 hhentai.net
|
||||
0.0.0.0 hihisex.app
|
||||
0.0.0.0 hihisex.pro
|
||||
0.0.0.0 hihisex.vip
|
||||
0.0.0.0 hinhgai.com
|
||||
@@ -2692,8 +2701,12 @@
|
||||
0.0.0.0 img.hentaivv1.com
|
||||
0.0.0.0 img.nangcuc.dev
|
||||
0.0.0.0 img.nangcucz.link
|
||||
0.0.0.0 img.phimkk.pro
|
||||
0.0.0.0 img.sexbuz.com
|
||||
0.0.0.0 img.vl69.pro
|
||||
0.0.0.0 img.xxxmeo.com
|
||||
0.0.0.0 img.xxxphim.top
|
||||
0.0.0.0 img.xxxviet.io
|
||||
0.0.0.0 info.xnxx.gold
|
||||
0.0.0.0 japanhdv.biz
|
||||
0.0.0.0 japansex.blog
|
||||
@@ -2708,6 +2721,7 @@
|
||||
0.0.0.0 javgg.me
|
||||
0.0.0.0 javgg.sbs
|
||||
0.0.0.0 javgiga.com
|
||||
0.0.0.0 javhay.buzz
|
||||
0.0.0.0 javhay.click
|
||||
0.0.0.0 javhay.co
|
||||
0.0.0.0 javhay.cyou
|
||||
@@ -2726,11 +2740,13 @@
|
||||
0.0.0.0 javhd.best
|
||||
0.0.0.0 javhd.bio
|
||||
0.0.0.0 javhd.charity
|
||||
0.0.0.0 javhd.co.uk
|
||||
0.0.0.0 javhd.contact
|
||||
0.0.0.0 javhd.exchange
|
||||
0.0.0.0 javhd.im
|
||||
0.0.0.0 javhd.lol
|
||||
0.0.0.0 javhd.moe
|
||||
0.0.0.0 javhd.mov
|
||||
0.0.0.0 javhd.network
|
||||
0.0.0.0 javhd.ninja
|
||||
0.0.0.0 javhd.one
|
||||
@@ -2745,8 +2761,16 @@
|
||||
0.0.0.0 javhdhay.us
|
||||
0.0.0.0 javhdhayz.com
|
||||
0.0.0.0 javhdvietsub.com
|
||||
0.0.0.0 javhdz.ac
|
||||
0.0.0.0 javhdz.bz
|
||||
0.0.0.0 javhdz.cam
|
||||
0.0.0.0 javhdz.city
|
||||
0.0.0.0 javhdz.fun
|
||||
0.0.0.0 javhdz.hot
|
||||
0.0.0.0 javhdz.pro
|
||||
0.0.0.0 javhdz.pw
|
||||
0.0.0.0 javhdz.red
|
||||
0.0.0.0 javhdz.wine
|
||||
0.0.0.0 javhiv.com
|
||||
0.0.0.0 javhiv.xyz
|
||||
0.0.0.0 javlxx.com
|
||||
@@ -2766,6 +2790,7 @@
|
||||
0.0.0.0 javphim.vin
|
||||
0.0.0.0 javphoz.com
|
||||
0.0.0.0 javsex.cc
|
||||
0.0.0.0 javsub.blog
|
||||
0.0.0.0 javsub.cc
|
||||
0.0.0.0 javsub.co
|
||||
0.0.0.0 javsub.live
|
||||
@@ -2860,6 +2885,7 @@
|
||||
0.0.0.0 m.heyzo.biz
|
||||
0.0.0.0 m.sexsub.xyz
|
||||
0.0.0.0 m.viet69.tech
|
||||
0.0.0.0 m.xnhau.city
|
||||
0.0.0.0 manhwa24hs.com
|
||||
0.0.0.0 manhwavn.com
|
||||
0.0.0.0 massagebinhduong.vipvn.net
|
||||
@@ -2936,6 +2962,7 @@
|
||||
0.0.0.0 phim-javhd.pro
|
||||
0.0.0.0 phim-sec.one
|
||||
0.0.0.0 phim-set.info
|
||||
0.0.0.0 phim-sex.io
|
||||
0.0.0.0 phim-sex.live
|
||||
0.0.0.0 phim-sex.net
|
||||
0.0.0.0 phim-sexhd.biz
|
||||
@@ -2947,6 +2974,7 @@
|
||||
0.0.0.0 phim.vl9x.net
|
||||
0.0.0.0 phim.vuasex.co
|
||||
0.0.0.0 phim.xxxhai.com
|
||||
0.0.0.0 phim.xxxmeo.com
|
||||
0.0.0.0 phim18.co
|
||||
0.0.0.0 phim18.online
|
||||
0.0.0.0 phim18.ws
|
||||
@@ -2956,6 +2984,7 @@
|
||||
0.0.0.0 phim18hd.net
|
||||
0.0.0.0 phim18hd.one
|
||||
0.0.0.0 phim18hd.top
|
||||
0.0.0.0 phim18k.blog
|
||||
0.0.0.0 phim18k.com
|
||||
0.0.0.0 phim18vn.com
|
||||
0.0.0.0 phim18x.net
|
||||
@@ -3004,6 +3033,7 @@
|
||||
0.0.0.0 phimkk.com
|
||||
0.0.0.0 phimkk.me
|
||||
0.0.0.0 phimkk.net
|
||||
0.0.0.0 phimkk.pro
|
||||
0.0.0.0 phimkk.ws
|
||||
0.0.0.0 phimloanluan.net
|
||||
0.0.0.0 phimloanluan.org
|
||||
@@ -3245,6 +3275,7 @@
|
||||
0.0.0.0 pornpic.org
|
||||
0.0.0.0 pornzo.net
|
||||
0.0.0.0 pphimsex.com
|
||||
0.0.0.0 qmh.garden
|
||||
0.0.0.0 qmh.quest
|
||||
0.0.0.0 qmh.rest
|
||||
0.0.0.0 qmh.sex
|
||||
@@ -3279,10 +3310,12 @@
|
||||
0.0.0.0 ribaysteak.ru
|
||||
0.0.0.0 rphang.ac
|
||||
0.0.0.0 rphang.cc
|
||||
0.0.0.0 rphang.com
|
||||
0.0.0.0 rphang.dog
|
||||
0.0.0.0 rphang.lat
|
||||
0.0.0.0 rphang.luutrurp.com
|
||||
0.0.0.0 rphang.me
|
||||
0.0.0.0 rphang.now
|
||||
0.0.0.0 rphang.online
|
||||
0.0.0.0 rphangcdn.com
|
||||
0.0.0.0 rphangs.net
|
||||
@@ -3291,9 +3324,12 @@
|
||||
0.0.0.0 rphangx.net
|
||||
0.0.0.0 rphangx.tv
|
||||
0.0.0.0 s.chinav.sex
|
||||
0.0.0.0 s.gaidep.blog
|
||||
0.0.0.0 s.gaigu18.blog
|
||||
0.0.0.0 s.phimsexvip.cc
|
||||
0.0.0.0 s.vnchich.net
|
||||
0.0.0.0 s3xvn.com
|
||||
0.0.0.0 s5.phimkk.pro
|
||||
0.0.0.0 s666.tv
|
||||
0.0.0.0 s666tv.com
|
||||
0.0.0.0 sayhentai.me
|
||||
@@ -3338,6 +3374,7 @@
|
||||
0.0.0.0 sexbaophe.pro
|
||||
0.0.0.0 sexbattu.com
|
||||
0.0.0.0 sexbulon.pro
|
||||
0.0.0.0 sexbuz.com
|
||||
0.0.0.0 sexchauau.club
|
||||
0.0.0.0 sexchauau.co
|
||||
0.0.0.0 sexchauau.mobi
|
||||
@@ -3371,6 +3408,7 @@
|
||||
0.0.0.0 sexhay.biz
|
||||
0.0.0.0 sexhay.vip
|
||||
0.0.0.0 sexhay123.com
|
||||
0.0.0.0 sexhay247.net
|
||||
0.0.0.0 sexhay2k.com
|
||||
0.0.0.0 sexhay3x.com
|
||||
0.0.0.0 sexhay69.mobi
|
||||
@@ -3481,6 +3519,7 @@
|
||||
0.0.0.0 sextop1.one
|
||||
0.0.0.0 sextop1.page
|
||||
0.0.0.0 sextop1.site
|
||||
0.0.0.0 sextop1.spa
|
||||
0.0.0.0 sextop1.team
|
||||
0.0.0.0 sextop1.video
|
||||
0.0.0.0 sextop10.pro
|
||||
@@ -3585,6 +3624,7 @@
|
||||
0.0.0.0 ssieukhung.com
|
||||
0.0.0.0 static.manhwa24hs.com
|
||||
0.0.0.0 stream.quatvn.lol
|
||||
0.0.0.0 subjav.buzz
|
||||
0.0.0.0 subjav.live
|
||||
0.0.0.0 subjav.org
|
||||
0.0.0.0 subjav.sex
|
||||
@@ -3749,6 +3789,7 @@
|
||||
0.0.0.0 tzqctz.com
|
||||
0.0.0.0 up1.hhentai.net
|
||||
0.0.0.0 up2.hentaivn.tv
|
||||
0.0.0.0 v.javhd.co.uk
|
||||
0.0.0.0 vailonxx.co
|
||||
0.0.0.0 vailonxx.com
|
||||
0.0.0.0 vailonxx.vip
|
||||
@@ -3885,10 +3926,12 @@
|
||||
0.0.0.0 vlxx.moe
|
||||
0.0.0.0 vlxx.moi
|
||||
0.0.0.0 vlxx.money
|
||||
0.0.0.0 vlxx.ms
|
||||
0.0.0.0 vlxx.mx
|
||||
0.0.0.0 vlxx.net
|
||||
0.0.0.0 vlxx.network
|
||||
0.0.0.0 vlxx.pet
|
||||
0.0.0.0 vlxx.phd
|
||||
0.0.0.0 vlxx.pw
|
||||
0.0.0.0 vlxx.rocks
|
||||
0.0.0.0 vlxx.ru
|
||||
@@ -3952,6 +3995,7 @@
|
||||
0.0.0.0 vnchich.com
|
||||
0.0.0.0 vnchich.net
|
||||
0.0.0.0 vnok.net
|
||||
0.0.0.0 vnsextop1.com
|
||||
0.0.0.0 vnvn77.com
|
||||
0.0.0.0 vnxnxx.cc
|
||||
0.0.0.0 vnxnxx.xyz
|
||||
@@ -3993,8 +4037,10 @@
|
||||
0.0.0.0 www.xamvn.top
|
||||
0.0.0.0 www.xnxx.gold
|
||||
0.0.0.0 wwwxxx.pro
|
||||
0.0.0.0 x.javhd.co.uk
|
||||
0.0.0.0 x.phimsexsub.pw
|
||||
0.0.0.0 x10.viet69.life
|
||||
0.0.0.0 x5.xxxviet.io
|
||||
0.0.0.0 xamvn.pro
|
||||
0.0.0.0 xamvn.sh
|
||||
0.0.0.0 xamvn.top
|
||||
@@ -4040,6 +4086,7 @@
|
||||
0.0.0.0 xmovies-xnxx.com
|
||||
0.0.0.0 xn--sexvitnam-zj7d.com
|
||||
0.0.0.0 xnhau.blog
|
||||
0.0.0.0 xnhau.city
|
||||
0.0.0.0 xnhau.io
|
||||
0.0.0.0 xnhau.moe
|
||||
0.0.0.0 xnxvn.org
|
||||
@@ -4090,6 +4137,7 @@
|
||||
0.0.0.0 xxvnurl.com
|
||||
0.0.0.0 xxx.ditnhau.cc
|
||||
0.0.0.0 xxxhay.biz
|
||||
0.0.0.0 xxxmeo.com
|
||||
0.0.0.0 xxxmoi.com
|
||||
0.0.0.0 xxxner.com
|
||||
0.0.0.0 xxxnhatban.cyou
|
||||
@@ -24503,9 +24551,11 @@
|
||||
0.0.0.0 www.horriblevideos.com
|
||||
0.0.0.0 www.miscopy.com
|
||||
0.0.0.0 www.recipepes.com
|
||||
0.0.0.0 rahaporn.commanhwax.top
|
||||
0.0.0.0 lechitax.com
|
||||
0.0.0.0 rahaporn.com
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 www.rahaporn.com
|
||||
0.0.0.0 007dating.commanhwax.top
|
||||
0.0.0.0 007dating.com
|
||||
0.0.0.0 webmail.007dating.com
|
||||
0.0.0.0 007milf.com
|
||||
0.0.0.0 007zeed.com
|
||||
@@ -33261,7 +33311,7 @@
|
||||
0.0.0.0 comicsxxx.net
|
||||
0.0.0.0 www.comicxx.com
|
||||
0.0.0.0 comicxxx.eu
|
||||
0.0.0.0 www.shineporn.comideosxxx.biz
|
||||
0.0.0.0 www.shineporn.com
|
||||
0.0.0.0 comiko.net
|
||||
0.0.0.0 comiquetaxxx.com
|
||||
0.0.0.0 comix.site
|
||||
@@ -33278,14 +33328,16 @@
|
||||
0.0.0.0 vids01.comparte.digital
|
||||
0.0.0.0 completeporndatabase.com
|
||||
0.0.0.0 www.completeporndatabase.com
|
||||
0.0.0.0 porn-beeg.comsex-xxx.fun
|
||||
0.0.0.0 porn-beeg.com
|
||||
0.0.0.0 sex-xxx.fun
|
||||
0.0.0.0 hotgirl10.comunidades.net
|
||||
0.0.0.0 pornotorrent.comunidades.net
|
||||
0.0.0.0 comxmag.com
|
||||
0.0.0.0 comxnxx.cam
|
||||
0.0.0.0 comxnxxx.com
|
||||
0.0.0.0 comxvideos.ru
|
||||
0.0.0.0 18teen-porn.comxxxorsex.com
|
||||
0.0.0.0 18teen-porn.com
|
||||
0.0.0.0 xxxorsex.com
|
||||
0.0.0.0 condomfish.com
|
||||
0.0.0.0 conejox.com
|
||||
0.0.0.0 thumbs.conejox.com
|
||||
@@ -35412,7 +35464,7 @@
|
||||
0.0.0.0 eporn.su
|
||||
0.0.0.0 eporn24.com
|
||||
0.0.0.0 www.eporn24.com
|
||||
0.0.0.0 wwwww.japvid245.comw.eporn24.com
|
||||
0.0.0.0 www.japvid245.com
|
||||
0.0.0.0 eporner.casa
|
||||
0.0.0.0 eporner.hu
|
||||
0.0.0.0 eporner.icu
|
||||
@@ -45451,7 +45503,6 @@
|
||||
0.0.0.0 japteenx.com
|
||||
0.0.0.0 japvid.xxx
|
||||
0.0.0.0 japvid245.com
|
||||
0.0.0.0 www.japvid245.com
|
||||
0.0.0.0 japxnxx.com
|
||||
0.0.0.0 japxsex.com
|
||||
0.0.0.0 japxtube.com
|
||||
@@ -48722,7 +48773,6 @@
|
||||
0.0.0.0 static.manhwalike.com
|
||||
0.0.0.0 manhwaweb.com
|
||||
0.0.0.0 manhwax.org
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 manhwaxxl.com
|
||||
0.0.0.0 maniacdiaries.nl
|
||||
0.0.0.0 mail.maniacdiaries.nl
|
||||
@@ -51594,7 +51644,7 @@
|
||||
0.0.0.0 networkwestvirginia.com
|
||||
0.0.0.0 www.networkwestvirginia.com
|
||||
0.0.0.0 netxnxxvideos.com
|
||||
0.0.0.0 freeteenxxx.netxxxorsex.com
|
||||
0.0.0.0 freeteenxxx.net
|
||||
0.0.0.0 netyda.com
|
||||
0.0.0.0 neuedeutschepornos.com
|
||||
0.0.0.0 neueporn.com
|
||||
@@ -51881,7 +51931,6 @@
|
||||
0.0.0.0 www.nichewebcams.com
|
||||
0.0.0.0 nicolegravesvideo.com
|
||||
0.0.0.0 www.nicolegravesvideo.com
|
||||
0.0.0.0 www.nicovideo.jp
|
||||
0.0.0.0 nieuws.xxx
|
||||
0.0.0.0 nigga.com
|
||||
0.0.0.0 de.nightclub.eu
|
||||
@@ -54647,7 +54696,6 @@
|
||||
0.0.0.0 www.porn-asian.com
|
||||
0.0.0.0 porn-ass.pro
|
||||
0.0.0.0 www.porn-babes.tv
|
||||
0.0.0.0 porn-beeg.com
|
||||
0.0.0.0 porn-better.com
|
||||
0.0.0.0 porn-bokep.com
|
||||
0.0.0.0 www.porn-booking.com
|
||||
@@ -60110,7 +60158,6 @@
|
||||
0.0.0.0 redtube.tools
|
||||
0.0.0.0 redtube.training
|
||||
0.0.0.0 redtube.zone
|
||||
0.0.0.0 code.jquery.comembed.redtube.com
|
||||
0.0.0.0 embed.redtube.com
|
||||
0.0.0.0 ht.redtube.com
|
||||
0.0.0.0 piwik.redtube.com
|
||||
@@ -61340,7 +61387,6 @@
|
||||
0.0.0.0 sex-xvideo.ru
|
||||
0.0.0.0 sex-xvideos.com
|
||||
0.0.0.0 sex-xxx.cc
|
||||
0.0.0.0 sex-xxx.fun
|
||||
0.0.0.0 sex-xxx.icu
|
||||
0.0.0.0 sex-xxx.rest
|
||||
0.0.0.0 sex-xxx.video
|
||||
@@ -61812,7 +61858,7 @@
|
||||
0.0.0.0 sexhd.love
|
||||
0.0.0.0 sexhd.me
|
||||
0.0.0.0 sexhd.xxx
|
||||
0.0.0.0 truesnaps.comvip.sexhd.pics
|
||||
0.0.0.0 truesnaps.com
|
||||
0.0.0.0 vip.sexhd.pics
|
||||
0.0.0.0 www.sexhd.me
|
||||
0.0.0.0 www.sexhd.xxx
|
||||
@@ -63564,7 +63610,6 @@
|
||||
0.0.0.0 shhmale.com
|
||||
0.0.0.0 shibbydex.com
|
||||
0.0.0.0 shineporn.com
|
||||
0.0.0.0 www.shineporn.com
|
||||
0.0.0.0 www.shinykitty.com
|
||||
0.0.0.0 shiptome.ru
|
||||
0.0.0.0 shit-around.com
|
||||
@@ -67231,8 +67276,6 @@
|
||||
0.0.0.0 totallyfreecam.com
|
||||
0.0.0.0 totallynakedteens.com
|
||||
0.0.0.0 totallyshemales.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 totporno.com
|
||||
0.0.0.0 tounavi.net
|
||||
0.0.0.0 tour7me.com
|
||||
@@ -72293,8 +72336,6 @@
|
||||
0.0.0.0 www.xnxx.tv
|
||||
0.0.0.0 www.xnxx.xxx
|
||||
0.0.0.0 www.www.xnxx.com
|
||||
0.0.0.0 www.xnxx.comwww.xnxx.com
|
||||
0.0.0.0 www.xnxx.comwww.xnxx.comwww.xnxx.com
|
||||
0.0.0.0 xnxx-18plus.com
|
||||
0.0.0.0 xnxx-alarab.com
|
||||
0.0.0.0 thumbs.xnxx-alarab.com
|
||||
@@ -74577,7 +74618,6 @@
|
||||
0.0.0.0 xxxonline.me
|
||||
0.0.0.0 xxxonlinetube.com
|
||||
0.0.0.0 xxxopenload.com
|
||||
0.0.0.0 xxxorsex.com
|
||||
0.0.0.0 www.xxxorsex.com
|
||||
0.0.0.0 www.xxxpac.com
|
||||
0.0.0.0 xxxpakistan.pro
|
||||
@@ -78699,6 +78739,12 @@
|
||||
0.0.0.0 trashyneverclassy.com
|
||||
0.0.0.0 chomikuj.pl
|
||||
0.0.0.0 missav.ai
|
||||
0.0.0.0 cdn2.pvvstream.pro
|
||||
0.0.0.0 analzoofilia.xyz
|
||||
0.0.0.0 zoophilia.me
|
||||
0.0.0.0 porndd.com
|
||||
0.0.0.0 orangepix.is
|
||||
0.0.0.0 sexstories69.com
|
||||
# Title: Snuff hosts
|
||||
|
||||
0.0.0.0 bitcheese.net
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: fakenews, porn](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts)
|
||||
containing 78,940 entries.
|
||||
containing 78,986 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: fakenews, porn, social](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts)
|
||||
containing 82,182 entries.
|
||||
containing 82,792 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+32042
-36150
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with fakenews, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts)
|
||||
containing 162,478 entries.
|
||||
containing 158,363 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+31454
-36121
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with fakenews, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts)
|
||||
containing 159,265 entries.
|
||||
containing 154,589 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: fakenews, social](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts)
|
||||
containing 5,437 entries.
|
||||
containing 6,001 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+31974
-36127
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with fakenews, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts)
|
||||
containing 86,451 entries.
|
||||
containing 82,291 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+31385
-36097
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with fakenews extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts)
|
||||
containing 83,236 entries.
|
||||
containing 78,515 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
# This hosts file is a merged collection of hosts from reputable sources,
|
||||
# with a dash of crowd sourcing via GitHub
|
||||
#
|
||||
# Date: 18 July 2026 21:38:15 (UTC)
|
||||
# Date: 25 September 2026 19:30:19 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: gambling
|
||||
# Number of unique domains: 6,362
|
||||
# Number of unique domains: 6,673
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts
|
||||
# Project home page: https://github.com/StevenBlack/hosts
|
||||
@@ -19,9 +19,9 @@
|
||||
|
||||
# End of custom host records.
|
||||
# Title: hostsVN Gambling VN
|
||||
# Last modified: 17 Jul 2026 14:09 UTC+7
|
||||
# Version: 2607171409
|
||||
# Blocked: 3.720 domains
|
||||
# Last modified: 23 Sep 2026 11:05 UTC+7
|
||||
# Version: 2609231105
|
||||
# Blocked: 3.983 domains
|
||||
# Only include gambling domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -60,10 +60,21 @@
|
||||
0.0.0.0 11bet.vin
|
||||
0.0.0.0 11bet.win
|
||||
0.0.0.0 11betvnd.com
|
||||
0.0.0.0 11win.beer
|
||||
0.0.0.0 11win.casa
|
||||
0.0.0.0 11win.dance
|
||||
0.0.0.0 11win.fashion
|
||||
0.0.0.0 11win.free
|
||||
0.0.0.0 11win.link
|
||||
0.0.0.0 11win.llc
|
||||
0.0.0.0 11win.mobi
|
||||
0.0.0.0 11win.mx
|
||||
0.0.0.0 11win.net
|
||||
0.0.0.0 11win.skin
|
||||
0.0.0.0 11win.style
|
||||
0.0.0.0 11win.tips
|
||||
0.0.0.0 11win.vin
|
||||
0.0.0.0 11win.works
|
||||
0.0.0.0 11zalo.com
|
||||
0.0.0.0 123b.bet
|
||||
0.0.0.0 123b.com
|
||||
@@ -91,6 +102,7 @@
|
||||
0.0.0.0 188bet.vote
|
||||
0.0.0.0 188betcn2.com
|
||||
0.0.0.0 188goal.com
|
||||
0.0.0.0 188lux.com
|
||||
0.0.0.0 188pscn2.com
|
||||
0.0.0.0 188thethao.com
|
||||
0.0.0.0 18luck.pro
|
||||
@@ -134,17 +146,24 @@
|
||||
0.0.0.0 388bet.us
|
||||
0.0.0.0 388bet.vin
|
||||
0.0.0.0 388bet.vip
|
||||
0.0.0.0 3bet.adqc.net
|
||||
0.0.0.0 3bet.baby
|
||||
0.0.0.0 3bet.bike
|
||||
0.0.0.0 3bet.biz
|
||||
0.0.0.0 3bet.center
|
||||
0.0.0.0 3bet.city
|
||||
0.0.0.0 3bet.fund
|
||||
0.0.0.0 3bet.host
|
||||
0.0.0.0 3bet.la
|
||||
0.0.0.0 3bet.llc
|
||||
0.0.0.0 3bet.moe
|
||||
0.0.0.0 3bet.ph
|
||||
0.0.0.0 3bet.rent
|
||||
0.0.0.0 3bet.sh
|
||||
0.0.0.0 3bet.ski
|
||||
0.0.0.0 3bet.skin
|
||||
0.0.0.0 3bet.so
|
||||
0.0.0.0 3bet.store
|
||||
0.0.0.0 3bet.tech
|
||||
0.0.0.0 3bet.vc
|
||||
0.0.0.0 3bet.win
|
||||
@@ -205,10 +224,21 @@
|
||||
0.0.0.0 789club.ba
|
||||
0.0.0.0 789club.biz
|
||||
0.0.0.0 789club.com
|
||||
0.0.0.0 789club.cr
|
||||
0.0.0.0 789club.fun
|
||||
0.0.0.0 789club.gp
|
||||
0.0.0.0 789club.ke
|
||||
0.0.0.0 789club.kn
|
||||
0.0.0.0 789club.mba
|
||||
0.0.0.0 789club.men
|
||||
0.0.0.0 789club.mu
|
||||
0.0.0.0 789club.mw
|
||||
0.0.0.0 789club.nu
|
||||
0.0.0.0 789club.org
|
||||
0.0.0.0 789club.rich
|
||||
0.0.0.0 789club.spa
|
||||
0.0.0.0 789club.sx
|
||||
0.0.0.0 789club.tr
|
||||
0.0.0.0 789club.vg
|
||||
0.0.0.0 789club.vin
|
||||
0.0.0.0 789club.win
|
||||
@@ -322,9 +352,22 @@
|
||||
0.0.0.0 99vina.club
|
||||
0.0.0.0 99vn.bet
|
||||
0.0.0.0 9b992.com
|
||||
0.0.0.0 9bet.army
|
||||
0.0.0.0 9bet.band
|
||||
0.0.0.0 9bet.blue
|
||||
0.0.0.0 9bet.care
|
||||
0.0.0.0 9bet.diy
|
||||
0.0.0.0 9bet.es
|
||||
0.0.0.0 9bet.fund
|
||||
0.0.0.0 9bet.green
|
||||
0.0.0.0 9bet.krd
|
||||
0.0.0.0 9bet.mobi
|
||||
0.0.0.0 9bet.navy
|
||||
0.0.0.0 9bet.net
|
||||
0.0.0.0 9bet.photo
|
||||
0.0.0.0 9bet.pink
|
||||
0.0.0.0 9bet.rest
|
||||
0.0.0.0 9bet.vote
|
||||
0.0.0.0 9bet.win
|
||||
0.0.0.0 9bet.world
|
||||
0.0.0.0 9e3c.com
|
||||
@@ -419,7 +462,17 @@
|
||||
0.0.0.0 api.33beta.com
|
||||
0.0.0.0 api.88bet88bet.com
|
||||
0.0.0.0 api.99vn.bet
|
||||
0.0.0.0 api.9bet.army
|
||||
0.0.0.0 api.9bet.band
|
||||
0.0.0.0 api.9bet.care
|
||||
0.0.0.0 api.9bet.diy
|
||||
0.0.0.0 api.9bet.es
|
||||
0.0.0.0 api.9bet.fund
|
||||
0.0.0.0 api.9bet.green
|
||||
0.0.0.0 api.9bet.krd
|
||||
0.0.0.0 api.9bet.mobi
|
||||
0.0.0.0 api.9bet.photo
|
||||
0.0.0.0 api.9bet.vote
|
||||
0.0.0.0 api.9bet.win
|
||||
0.0.0.0 api.ae888.com
|
||||
0.0.0.0 api.ae88827.com
|
||||
@@ -431,6 +484,7 @@
|
||||
0.0.0.0 api.haybet.ws
|
||||
0.0.0.0 api.hb8887.com
|
||||
0.0.0.0 api.hdbet.com
|
||||
0.0.0.0 api.ku88.okinawa
|
||||
0.0.0.0 api.max79.win
|
||||
0.0.0.0 api.min88.com
|
||||
0.0.0.0 api.minivn.com
|
||||
@@ -450,6 +504,7 @@
|
||||
0.0.0.0 api.shbetvv.com
|
||||
0.0.0.0 api.sky88.club
|
||||
0.0.0.0 api.sky88.com
|
||||
0.0.0.0 api.sky88.moda
|
||||
0.0.0.0 api.st666.win
|
||||
0.0.0.0 api.topbet.net
|
||||
0.0.0.0 api.topbet.top
|
||||
@@ -510,6 +565,7 @@
|
||||
0.0.0.0 bachhoa88.com
|
||||
0.0.0.0 bacty88.com
|
||||
0.0.0.0 ball88.app
|
||||
0.0.0.0 ball88.blue
|
||||
0.0.0.0 ball88.casa
|
||||
0.0.0.0 ball88.com
|
||||
0.0.0.0 ball88.cool
|
||||
@@ -519,10 +575,13 @@
|
||||
0.0.0.0 ball88.games
|
||||
0.0.0.0 ball88.lat
|
||||
0.0.0.0 ball88.llc
|
||||
0.0.0.0 ball88.love
|
||||
0.0.0.0 ball88.ltd
|
||||
0.0.0.0 ball88.men
|
||||
0.0.0.0 ball88.mobi
|
||||
0.0.0.0 ball88.poker
|
||||
0.0.0.0 ball88.red
|
||||
0.0.0.0 ball88.team
|
||||
0.0.0.0 ball88.to
|
||||
0.0.0.0 ball88.zone
|
||||
0.0.0.0 banca.cc
|
||||
@@ -599,8 +658,13 @@
|
||||
0.0.0.0 bk8win.top
|
||||
0.0.0.0 bntv.bongvip.com
|
||||
0.0.0.0 bom52.club
|
||||
0.0.0.0 bom88.ac
|
||||
0.0.0.0 bom88.adqc.net
|
||||
0.0.0.0 bom88.baby
|
||||
0.0.0.0 bom88.casa
|
||||
0.0.0.0 bom88.city
|
||||
0.0.0.0 bom88.click
|
||||
0.0.0.0 bom88.coach
|
||||
0.0.0.0 bom88.com
|
||||
0.0.0.0 bom88.cool
|
||||
0.0.0.0 bom88.diy
|
||||
@@ -610,6 +674,8 @@
|
||||
0.0.0.0 bom88.pics
|
||||
0.0.0.0 bom88.plus
|
||||
0.0.0.0 bom88.shop
|
||||
0.0.0.0 bom88.team
|
||||
0.0.0.0 bom88.tips
|
||||
0.0.0.0 bong.thethaowin.net
|
||||
0.0.0.0 bong88.cam
|
||||
0.0.0.0 bong88.com
|
||||
@@ -643,6 +709,7 @@
|
||||
0.0.0.0 bwingno1.com
|
||||
0.0.0.0 bwingthethao.com
|
||||
0.0.0.0 c.bong99.com
|
||||
0.0.0.0 c168.biz
|
||||
0.0.0.0 c54373.com
|
||||
0.0.0.0 c54455.com
|
||||
0.0.0.0 c547777.com
|
||||
@@ -861,16 +928,28 @@
|
||||
0.0.0.0 dp568.com
|
||||
0.0.0.0 dp568bet.com
|
||||
0.0.0.0 du88.art
|
||||
0.0.0.0 du88.blue
|
||||
0.0.0.0 du88.cafe
|
||||
0.0.0.0 du88.care
|
||||
0.0.0.0 du88.chat
|
||||
0.0.0.0 du88.click
|
||||
0.0.0.0 du88.club
|
||||
0.0.0.0 du88.com
|
||||
0.0.0.0 du88.diy
|
||||
0.0.0.0 du88.fashion
|
||||
0.0.0.0 du88.football
|
||||
0.0.0.0 du88.guru
|
||||
0.0.0.0 du88.health
|
||||
0.0.0.0 du88.house
|
||||
0.0.0.0 du88.in
|
||||
0.0.0.0 du88.info
|
||||
0.0.0.0 du88.life
|
||||
0.0.0.0 du88.mba
|
||||
0.0.0.0 du88.pro
|
||||
0.0.0.0 du88.rent
|
||||
0.0.0.0 du88.sh
|
||||
0.0.0.0 du88.tips
|
||||
0.0.0.0 du88.wales
|
||||
0.0.0.0 dubaivn.vip
|
||||
0.0.0.0 duongdenkhungthanh.com
|
||||
0.0.0.0 dv88.city
|
||||
@@ -1106,16 +1185,21 @@
|
||||
0.0.0.0 gem88.win
|
||||
0.0.0.0 gemwin.cab
|
||||
0.0.0.0 gemwin.esq
|
||||
0.0.0.0 gemwin.fast
|
||||
0.0.0.0 gemwin.fm
|
||||
0.0.0.0 gemwin.fyi
|
||||
0.0.0.0 gemwin.ink
|
||||
0.0.0.0 gemwin.is
|
||||
0.0.0.0 gemwin.lc
|
||||
0.0.0.0 gemwin.limo
|
||||
0.0.0.0 gemwin.lv
|
||||
0.0.0.0 gemwin.mobi
|
||||
0.0.0.0 gemwin.my
|
||||
0.0.0.0 gemwin.nz
|
||||
0.0.0.0 gemwin.page
|
||||
0.0.0.0 gemwin.rent
|
||||
0.0.0.0 gemwin.rsvp
|
||||
0.0.0.0 gemwin.sale
|
||||
0.0.0.0 gemwin.spot
|
||||
0.0.0.0 gemwin.tax
|
||||
0.0.0.0 gemwin.to
|
||||
@@ -1137,6 +1221,7 @@
|
||||
0.0.0.0 go8.pub
|
||||
0.0.0.0 go8.pw
|
||||
0.0.0.0 go88-vn.com
|
||||
0.0.0.0 go88.adqc.net
|
||||
0.0.0.0 go88.bayern
|
||||
0.0.0.0 go88.ca
|
||||
0.0.0.0 go88.club
|
||||
@@ -1144,7 +1229,9 @@
|
||||
0.0.0.0 go88.contractors
|
||||
0.0.0.0 go88.food
|
||||
0.0.0.0 go88.live
|
||||
0.0.0.0 go88.ls
|
||||
0.0.0.0 go88.luxury
|
||||
0.0.0.0 go88.md
|
||||
0.0.0.0 go88.me
|
||||
0.0.0.0 go88.org
|
||||
0.0.0.0 go88.study
|
||||
@@ -1171,6 +1258,12 @@
|
||||
0.0.0.0 god55viet.com
|
||||
0.0.0.0 gogobolaku.com
|
||||
0.0.0.0 gw.gen88.com
|
||||
0.0.0.0 gw.mubet.care
|
||||
0.0.0.0 gw.mubet.help
|
||||
0.0.0.0 gw.mubet.media
|
||||
0.0.0.0 gw.mubet.talk
|
||||
0.0.0.0 gw.mubet.tips
|
||||
0.0.0.0 gw.mubet.toys
|
||||
0.0.0.0 gw.mubet.vip
|
||||
0.0.0.0 gw.tot88.store
|
||||
0.0.0.0 h3bet.com
|
||||
@@ -1198,7 +1291,12 @@
|
||||
0.0.0.0 hb8887.com
|
||||
0.0.0.0 hb88vn.co
|
||||
0.0.0.0 hbet.ac
|
||||
0.0.0.0 hbet.art
|
||||
0.0.0.0 hbet.bar
|
||||
0.0.0.0 hbet.bio
|
||||
0.0.0.0 hbet.club
|
||||
0.0.0.0 hbet.cz
|
||||
0.0.0.0 hbet.esq
|
||||
0.0.0.0 hbet.fm
|
||||
0.0.0.0 hbet.la
|
||||
0.0.0.0 hbet.li
|
||||
@@ -1207,8 +1305,13 @@
|
||||
0.0.0.0 hbet.nl
|
||||
0.0.0.0 hbet.ph
|
||||
0.0.0.0 hbet.pw
|
||||
0.0.0.0 hbet.sh
|
||||
0.0.0.0 hbet.so
|
||||
0.0.0.0 hbet.spa
|
||||
0.0.0.0 hbet.srl
|
||||
0.0.0.0 hbet.vc
|
||||
0.0.0.0 hbet.win
|
||||
0.0.0.0 hbet.wtf
|
||||
0.0.0.0 hcm66.com
|
||||
0.0.0.0 hd88.tv
|
||||
0.0.0.0 hdbet.com
|
||||
@@ -1255,6 +1358,7 @@
|
||||
0.0.0.0 hitclubchinhhang.com
|
||||
0.0.0.0 hl8thai8.com
|
||||
0.0.0.0 hn8.link
|
||||
0.0.0.0 hoibannghien.com
|
||||
0.0.0.0 hong88vn.click
|
||||
0.0.0.0 hong88vn.win
|
||||
0.0.0.0 host.im99.com
|
||||
@@ -1462,10 +1566,23 @@
|
||||
0.0.0.0 k801k.com
|
||||
0.0.0.0 k81206.com
|
||||
0.0.0.0 k88.art
|
||||
0.0.0.0 k88.bz
|
||||
0.0.0.0 k88.cam
|
||||
0.0.0.0 k88.club
|
||||
0.0.0.0 k88.cyou
|
||||
0.0.0.0 k88.day
|
||||
0.0.0.0 k88.mba
|
||||
0.0.0.0 k88.mobi
|
||||
0.0.0.0 k88.moe
|
||||
0.0.0.0 k88.mov
|
||||
0.0.0.0 k88.now
|
||||
0.0.0.0 k88.nz
|
||||
0.0.0.0 k88.phd
|
||||
0.0.0.0 k88.pro
|
||||
0.0.0.0 k88.soy
|
||||
0.0.0.0 k88.sx
|
||||
0.0.0.0 k88.tel
|
||||
0.0.0.0 k88.vc
|
||||
0.0.0.0 k88.win
|
||||
0.0.0.0 k89bet.com
|
||||
0.0.0.0 k8asia79.com
|
||||
@@ -1613,6 +1730,7 @@
|
||||
0.0.0.0 ku6131.net
|
||||
0.0.0.0 ku777bet.com
|
||||
0.0.0.0 ku88.fun
|
||||
0.0.0.0 ku88.okinawa
|
||||
0.0.0.0 ku88.pro
|
||||
0.0.0.0 ku88.win
|
||||
0.0.0.0 ku998.net
|
||||
@@ -1708,17 +1826,28 @@
|
||||
0.0.0.0 lp.zo1.win
|
||||
0.0.0.0 lt991.com
|
||||
0.0.0.0 lu88.ai
|
||||
0.0.0.0 lu88.app
|
||||
0.0.0.0 lu88.bio
|
||||
0.0.0.0 lu88.ch
|
||||
0.0.0.0 lu88.co
|
||||
0.0.0.0 lu88.com
|
||||
0.0.0.0 lu88.de
|
||||
0.0.0.0 lu88.ec
|
||||
0.0.0.0 lu88.foo
|
||||
0.0.0.0 lu88.gd
|
||||
0.0.0.0 lu88.gdn
|
||||
0.0.0.0 lu88.kim
|
||||
0.0.0.0 lu88.lc
|
||||
0.0.0.0 lu88.lv
|
||||
0.0.0.0 lu88.mba
|
||||
0.0.0.0 lu88.mn
|
||||
0.0.0.0 lu88.nz
|
||||
0.0.0.0 lu88.pro
|
||||
0.0.0.0 lu88.pub
|
||||
0.0.0.0 lu88.pw
|
||||
0.0.0.0 lu88.tv
|
||||
0.0.0.0 lu88.tw
|
||||
0.0.0.0 lu88.vg
|
||||
0.0.0.0 luck6.com
|
||||
0.0.0.0 luck8.com
|
||||
0.0.0.0 luck8881.com
|
||||
@@ -1743,6 +1872,7 @@
|
||||
0.0.0.0 lucky88.win
|
||||
0.0.0.0 lucky88vn.com
|
||||
0.0.0.0 lxviet66.com
|
||||
0.0.0.0 m.188lux.com
|
||||
0.0.0.0 m.188thethao.com
|
||||
0.0.0.0 m.88viet.com
|
||||
0.0.0.0 m.88vnd.com
|
||||
@@ -1789,6 +1919,7 @@
|
||||
0.0.0.0 m.tf88v.com
|
||||
0.0.0.0 m.tf88vn.com
|
||||
0.0.0.0 m.tin888.club
|
||||
0.0.0.0 m.tin888.top
|
||||
0.0.0.0 m.ud1a.com
|
||||
0.0.0.0 m.udw87.cc
|
||||
0.0.0.0 m.udw881.cc
|
||||
@@ -1855,18 +1986,28 @@
|
||||
0.0.0.0 man79.org
|
||||
0.0.0.0 man88.biz
|
||||
0.0.0.0 man88.bz
|
||||
0.0.0.0 man88.cfd
|
||||
0.0.0.0 man88.ch
|
||||
0.0.0.0 man88.cl
|
||||
0.0.0.0 man88.co
|
||||
0.0.0.0 man88.io
|
||||
0.0.0.0 man88.la
|
||||
0.0.0.0 man88.lat
|
||||
0.0.0.0 man88.li
|
||||
0.0.0.0 man88.net
|
||||
0.0.0.0 man88.ng
|
||||
0.0.0.0 man88.ph
|
||||
0.0.0.0 man88.pl
|
||||
0.0.0.0 man88.pw
|
||||
0.0.0.0 man88.sh
|
||||
0.0.0.0 man88.spa
|
||||
0.0.0.0 man88.top
|
||||
0.0.0.0 man88.vc
|
||||
0.0.0.0 man88.vip
|
||||
0.0.0.0 man88.vu
|
||||
0.0.0.0 man88.win
|
||||
0.0.0.0 man88.wtf
|
||||
0.0.0.0 man88.xin
|
||||
0.0.0.0 manclub.live
|
||||
0.0.0.0 manclub.us
|
||||
0.0.0.0 manclub.vin
|
||||
@@ -1965,9 +2106,18 @@
|
||||
0.0.0.0 mu92.com
|
||||
0.0.0.0 mu922.com
|
||||
0.0.0.0 mubet.best
|
||||
0.0.0.0 mubet.care
|
||||
0.0.0.0 mubet.dev
|
||||
0.0.0.0 mubet.help
|
||||
0.0.0.0 mubet.info
|
||||
0.0.0.0 mubet.media
|
||||
0.0.0.0 mubet.sh
|
||||
0.0.0.0 mubet.talk
|
||||
0.0.0.0 mubet.tips
|
||||
0.0.0.0 mubet.toys
|
||||
0.0.0.0 mubet.video
|
||||
0.0.0.0 mubet.vip
|
||||
0.0.0.0 mubet.website
|
||||
0.0.0.0 mv66.app
|
||||
0.0.0.0 mv66.baby
|
||||
0.0.0.0 mv66.biz
|
||||
@@ -2133,6 +2283,7 @@
|
||||
0.0.0.0 play.fa88.win
|
||||
0.0.0.0 play.gemwin.vip
|
||||
0.0.0.0 play.go88.club
|
||||
0.0.0.0 play.go88.md
|
||||
0.0.0.0 play.go88.tv
|
||||
0.0.0.0 play.haywin.ai
|
||||
0.0.0.0 play.haywin.space
|
||||
@@ -2163,6 +2314,10 @@
|
||||
0.0.0.0 play.topclub.casa
|
||||
0.0.0.0 play.vaob52.click
|
||||
0.0.0.0 play.vic.hair
|
||||
0.0.0.0 play.vicclub.ac
|
||||
0.0.0.0 play.vicclub.id
|
||||
0.0.0.0 play.vicclub.mx
|
||||
0.0.0.0 play.vicclub.sh
|
||||
0.0.0.0 play.vip79.top
|
||||
0.0.0.0 play.win79.vip
|
||||
0.0.0.0 play.win79d.com
|
||||
@@ -2191,8 +2346,18 @@
|
||||
0.0.0.0 profile.w88.vin
|
||||
0.0.0.0 prok8.com
|
||||
0.0.0.0 pt1.fabet.win
|
||||
0.0.0.0 pub88.camera
|
||||
0.0.0.0 pub88.channel
|
||||
0.0.0.0 pub88.charity
|
||||
0.0.0.0 pub88.college
|
||||
0.0.0.0 pub88.com
|
||||
0.0.0.0 pub88.company
|
||||
0.0.0.0 pub88.day
|
||||
0.0.0.0 pub88.forum
|
||||
0.0.0.0 pub88.ltd
|
||||
0.0.0.0 pub88.monster
|
||||
0.0.0.0 pub88.pw
|
||||
0.0.0.0 pub88.tips
|
||||
0.0.0.0 pub88.win
|
||||
0.0.0.0 pum88.com
|
||||
0.0.0.0 qc.789.mobi
|
||||
@@ -2311,6 +2476,8 @@
|
||||
0.0.0.0 s3.sin88.sx
|
||||
0.0.0.0 s3.sin88.tw
|
||||
0.0.0.0 s4.gen88.com
|
||||
0.0.0.0 s4.mubet.care
|
||||
0.0.0.0 s4.mubet.help
|
||||
0.0.0.0 s4.mubet.vip
|
||||
0.0.0.0 s4.tot88.store
|
||||
0.0.0.0 s555.com
|
||||
@@ -2379,6 +2546,7 @@
|
||||
0.0.0.0 sinbet.com
|
||||
0.0.0.0 sinbet.vip
|
||||
0.0.0.0 sk.ball88.app
|
||||
0.0.0.0 sk.ball88.blue
|
||||
0.0.0.0 sk.ball88.casa
|
||||
0.0.0.0 sk.ball88.com
|
||||
0.0.0.0 sk.ball88.day
|
||||
@@ -2387,6 +2555,7 @@
|
||||
0.0.0.0 sk.ball88.ltd
|
||||
0.0.0.0 sk.ball88.men
|
||||
0.0.0.0 sk.ball88.mobi
|
||||
0.0.0.0 sk.ball88.team
|
||||
0.0.0.0 sk.ball88.to
|
||||
0.0.0.0 sk.ball88.zone
|
||||
0.0.0.0 sk.debet.cx
|
||||
@@ -2414,21 +2583,32 @@
|
||||
0.0.0.0 sk.vin88.pw
|
||||
0.0.0.0 sk.vin88.vin
|
||||
0.0.0.0 sk.vin88.vip
|
||||
0.0.0.0 sk.xibet.cat
|
||||
0.0.0.0 sk.xibet.com
|
||||
0.0.0.0 sk.xibet.ec
|
||||
0.0.0.0 sk.xibet.foo
|
||||
0.0.0.0 sk.xibet.fun
|
||||
0.0.0.0 sk.xibet.ing
|
||||
0.0.0.0 sk.xibet.now
|
||||
0.0.0.0 sk.xibet.nz
|
||||
0.0.0.0 sk.xibet.pl
|
||||
0.0.0.0 sk.xibet.red
|
||||
0.0.0.0 sk.xibet.soy
|
||||
0.0.0.0 sk.xibet.tax
|
||||
0.0.0.0 sk.xibet.vu
|
||||
0.0.0.0 sk.xibet.wtf
|
||||
0.0.0.0 sk.xibet.you
|
||||
0.0.0.0 sk.zbet.ws
|
||||
0.0.0.0 sky88.bet
|
||||
0.0.0.0 sky88.club
|
||||
0.0.0.0 sky88.com
|
||||
0.0.0.0 sky88.in
|
||||
0.0.0.0 sky88.info
|
||||
0.0.0.0 sky88.moda
|
||||
0.0.0.0 sky88.net
|
||||
0.0.0.0 sky88.top
|
||||
0.0.0.0 sky88.win
|
||||
0.0.0.0 sky88chinhhang.com
|
||||
0.0.0.0 skyclub.bid
|
||||
0.0.0.0 sm611.com
|
||||
0.0.0.0 smart.8live.com
|
||||
@@ -2451,12 +2631,23 @@
|
||||
0.0.0.0 sock.sky88.club
|
||||
0.0.0.0 sock.sky88.com
|
||||
0.0.0.0 sock.sky88.in
|
||||
0.0.0.0 socket.9bet.army
|
||||
0.0.0.0 socket.9bet.band
|
||||
0.0.0.0 socket.9bet.care
|
||||
0.0.0.0 socket.9bet.diy
|
||||
0.0.0.0 socket.9bet.es
|
||||
0.0.0.0 socket.9bet.fund
|
||||
0.0.0.0 socket.9bet.green
|
||||
0.0.0.0 socket.9bet.krd
|
||||
0.0.0.0 socket.9bet.mobi
|
||||
0.0.0.0 socket.9bet.photo
|
||||
0.0.0.0 socket.9bet.vote
|
||||
0.0.0.0 socket.9bet.win
|
||||
0.0.0.0 socket.debet.so
|
||||
0.0.0.0 socket.debet.uk
|
||||
0.0.0.0 socket.debet.win
|
||||
0.0.0.0 socket.hdbet.com
|
||||
0.0.0.0 socket.ku88.okinawa
|
||||
0.0.0.0 socket.topbet.top
|
||||
0.0.0.0 socket.usbet.cc
|
||||
0.0.0.0 socket.usbet.net
|
||||
@@ -2523,6 +2714,7 @@
|
||||
0.0.0.0 sunwin.inc
|
||||
0.0.0.0 sunwin.lt
|
||||
0.0.0.0 sunwin.moi
|
||||
0.0.0.0 sunwin.parts
|
||||
0.0.0.0 sunwin.pro
|
||||
0.0.0.0 sunwin.pw
|
||||
0.0.0.0 sunwin.show
|
||||
@@ -2696,6 +2888,8 @@
|
||||
0.0.0.0 tin88.top
|
||||
0.0.0.0 tin88.vip
|
||||
0.0.0.0 tin888.club
|
||||
0.0.0.0 tin888.net
|
||||
0.0.0.0 tin888.top
|
||||
0.0.0.0 tintuc.vlott88.com
|
||||
0.0.0.0 tip.club
|
||||
0.0.0.0 tip88.app
|
||||
@@ -2752,6 +2946,9 @@
|
||||
0.0.0.0 topzo.top
|
||||
0.0.0.0 topzo.vip
|
||||
0.0.0.0 tot88.com
|
||||
0.0.0.0 tot88.farm
|
||||
0.0.0.0 tot88.ink
|
||||
0.0.0.0 tot88.loan
|
||||
0.0.0.0 tot88.store
|
||||
0.0.0.0 tourghepmienbac.net
|
||||
0.0.0.0 trang188vn.com
|
||||
@@ -2763,22 +2960,34 @@
|
||||
0.0.0.0 tt128.net
|
||||
0.0.0.0 twin5568.com
|
||||
0.0.0.0 tx1.vip
|
||||
0.0.0.0 tx88.band
|
||||
0.0.0.0 tx88.biz
|
||||
0.0.0.0 tx88.ch
|
||||
0.0.0.0 tx88.com
|
||||
0.0.0.0 tx88.download
|
||||
0.0.0.0 tx88.fan
|
||||
0.0.0.0 tx88.fashion
|
||||
0.0.0.0 tx88.free
|
||||
0.0.0.0 tx88.fun
|
||||
0.0.0.0 tx88.fund
|
||||
0.0.0.0 tx88.fyi
|
||||
0.0.0.0 tx88.games
|
||||
0.0.0.0 tx88.hot
|
||||
0.0.0.0 tx88.in
|
||||
0.0.0.0 tx88.ing
|
||||
0.0.0.0 tx88.krd
|
||||
0.0.0.0 tx88.la
|
||||
0.0.0.0 tx88.land
|
||||
0.0.0.0 tx88.llc
|
||||
0.0.0.0 tx88.navy
|
||||
0.0.0.0 tx88.now
|
||||
0.0.0.0 tx88.onl
|
||||
0.0.0.0 tx88.photo
|
||||
0.0.0.0 tx88.pink
|
||||
0.0.0.0 tx88.rest
|
||||
0.0.0.0 tx88.top
|
||||
0.0.0.0 tx88.vet
|
||||
0.0.0.0 tx88.vote
|
||||
0.0.0.0 tx88.zone
|
||||
0.0.0.0 tydo88.com
|
||||
0.0.0.0 tz.bet20.bet
|
||||
@@ -2790,14 +2999,17 @@
|
||||
0.0.0.0 udw881.cc
|
||||
0.0.0.0 udw886.com
|
||||
0.0.0.0 uer5.com
|
||||
0.0.0.0 uk88.cab
|
||||
0.0.0.0 uk88.club
|
||||
0.0.0.0 uk88.com
|
||||
0.0.0.0 uk88.dev
|
||||
0.0.0.0 uk88.gd
|
||||
0.0.0.0 uk88.how
|
||||
0.0.0.0 uk88.mba
|
||||
0.0.0.0 uk88.top
|
||||
0.0.0.0 uk88.vip
|
||||
0.0.0.0 uk88.xin
|
||||
0.0.0.0 uk88chinhhang.com
|
||||
0.0.0.0 upanh.vn88.com
|
||||
0.0.0.0 usbet.cc
|
||||
0.0.0.0 usbet.net
|
||||
@@ -2871,13 +3083,21 @@
|
||||
0.0.0.0 vi.oppa888.com
|
||||
0.0.0.0 vi68.org
|
||||
0.0.0.0 vibet.com
|
||||
0.0.0.0 vic.boutique
|
||||
0.0.0.0 vic.doctor
|
||||
0.0.0.0 vic.hair
|
||||
0.0.0.0 vic.ventures
|
||||
0.0.0.0 vic.win
|
||||
0.0.0.0 vic88.com
|
||||
0.0.0.0 vic88.link
|
||||
0.0.0.0 vic88.mx
|
||||
0.0.0.0 vic88.net
|
||||
0.0.0.0 vicclub.ac
|
||||
0.0.0.0 vicclub.at
|
||||
0.0.0.0 vicclub.id
|
||||
0.0.0.0 vicclub.ink
|
||||
0.0.0.0 vicclub.mx
|
||||
0.0.0.0 vicclub.sh
|
||||
0.0.0.0 victorwin555.com
|
||||
0.0.0.0 vicwin.vip
|
||||
0.0.0.0 vietvwin.com
|
||||
@@ -2982,6 +3202,7 @@
|
||||
0.0.0.0 vnvwin.com
|
||||
0.0.0.0 vnxoso-web.com
|
||||
0.0.0.0 vpn8k.top
|
||||
0.0.0.0 vsbetvbs.net
|
||||
0.0.0.0 vscore.bet
|
||||
0.0.0.0 vscore.pro
|
||||
0.0.0.0 vsports.bet
|
||||
@@ -2989,17 +3210,28 @@
|
||||
0.0.0.0 vsports88.asia
|
||||
0.0.0.0 vstar79.com
|
||||
0.0.0.0 vu88.ac
|
||||
0.0.0.0 vu88.best
|
||||
0.0.0.0 vu88.bio
|
||||
0.0.0.0 vu88.com
|
||||
0.0.0.0 vu88.cz
|
||||
0.0.0.0 vu88.de
|
||||
0.0.0.0 vu88.fan
|
||||
0.0.0.0 vu88.fm
|
||||
0.0.0.0 vu88.in
|
||||
0.0.0.0 vu88.la
|
||||
0.0.0.0 vu88.live
|
||||
0.0.0.0 vu88.lv
|
||||
0.0.0.0 vu88.mobi
|
||||
0.0.0.0 vu88.moe
|
||||
0.0.0.0 vu88.mx
|
||||
0.0.0.0 vu88.net
|
||||
0.0.0.0 vu88.ng
|
||||
0.0.0.0 vu88.ro
|
||||
0.0.0.0 vu88.sh
|
||||
0.0.0.0 vu88.tax
|
||||
0.0.0.0 vu88.tel
|
||||
0.0.0.0 vu88.tv
|
||||
0.0.0.0 vu88.vu
|
||||
0.0.0.0 vu88.ws
|
||||
0.0.0.0 vua88.app
|
||||
0.0.0.0 vua88.biz
|
||||
@@ -3104,6 +3336,7 @@
|
||||
0.0.0.0 web.nhatvip.net
|
||||
0.0.0.0 web.sunwin.pro
|
||||
0.0.0.0 web.topzo.com
|
||||
0.0.0.0 web.win79.eco
|
||||
0.0.0.0 web.win79.moi
|
||||
0.0.0.0 web.win79.vg
|
||||
0.0.0.0 web.yo88.is
|
||||
@@ -3127,6 +3360,7 @@
|
||||
0.0.0.0 win79.app
|
||||
0.0.0.0 win79.com
|
||||
0.0.0.0 win79.download
|
||||
0.0.0.0 win79.eco
|
||||
0.0.0.0 win79.fun
|
||||
0.0.0.0 win79.im
|
||||
0.0.0.0 win79.live
|
||||
@@ -3137,6 +3371,7 @@
|
||||
0.0.0.0 win79.vg
|
||||
0.0.0.0 win79.vip
|
||||
0.0.0.0 win79a.com
|
||||
0.0.0.0 win79chinhhang.com
|
||||
0.0.0.0 win79d.com
|
||||
0.0.0.0 win79play.me
|
||||
0.0.0.0 win888b.com
|
||||
@@ -3157,10 +3392,21 @@
|
||||
0.0.0.0 winvn18.com
|
||||
0.0.0.0 won88.com
|
||||
0.0.0.0 won88.win
|
||||
0.0.0.0 wp.9bet.army
|
||||
0.0.0.0 wp.9bet.band
|
||||
0.0.0.0 wp.9bet.care
|
||||
0.0.0.0 wp.9bet.diy
|
||||
0.0.0.0 wp.9bet.es
|
||||
0.0.0.0 wp.9bet.fund
|
||||
0.0.0.0 wp.9bet.green
|
||||
0.0.0.0 wp.9bet.krd
|
||||
0.0.0.0 wp.9bet.mobi
|
||||
0.0.0.0 wp.9bet.photo
|
||||
0.0.0.0 wp.9bet.vote
|
||||
0.0.0.0 wp.9bet.win
|
||||
0.0.0.0 wp.debet79.info
|
||||
0.0.0.0 wp.hdbet.com
|
||||
0.0.0.0 wp.ku88.okinawa
|
||||
0.0.0.0 wp.mibet.net
|
||||
0.0.0.0 wp.nbet.fan
|
||||
0.0.0.0 wp.nbet.to
|
||||
@@ -3172,6 +3418,7 @@
|
||||
0.0.0.0 wp.rikvip.tv
|
||||
0.0.0.0 wp.sky88.club
|
||||
0.0.0.0 wp.sky88.com
|
||||
0.0.0.0 wp.sky88.moda
|
||||
0.0.0.0 wp.topbet.net
|
||||
0.0.0.0 wp.topbet.top
|
||||
0.0.0.0 ww88.club
|
||||
@@ -3643,14 +3890,25 @@
|
||||
0.0.0.0 xemdabanh.club
|
||||
0.0.0.0 xemdagacampuchia.com
|
||||
0.0.0.0 xemtylecacuoc.bong99.com
|
||||
0.0.0.0 xibet.cat
|
||||
0.0.0.0 xibet.com
|
||||
0.0.0.0 xibet.ec
|
||||
0.0.0.0 xibet.foo
|
||||
0.0.0.0 xibet.fun
|
||||
0.0.0.0 xibet.ing
|
||||
0.0.0.0 xibet.moi
|
||||
0.0.0.0 xibet.now
|
||||
0.0.0.0 xibet.nz
|
||||
0.0.0.0 xibet.pl
|
||||
0.0.0.0 xibet.red
|
||||
0.0.0.0 xibet.soy
|
||||
0.0.0.0 xibet.tax
|
||||
0.0.0.0 xibet.uno
|
||||
0.0.0.0 xibet.vg
|
||||
0.0.0.0 xibet.vu
|
||||
0.0.0.0 xibet.win
|
||||
0.0.0.0 xibet.wtf
|
||||
0.0.0.0 xibet.you
|
||||
0.0.0.0 xidach.8day66.com
|
||||
0.0.0.0 xingtou888.com
|
||||
0.0.0.0 xn--hi-ji6caa.com
|
||||
@@ -3733,6 +3991,8 @@
|
||||
0.0.0.0 zowin.ci
|
||||
0.0.0.0 zowin.esq
|
||||
0.0.0.0 zowin.fan
|
||||
0.0.0.0 zowin.fm
|
||||
0.0.0.0 zowin.gripe
|
||||
0.0.0.0 zowin.im
|
||||
0.0.0.0 zowin.is
|
||||
0.0.0.0 zowin.kim
|
||||
@@ -3740,15 +4000,43 @@
|
||||
0.0.0.0 zowin.ng
|
||||
0.0.0.0 zowin.ph
|
||||
0.0.0.0 zowin.red
|
||||
0.0.0.0 zowin.ro
|
||||
0.0.0.0 zowin.sh
|
||||
0.0.0.0 zowin.srl
|
||||
0.0.0.0 zowin.st
|
||||
0.0.0.0 zowin.sx
|
||||
0.0.0.0 zowin.tv
|
||||
0.0.0.0 zowin.tw
|
||||
0.0.0.0 zowin.uno
|
||||
0.0.0.0 zowin.vg
|
||||
0.0.0.0 zowin.vu
|
||||
0.0.0.0 zowin.ws
|
||||
0.0.0.0 zowinchinhhang.online
|
||||
0.0.0.0 tipico.de
|
||||
0.0.0.0 bwin.de
|
||||
0.0.0.0 bet365.de
|
||||
0.0.0.0 betano.de
|
||||
0.0.0.0 betway.de
|
||||
0.0.0.0 bet-at-home.de
|
||||
0.0.0.0 interwetten.de
|
||||
0.0.0.0 sportwetten.de
|
||||
0.0.0.0 pddset.de
|
||||
0.0.0.0 daznbet.de
|
||||
0.0.0.0 vbet.de
|
||||
0.0.0.0 sportingbet.de
|
||||
0.0.0.0 winamax.de
|
||||
0.0.0.0 tipwin.de
|
||||
0.0.0.0 bet3000.de
|
||||
0.0.0.0 betbird.de
|
||||
0.0.0.0 letsbet.de
|
||||
0.0.0.0 merkur-sports.de
|
||||
0.0.0.0 merkurbets.de
|
||||
0.0.0.0 wettarena.de
|
||||
0.0.0.0 tiptorro.de
|
||||
0.0.0.0 original-wetten.de
|
||||
0.0.0.0 betstar.sportwetten.de
|
||||
0.0.0.0 betstar.sw.de
|
||||
0.0.0.0 888sport.de
|
||||
0.0.0.0 10bet.com
|
||||
0.0.0.0 10luxury39.com
|
||||
0.0.0.0 11wickets.com
|
||||
@@ -6391,6 +6679,29 @@
|
||||
0.0.0.0 www.pokerstars.bg
|
||||
0.0.0.0 everbet.bg
|
||||
0.0.0.0 slotino.bg
|
||||
0.0.0.0 j7n1p8x.com
|
||||
0.0.0.0 www.phtaya46.link
|
||||
0.0.0.0 96phj.com
|
||||
0.0.0.0 diamondjl.vip
|
||||
0.0.0.0 www.paldocrown94.xyz
|
||||
0.0.0.0 www.c04jilipark.com
|
||||
0.0.0.0 www.z17phwin.cc
|
||||
0.0.0.0 www.injljl.com
|
||||
0.0.0.0 fy379vvu3.com
|
||||
0.0.0.0 www.jdquest.org
|
||||
0.0.0.0 www.jdsp4825.xyz
|
||||
0.0.0.0 www.69687696.com
|
||||
0.0.0.0 g89.lol
|
||||
0.0.0.0 www.ah77lb5.xyz
|
||||
0.0.0.0 www.17jl177.com
|
||||
0.0.0.0 www.g488hshsssaaz.xyz
|
||||
0.0.0.0 www.sealjl.bar
|
||||
0.0.0.0 www.zzzhhhhwoog488.cyou
|
||||
0.0.0.0 www.acewin999.top
|
||||
0.0.0.0 winning228.sch.id
|
||||
0.0.0.0 www.191slotsgo.cc
|
||||
0.0.0.0 nextbola.ac.id
|
||||
0.0.0.0 bolaku.sch.id
|
||||
# blacklist
|
||||
#
|
||||
# The contents of this file (containing a listing of additional domains in
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: gambling](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts)
|
||||
containing 6,362 entries.
|
||||
containing 6,673 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: gambling, porn](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts)
|
||||
containing 83,109 entries.
|
||||
containing 83,466 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: gambling, porn, social](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts)
|
||||
containing 86,351 entries.
|
||||
containing 87,272 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+32356
-36153
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts)
|
||||
containing 166,641 entries.
|
||||
containing 162,837 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+31768
-36124
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts)
|
||||
containing 163,428 entries.
|
||||
containing 159,063 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: gambling, social](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts)
|
||||
containing 9,606 entries.
|
||||
containing 10,481 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+32288
-36130
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts)
|
||||
containing 90,614 entries.
|
||||
containing 86,765 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+31699
-36100
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts)
|
||||
containing 87,399 entries.
|
||||
containing 82,989 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+71
-25
@@ -3,10 +3,10 @@
|
||||
# This hosts file is a merged collection of hosts from reputable sources,
|
||||
# with a dash of crowd sourcing via GitHub
|
||||
#
|
||||
# Date: 18 July 2026 21:38:20 (UTC)
|
||||
# Date: 25 September 2026 19:30:24 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: porn
|
||||
# Number of unique domains: 76,747
|
||||
# Number of unique domains: 76,793
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts
|
||||
# Project home page: https://github.com/StevenBlack/hosts
|
||||
@@ -19,9 +19,9 @@
|
||||
|
||||
# End of custom host records.
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 17 Jul 2026 14:09 UTC+7
|
||||
# Version: 2607171409
|
||||
# Blocked: 1.895 domains
|
||||
# Last modified: 23 Sep 2026 11:05 UTC+7
|
||||
# Version: 2609231105
|
||||
# Blocked: 1.943 domains
|
||||
# Only include adult domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -116,6 +116,7 @@
|
||||
0.0.0.0 cap3.autos
|
||||
0.0.0.0 cap3.beer
|
||||
0.0.0.0 cap3.click
|
||||
0.0.0.0 cap3.email
|
||||
0.0.0.0 cap3.monster
|
||||
0.0.0.0 cap3.pics
|
||||
0.0.0.0 cap3.pro
|
||||
@@ -276,6 +277,7 @@
|
||||
0.0.0.0 ephimsex.net
|
||||
0.0.0.0 erotic-hentai.com
|
||||
0.0.0.0 etinhyeu.com
|
||||
0.0.0.0 exviet69.cc
|
||||
0.0.0.0 fanpay.org
|
||||
0.0.0.0 fap18.net
|
||||
0.0.0.0 file.mm1cloud.com
|
||||
@@ -289,7 +291,10 @@
|
||||
0.0.0.0 gaicaocap.xyz
|
||||
0.0.0.0 gaichanh.co
|
||||
0.0.0.0 gaidam18.com
|
||||
0.0.0.0 gaidep.blog
|
||||
0.0.0.0 gaidepvn.xyz
|
||||
0.0.0.0 gaidepxx.com
|
||||
0.0.0.0 gaidepxx.me
|
||||
0.0.0.0 gaigoi.homes
|
||||
0.0.0.0 gaigoi.id
|
||||
0.0.0.0 gaigoi.live
|
||||
@@ -342,6 +347,7 @@
|
||||
0.0.0.0 gaigu.info
|
||||
0.0.0.0 gaigu.net
|
||||
0.0.0.0 gaigu.xyz
|
||||
0.0.0.0 gaigu18.blog
|
||||
0.0.0.0 gaigu6.tv
|
||||
0.0.0.0 gaigu7.tv
|
||||
0.0.0.0 gaigu8.com
|
||||
@@ -468,9 +474,11 @@
|
||||
0.0.0.0 heovl.cc
|
||||
0.0.0.0 heovl.com
|
||||
0.0.0.0 heovl.fun
|
||||
0.0.0.0 heovl.im
|
||||
0.0.0.0 heovl.live
|
||||
0.0.0.0 heovl.me
|
||||
0.0.0.0 heovl.moe
|
||||
0.0.0.0 heovl.name
|
||||
0.0.0.0 heovl.net
|
||||
0.0.0.0 heovl.tube
|
||||
0.0.0.0 heovl.tv
|
||||
@@ -478,6 +486,7 @@
|
||||
0.0.0.0 heovl1.net
|
||||
0.0.0.0 heovlx.com
|
||||
0.0.0.0 hhentai.net
|
||||
0.0.0.0 hihisex.app
|
||||
0.0.0.0 hihisex.pro
|
||||
0.0.0.0 hihisex.vip
|
||||
0.0.0.0 hinhgai.com
|
||||
@@ -499,8 +508,12 @@
|
||||
0.0.0.0 img.hentaivv1.com
|
||||
0.0.0.0 img.nangcuc.dev
|
||||
0.0.0.0 img.nangcucz.link
|
||||
0.0.0.0 img.phimkk.pro
|
||||
0.0.0.0 img.sexbuz.com
|
||||
0.0.0.0 img.vl69.pro
|
||||
0.0.0.0 img.xxxmeo.com
|
||||
0.0.0.0 img.xxxphim.top
|
||||
0.0.0.0 img.xxxviet.io
|
||||
0.0.0.0 info.xnxx.gold
|
||||
0.0.0.0 japanhdv.biz
|
||||
0.0.0.0 japansex.blog
|
||||
@@ -515,6 +528,7 @@
|
||||
0.0.0.0 javgg.me
|
||||
0.0.0.0 javgg.sbs
|
||||
0.0.0.0 javgiga.com
|
||||
0.0.0.0 javhay.buzz
|
||||
0.0.0.0 javhay.click
|
||||
0.0.0.0 javhay.co
|
||||
0.0.0.0 javhay.cyou
|
||||
@@ -533,11 +547,13 @@
|
||||
0.0.0.0 javhd.best
|
||||
0.0.0.0 javhd.bio
|
||||
0.0.0.0 javhd.charity
|
||||
0.0.0.0 javhd.co.uk
|
||||
0.0.0.0 javhd.contact
|
||||
0.0.0.0 javhd.exchange
|
||||
0.0.0.0 javhd.im
|
||||
0.0.0.0 javhd.lol
|
||||
0.0.0.0 javhd.moe
|
||||
0.0.0.0 javhd.mov
|
||||
0.0.0.0 javhd.network
|
||||
0.0.0.0 javhd.ninja
|
||||
0.0.0.0 javhd.one
|
||||
@@ -552,8 +568,16 @@
|
||||
0.0.0.0 javhdhay.us
|
||||
0.0.0.0 javhdhayz.com
|
||||
0.0.0.0 javhdvietsub.com
|
||||
0.0.0.0 javhdz.ac
|
||||
0.0.0.0 javhdz.bz
|
||||
0.0.0.0 javhdz.cam
|
||||
0.0.0.0 javhdz.city
|
||||
0.0.0.0 javhdz.fun
|
||||
0.0.0.0 javhdz.hot
|
||||
0.0.0.0 javhdz.pro
|
||||
0.0.0.0 javhdz.pw
|
||||
0.0.0.0 javhdz.red
|
||||
0.0.0.0 javhdz.wine
|
||||
0.0.0.0 javhiv.com
|
||||
0.0.0.0 javhiv.xyz
|
||||
0.0.0.0 javlxx.com
|
||||
@@ -573,6 +597,7 @@
|
||||
0.0.0.0 javphim.vin
|
||||
0.0.0.0 javphoz.com
|
||||
0.0.0.0 javsex.cc
|
||||
0.0.0.0 javsub.blog
|
||||
0.0.0.0 javsub.cc
|
||||
0.0.0.0 javsub.co
|
||||
0.0.0.0 javsub.live
|
||||
@@ -667,6 +692,7 @@
|
||||
0.0.0.0 m.heyzo.biz
|
||||
0.0.0.0 m.sexsub.xyz
|
||||
0.0.0.0 m.viet69.tech
|
||||
0.0.0.0 m.xnhau.city
|
||||
0.0.0.0 manhwa24hs.com
|
||||
0.0.0.0 manhwavn.com
|
||||
0.0.0.0 massagebinhduong.vipvn.net
|
||||
@@ -743,6 +769,7 @@
|
||||
0.0.0.0 phim-javhd.pro
|
||||
0.0.0.0 phim-sec.one
|
||||
0.0.0.0 phim-set.info
|
||||
0.0.0.0 phim-sex.io
|
||||
0.0.0.0 phim-sex.live
|
||||
0.0.0.0 phim-sex.net
|
||||
0.0.0.0 phim-sexhd.biz
|
||||
@@ -754,6 +781,7 @@
|
||||
0.0.0.0 phim.vl9x.net
|
||||
0.0.0.0 phim.vuasex.co
|
||||
0.0.0.0 phim.xxxhai.com
|
||||
0.0.0.0 phim.xxxmeo.com
|
||||
0.0.0.0 phim18.co
|
||||
0.0.0.0 phim18.online
|
||||
0.0.0.0 phim18.ws
|
||||
@@ -763,6 +791,7 @@
|
||||
0.0.0.0 phim18hd.net
|
||||
0.0.0.0 phim18hd.one
|
||||
0.0.0.0 phim18hd.top
|
||||
0.0.0.0 phim18k.blog
|
||||
0.0.0.0 phim18k.com
|
||||
0.0.0.0 phim18vn.com
|
||||
0.0.0.0 phim18x.net
|
||||
@@ -811,6 +840,7 @@
|
||||
0.0.0.0 phimkk.com
|
||||
0.0.0.0 phimkk.me
|
||||
0.0.0.0 phimkk.net
|
||||
0.0.0.0 phimkk.pro
|
||||
0.0.0.0 phimkk.ws
|
||||
0.0.0.0 phimloanluan.net
|
||||
0.0.0.0 phimloanluan.org
|
||||
@@ -1052,6 +1082,7 @@
|
||||
0.0.0.0 pornpic.org
|
||||
0.0.0.0 pornzo.net
|
||||
0.0.0.0 pphimsex.com
|
||||
0.0.0.0 qmh.garden
|
||||
0.0.0.0 qmh.quest
|
||||
0.0.0.0 qmh.rest
|
||||
0.0.0.0 qmh.sex
|
||||
@@ -1086,10 +1117,12 @@
|
||||
0.0.0.0 ribaysteak.ru
|
||||
0.0.0.0 rphang.ac
|
||||
0.0.0.0 rphang.cc
|
||||
0.0.0.0 rphang.com
|
||||
0.0.0.0 rphang.dog
|
||||
0.0.0.0 rphang.lat
|
||||
0.0.0.0 rphang.luutrurp.com
|
||||
0.0.0.0 rphang.me
|
||||
0.0.0.0 rphang.now
|
||||
0.0.0.0 rphang.online
|
||||
0.0.0.0 rphangcdn.com
|
||||
0.0.0.0 rphangs.net
|
||||
@@ -1098,9 +1131,12 @@
|
||||
0.0.0.0 rphangx.net
|
||||
0.0.0.0 rphangx.tv
|
||||
0.0.0.0 s.chinav.sex
|
||||
0.0.0.0 s.gaidep.blog
|
||||
0.0.0.0 s.gaigu18.blog
|
||||
0.0.0.0 s.phimsexvip.cc
|
||||
0.0.0.0 s.vnchich.net
|
||||
0.0.0.0 s3xvn.com
|
||||
0.0.0.0 s5.phimkk.pro
|
||||
0.0.0.0 s666.tv
|
||||
0.0.0.0 s666tv.com
|
||||
0.0.0.0 sayhentai.me
|
||||
@@ -1145,6 +1181,7 @@
|
||||
0.0.0.0 sexbaophe.pro
|
||||
0.0.0.0 sexbattu.com
|
||||
0.0.0.0 sexbulon.pro
|
||||
0.0.0.0 sexbuz.com
|
||||
0.0.0.0 sexchauau.club
|
||||
0.0.0.0 sexchauau.co
|
||||
0.0.0.0 sexchauau.mobi
|
||||
@@ -1178,6 +1215,7 @@
|
||||
0.0.0.0 sexhay.biz
|
||||
0.0.0.0 sexhay.vip
|
||||
0.0.0.0 sexhay123.com
|
||||
0.0.0.0 sexhay247.net
|
||||
0.0.0.0 sexhay2k.com
|
||||
0.0.0.0 sexhay3x.com
|
||||
0.0.0.0 sexhay69.mobi
|
||||
@@ -1288,6 +1326,7 @@
|
||||
0.0.0.0 sextop1.one
|
||||
0.0.0.0 sextop1.page
|
||||
0.0.0.0 sextop1.site
|
||||
0.0.0.0 sextop1.spa
|
||||
0.0.0.0 sextop1.team
|
||||
0.0.0.0 sextop1.video
|
||||
0.0.0.0 sextop10.pro
|
||||
@@ -1392,6 +1431,7 @@
|
||||
0.0.0.0 ssieukhung.com
|
||||
0.0.0.0 static.manhwa24hs.com
|
||||
0.0.0.0 stream.quatvn.lol
|
||||
0.0.0.0 subjav.buzz
|
||||
0.0.0.0 subjav.live
|
||||
0.0.0.0 subjav.org
|
||||
0.0.0.0 subjav.sex
|
||||
@@ -1556,6 +1596,7 @@
|
||||
0.0.0.0 tzqctz.com
|
||||
0.0.0.0 up1.hhentai.net
|
||||
0.0.0.0 up2.hentaivn.tv
|
||||
0.0.0.0 v.javhd.co.uk
|
||||
0.0.0.0 vailonxx.co
|
||||
0.0.0.0 vailonxx.com
|
||||
0.0.0.0 vailonxx.vip
|
||||
@@ -1692,10 +1733,12 @@
|
||||
0.0.0.0 vlxx.moe
|
||||
0.0.0.0 vlxx.moi
|
||||
0.0.0.0 vlxx.money
|
||||
0.0.0.0 vlxx.ms
|
||||
0.0.0.0 vlxx.mx
|
||||
0.0.0.0 vlxx.net
|
||||
0.0.0.0 vlxx.network
|
||||
0.0.0.0 vlxx.pet
|
||||
0.0.0.0 vlxx.phd
|
||||
0.0.0.0 vlxx.pw
|
||||
0.0.0.0 vlxx.rocks
|
||||
0.0.0.0 vlxx.ru
|
||||
@@ -1759,6 +1802,7 @@
|
||||
0.0.0.0 vnchich.com
|
||||
0.0.0.0 vnchich.net
|
||||
0.0.0.0 vnok.net
|
||||
0.0.0.0 vnsextop1.com
|
||||
0.0.0.0 vnvn77.com
|
||||
0.0.0.0 vnxnxx.cc
|
||||
0.0.0.0 vnxnxx.xyz
|
||||
@@ -1800,8 +1844,10 @@
|
||||
0.0.0.0 www.xamvn.top
|
||||
0.0.0.0 www.xnxx.gold
|
||||
0.0.0.0 wwwxxx.pro
|
||||
0.0.0.0 x.javhd.co.uk
|
||||
0.0.0.0 x.phimsexsub.pw
|
||||
0.0.0.0 x10.viet69.life
|
||||
0.0.0.0 x5.xxxviet.io
|
||||
0.0.0.0 xamvn.pro
|
||||
0.0.0.0 xamvn.sh
|
||||
0.0.0.0 xamvn.top
|
||||
@@ -1847,6 +1893,7 @@
|
||||
0.0.0.0 xmovies-xnxx.com
|
||||
0.0.0.0 xn--sexvitnam-zj7d.com
|
||||
0.0.0.0 xnhau.blog
|
||||
0.0.0.0 xnhau.city
|
||||
0.0.0.0 xnhau.io
|
||||
0.0.0.0 xnhau.moe
|
||||
0.0.0.0 xnxvn.org
|
||||
@@ -1897,6 +1944,7 @@
|
||||
0.0.0.0 xxvnurl.com
|
||||
0.0.0.0 xxx.ditnhau.cc
|
||||
0.0.0.0 xxxhay.biz
|
||||
0.0.0.0 xxxmeo.com
|
||||
0.0.0.0 xxxmoi.com
|
||||
0.0.0.0 xxxner.com
|
||||
0.0.0.0 xxxnhatban.cyou
|
||||
@@ -22310,9 +22358,11 @@
|
||||
0.0.0.0 www.horriblevideos.com
|
||||
0.0.0.0 www.miscopy.com
|
||||
0.0.0.0 www.recipepes.com
|
||||
0.0.0.0 rahaporn.commanhwax.top
|
||||
0.0.0.0 lechitax.com
|
||||
0.0.0.0 rahaporn.com
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 www.rahaporn.com
|
||||
0.0.0.0 007dating.commanhwax.top
|
||||
0.0.0.0 007dating.com
|
||||
0.0.0.0 webmail.007dating.com
|
||||
0.0.0.0 007milf.com
|
||||
0.0.0.0 007zeed.com
|
||||
@@ -31068,7 +31118,7 @@
|
||||
0.0.0.0 comicsxxx.net
|
||||
0.0.0.0 www.comicxx.com
|
||||
0.0.0.0 comicxxx.eu
|
||||
0.0.0.0 www.shineporn.comideosxxx.biz
|
||||
0.0.0.0 www.shineporn.com
|
||||
0.0.0.0 comiko.net
|
||||
0.0.0.0 comiquetaxxx.com
|
||||
0.0.0.0 comix.site
|
||||
@@ -31085,14 +31135,16 @@
|
||||
0.0.0.0 vids01.comparte.digital
|
||||
0.0.0.0 completeporndatabase.com
|
||||
0.0.0.0 www.completeporndatabase.com
|
||||
0.0.0.0 porn-beeg.comsex-xxx.fun
|
||||
0.0.0.0 porn-beeg.com
|
||||
0.0.0.0 sex-xxx.fun
|
||||
0.0.0.0 hotgirl10.comunidades.net
|
||||
0.0.0.0 pornotorrent.comunidades.net
|
||||
0.0.0.0 comxmag.com
|
||||
0.0.0.0 comxnxx.cam
|
||||
0.0.0.0 comxnxxx.com
|
||||
0.0.0.0 comxvideos.ru
|
||||
0.0.0.0 18teen-porn.comxxxorsex.com
|
||||
0.0.0.0 18teen-porn.com
|
||||
0.0.0.0 xxxorsex.com
|
||||
0.0.0.0 condomfish.com
|
||||
0.0.0.0 conejox.com
|
||||
0.0.0.0 thumbs.conejox.com
|
||||
@@ -33219,7 +33271,7 @@
|
||||
0.0.0.0 eporn.su
|
||||
0.0.0.0 eporn24.com
|
||||
0.0.0.0 www.eporn24.com
|
||||
0.0.0.0 wwwww.japvid245.comw.eporn24.com
|
||||
0.0.0.0 www.japvid245.com
|
||||
0.0.0.0 eporner.casa
|
||||
0.0.0.0 eporner.hu
|
||||
0.0.0.0 eporner.icu
|
||||
@@ -43258,7 +43310,6 @@
|
||||
0.0.0.0 japteenx.com
|
||||
0.0.0.0 japvid.xxx
|
||||
0.0.0.0 japvid245.com
|
||||
0.0.0.0 www.japvid245.com
|
||||
0.0.0.0 japxnxx.com
|
||||
0.0.0.0 japxsex.com
|
||||
0.0.0.0 japxtube.com
|
||||
@@ -46529,7 +46580,6 @@
|
||||
0.0.0.0 static.manhwalike.com
|
||||
0.0.0.0 manhwaweb.com
|
||||
0.0.0.0 manhwax.org
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 manhwaxxl.com
|
||||
0.0.0.0 maniacdiaries.nl
|
||||
0.0.0.0 mail.maniacdiaries.nl
|
||||
@@ -49401,7 +49451,7 @@
|
||||
0.0.0.0 networkwestvirginia.com
|
||||
0.0.0.0 www.networkwestvirginia.com
|
||||
0.0.0.0 netxnxxvideos.com
|
||||
0.0.0.0 freeteenxxx.netxxxorsex.com
|
||||
0.0.0.0 freeteenxxx.net
|
||||
0.0.0.0 netyda.com
|
||||
0.0.0.0 neuedeutschepornos.com
|
||||
0.0.0.0 neueporn.com
|
||||
@@ -49688,7 +49738,6 @@
|
||||
0.0.0.0 www.nichewebcams.com
|
||||
0.0.0.0 nicolegravesvideo.com
|
||||
0.0.0.0 www.nicolegravesvideo.com
|
||||
0.0.0.0 www.nicovideo.jp
|
||||
0.0.0.0 nieuws.xxx
|
||||
0.0.0.0 nigga.com
|
||||
0.0.0.0 de.nightclub.eu
|
||||
@@ -52454,7 +52503,6 @@
|
||||
0.0.0.0 www.porn-asian.com
|
||||
0.0.0.0 porn-ass.pro
|
||||
0.0.0.0 www.porn-babes.tv
|
||||
0.0.0.0 porn-beeg.com
|
||||
0.0.0.0 porn-better.com
|
||||
0.0.0.0 porn-bokep.com
|
||||
0.0.0.0 www.porn-booking.com
|
||||
@@ -57917,7 +57965,6 @@
|
||||
0.0.0.0 redtube.tools
|
||||
0.0.0.0 redtube.training
|
||||
0.0.0.0 redtube.zone
|
||||
0.0.0.0 code.jquery.comembed.redtube.com
|
||||
0.0.0.0 embed.redtube.com
|
||||
0.0.0.0 ht.redtube.com
|
||||
0.0.0.0 piwik.redtube.com
|
||||
@@ -59147,7 +59194,6 @@
|
||||
0.0.0.0 sex-xvideo.ru
|
||||
0.0.0.0 sex-xvideos.com
|
||||
0.0.0.0 sex-xxx.cc
|
||||
0.0.0.0 sex-xxx.fun
|
||||
0.0.0.0 sex-xxx.icu
|
||||
0.0.0.0 sex-xxx.rest
|
||||
0.0.0.0 sex-xxx.video
|
||||
@@ -59619,7 +59665,7 @@
|
||||
0.0.0.0 sexhd.love
|
||||
0.0.0.0 sexhd.me
|
||||
0.0.0.0 sexhd.xxx
|
||||
0.0.0.0 truesnaps.comvip.sexhd.pics
|
||||
0.0.0.0 truesnaps.com
|
||||
0.0.0.0 vip.sexhd.pics
|
||||
0.0.0.0 www.sexhd.me
|
||||
0.0.0.0 www.sexhd.xxx
|
||||
@@ -61371,7 +61417,6 @@
|
||||
0.0.0.0 shhmale.com
|
||||
0.0.0.0 shibbydex.com
|
||||
0.0.0.0 shineporn.com
|
||||
0.0.0.0 www.shineporn.com
|
||||
0.0.0.0 www.shinykitty.com
|
||||
0.0.0.0 shiptome.ru
|
||||
0.0.0.0 shit-around.com
|
||||
@@ -65038,8 +65083,6 @@
|
||||
0.0.0.0 totallyfreecam.com
|
||||
0.0.0.0 totallynakedteens.com
|
||||
0.0.0.0 totallyshemales.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 totporno.com
|
||||
0.0.0.0 tounavi.net
|
||||
0.0.0.0 tour7me.com
|
||||
@@ -70100,8 +70143,6 @@
|
||||
0.0.0.0 www.xnxx.tv
|
||||
0.0.0.0 www.xnxx.xxx
|
||||
0.0.0.0 www.www.xnxx.com
|
||||
0.0.0.0 www.xnxx.comwww.xnxx.com
|
||||
0.0.0.0 www.xnxx.comwww.xnxx.comwww.xnxx.com
|
||||
0.0.0.0 xnxx-18plus.com
|
||||
0.0.0.0 xnxx-alarab.com
|
||||
0.0.0.0 thumbs.xnxx-alarab.com
|
||||
@@ -72384,7 +72425,6 @@
|
||||
0.0.0.0 xxxonline.me
|
||||
0.0.0.0 xxxonlinetube.com
|
||||
0.0.0.0 xxxopenload.com
|
||||
0.0.0.0 xxxorsex.com
|
||||
0.0.0.0 www.xxxorsex.com
|
||||
0.0.0.0 www.xxxpac.com
|
||||
0.0.0.0 xxxpakistan.pro
|
||||
@@ -76506,6 +76546,12 @@
|
||||
0.0.0.0 trashyneverclassy.com
|
||||
0.0.0.0 chomikuj.pl
|
||||
0.0.0.0 missav.ai
|
||||
0.0.0.0 cdn2.pvvstream.pro
|
||||
0.0.0.0 analzoofilia.xyz
|
||||
0.0.0.0 zoophilia.me
|
||||
0.0.0.0 porndd.com
|
||||
0.0.0.0 orangepix.is
|
||||
0.0.0.0 sexstories69.com
|
||||
# Title: Snuff hosts
|
||||
|
||||
0.0.0.0 bitcheese.net
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: porn](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts)
|
||||
containing 76,747 entries.
|
||||
containing 76,793 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: porn, social](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts)
|
||||
containing 79,989 entries.
|
||||
containing 80,599 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+32042
-36150
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts)
|
||||
containing 160,291 entries.
|
||||
containing 156,176 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+31454
-36121
File diff suppressed because it is too large
Load Diff
+32
-32
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts)
|
||||
containing 157,078 entries.
|
||||
containing 152,402 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+596
-34
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: social](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts)
|
||||
containing 3,244 entries.
|
||||
containing 3,808 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+31974
-36127
File diff suppressed because it is too large
Load Diff
+32
-32
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts)
|
||||
containing 84,264 entries.
|
||||
containing 80,104 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+36874
-42930
File diff suppressed because it is too large
Load Diff
@@ -3259,3 +3259,19 @@
|
||||
0.0.0.0 9.gadzooksrudely.com
|
||||
0.0.0.0 gadzooksrudely.com
|
||||
0.0.0.0 legder.com-softwares.com
|
||||
0.0.0.0 fastway-pay.ocband.org
|
||||
|
||||
|
||||
# Added August 5, 2026
|
||||
0.0.0.0 info-ledger.org
|
||||
0.0.0.0 www.info-ledger.org
|
||||
0.0.0.0 ledger-app.at
|
||||
0.0.0.0 www.ledger-app.at
|
||||
|
||||
# Added September 20, 2026
|
||||
0.0.0.0 en-ledger.com
|
||||
0.0.0.0 www.en-ledger.com
|
||||
0.0.0.0 check-products.org
|
||||
|
||||
# Added September 23, 2026
|
||||
0.0.0.0 adnz.co
|
||||
|
||||
+150
-256
@@ -1,131 +1,102 @@
|
||||
################################################################
|
||||
# abuse.ch URLhaus Host file #
|
||||
# Last updated: 2026-07-18 21:27:24 (UTC) #
|
||||
# Last updated: 2026-09-25 19:22:12 (UTC) #
|
||||
# #
|
||||
# Terms Of Use: https://urlhaus.abuse.ch/api/ #
|
||||
# For questions please contact urlhaus [at] abuse.ch #
|
||||
################################################################
|
||||
#
|
||||
127.0.0.1 0022a601.pphost.net
|
||||
127.0.0.1 01pr.com.tr
|
||||
127.0.0.1 123.ywxww.net
|
||||
127.0.0.1 1717.1000uc.com
|
||||
127.0.0.1 2lob5o1r.betbuf90.com
|
||||
127.0.0.1 2rhdb98z.comfortinnlaytonutah.com
|
||||
127.0.0.1 3u06kg6l.onjabet1.com
|
||||
127.0.0.1 3x6v81kc.varzeshlife.ir
|
||||
127.0.0.1 54snw6zk.nextbahis.coupons
|
||||
127.0.0.1 5m1ugnlr.yekbetyek.com
|
||||
127.0.0.1 5uat7o6m.pdfbama.com
|
||||
127.0.0.1 694j5tdy.behtarin-site-shartbandi-football.com
|
||||
127.0.0.1 6j7gyyz9.barkerautoms.com
|
||||
127.0.0.1 6lphdepl.sibbet90iran.com
|
||||
127.0.0.1 6mhijma6.tampabayspin.com
|
||||
127.0.0.1 74ock8ke.mahbetiran.com
|
||||
127.0.0.1 8kq7qw7a.site-takhtenard-sharti-betland.com
|
||||
127.0.0.1 9t8bbts2.winston.bet
|
||||
127.0.0.1 9zzh7dnw.coop-fresh.com
|
||||
127.0.0.1 a1h9t4pt.venus90bet.com
|
||||
127.0.0.1 abdulahad.net
|
||||
127.0.0.1 198-macros.com
|
||||
127.0.0.1 198348.gl
|
||||
127.0.0.1 198macros.org
|
||||
127.0.0.1 22qq-client.com
|
||||
127.0.0.1 4eclient.com
|
||||
127.0.0.1 acc.jiangsujiaxue.com
|
||||
127.0.0.1 acms.saleseos.com
|
||||
127.0.0.1 acslkqpil.easternartmuseum.com
|
||||
127.0.0.1 activegrp.co.za
|
||||
127.0.0.1 adcentral.com.mx
|
||||
127.0.0.1 admin.byte.in.ua
|
||||
127.0.0.1 admin.gestroom.it
|
||||
127.0.0.1 aefauhqwk.irani-music.com
|
||||
127.0.0.1 aftelecom.com.br
|
||||
127.0.0.1 ahxpqhqnc.nextbahis.coupons
|
||||
127.0.0.1 airyvineic.help
|
||||
127.0.0.1 aidlifempowerment.com
|
||||
127.0.0.1 alarmline.com.br
|
||||
127.0.0.1 alineeleuterio.com.br
|
||||
127.0.0.1 allendostmen.com
|
||||
127.0.0.1 alternativas.ru
|
||||
127.0.0.1 app.appzcvb.com
|
||||
127.0.0.1 archivoscrosoft.com
|
||||
127.0.0.1 areyouready.co.za
|
||||
127.0.0.1 arpumupr.site-shartbandi-pasor.online
|
||||
127.0.0.1 arromaseis.com.tr
|
||||
127.0.0.1 arvujwijm.irani-music.com
|
||||
127.0.0.1 armoniamiddleeast.ae
|
||||
127.0.0.1 atasapka.com.tr
|
||||
127.0.0.1 atom.freehosting.dev
|
||||
127.0.0.1 audicontadores.com
|
||||
127.0.0.1 aupzcajq.biabet90.com
|
||||
127.0.0.1 auucqutq.pdfbama.com
|
||||
127.0.0.1 backupso.com
|
||||
127.0.0.1 balconyresidences.com.br
|
||||
127.0.0.1 balanced-red-emhnkdfj-dp7g2kvqxx8n.edgeone.dev
|
||||
127.0.0.1 beoauto.alexion.rs
|
||||
127.0.0.1 beqbfjhnf.deepspaceparker.com
|
||||
127.0.0.1 bgtnaqoc.fileboroo.com
|
||||
127.0.0.1 bgzdrdniv.venus90bet.com
|
||||
127.0.0.1 bhcivpxh.derbi.football
|
||||
127.0.0.1 bito.com.pk
|
||||
127.0.0.1 bjoqbxxh.hazzarat.com
|
||||
127.0.0.1 bkgtqeai.derbi.football
|
||||
127.0.0.1 blankeyeo.com
|
||||
127.0.0.1 blessdayservices.org
|
||||
127.0.0.1 blogs.sokun.jp
|
||||
127.0.0.1 bmdcompany.com
|
||||
127.0.0.1 bnet-api.playm8ru.win
|
||||
127.0.0.1 bnet.playm8ru.win
|
||||
127.0.0.1 bombayonline.in
|
||||
127.0.0.1 book.rollingvideogames.com
|
||||
127.0.0.1 booking.captcha-message-extranet.com
|
||||
127.0.0.1 brasilengenhariaecom.store
|
||||
127.0.0.1 bratarfood.com
|
||||
127.0.0.1 breezeclient.com
|
||||
127.0.0.1 breezeclient.org
|
||||
127.0.0.1 bridgeroad.maverickpreviews.com
|
||||
127.0.0.1 brightworks.cz
|
||||
127.0.0.1 buaoqtgen.adsbln3.xyz
|
||||
127.0.0.1 businesseconomics.in
|
||||
127.0.0.1 bvaco.com
|
||||
127.0.0.1 cachmkcqj.venus90bet.com
|
||||
127.0.0.1 bserail.com
|
||||
127.0.0.1 cablewireltd.site
|
||||
127.0.0.1 cambodiatouristservice.com
|
||||
127.0.0.1 casasmediterraneas.com
|
||||
127.0.0.1 cat.dashabi.in
|
||||
127.0.0.1 cat.xiaojiji.nl
|
||||
127.0.0.1 cat.xiaoshabi.nl
|
||||
127.0.0.1 catbaparadisehotel.com.vn
|
||||
127.0.0.1 caudzzwo.coop-fresh.com
|
||||
127.0.0.1 cdaonline.com.ar
|
||||
127.0.0.1 cdbxemdoq.toofan90bet.com
|
||||
127.0.0.1 cdctvukr.taktikkbet.com
|
||||
127.0.0.1 cdmke7zf.sky7bet.casino
|
||||
127.0.0.1 cdn.file6.goodid.com
|
||||
127.0.0.1 celebratingseniors.net
|
||||
127.0.0.1 cfplyjmq.efcasino.bet
|
||||
127.0.0.1 cgavi.derbi.promo
|
||||
127.0.0.1 chat-server.maverickpreviews.com
|
||||
127.0.0.1 checkfivem.com
|
||||
127.0.0.1 chinaapper.com
|
||||
127.0.0.1 chiptune.com
|
||||
127.0.0.1 christophercheung.com
|
||||
127.0.0.1 chsxhscsh.tampabayspin.com
|
||||
127.0.0.1 cheetoclient.com
|
||||
127.0.0.1 chiroartist.com
|
||||
127.0.0.1 chrome.windows-browser.net
|
||||
127.0.0.1 chuguadventures.co.tz
|
||||
127.0.0.1 cid.gov.so
|
||||
127.0.0.1 cl.ssouy.com
|
||||
127.0.0.1 cloud.pearlpeel.com
|
||||
127.0.0.1 clubdetiroelpicarcho.com
|
||||
127.0.0.1 cn.unionlever.com
|
||||
127.0.0.1 co-emas.com
|
||||
127.0.0.1 Cn.devglobal.biz
|
||||
127.0.0.1 compuserviceonline.com.br
|
||||
127.0.0.1 continentalgroup.net.in
|
||||
127.0.0.1 coolairesgroup.com
|
||||
127.0.0.1 coralasargetia.ro
|
||||
127.0.0.1 corporacioncrf.com
|
||||
127.0.0.1 cpofficial.com
|
||||
127.0.0.1 creativevoltage.com
|
||||
127.0.0.1 cpc188.day
|
||||
127.0.0.1 crazypianoswebshop.nl
|
||||
127.0.0.1 crystalpvp.ru
|
||||
127.0.0.1 cs.go.kg
|
||||
127.0.0.1 cyberleak.top
|
||||
127.0.0.1 d.14yaa.com
|
||||
127.0.0.1 d.wanyouxi7.com
|
||||
127.0.0.1 dailyushistory.com
|
||||
127.0.0.1 damiancollier.com
|
||||
127.0.0.1 data.yhydl.com
|
||||
127.0.0.1 dcrun.co.uk
|
||||
127.0.0.1 dcwblida.dz
|
||||
127.0.0.1 deagroup-ks.com
|
||||
127.0.0.1 deliverymailreport.co.za
|
||||
127.0.0.1 debugify.net
|
||||
127.0.0.1 delp-heizungsbau.de
|
||||
127.0.0.1 dexios.co.za
|
||||
127.0.0.1 delta-canvas.com
|
||||
127.0.0.1 dezcom.com
|
||||
127.0.0.1 dinamikakargo.com
|
||||
127.0.0.1 disk.accord1key.cn
|
||||
127.0.0.1 divvanews.com
|
||||
127.0.0.1 djqiyxyx.calirayalake.com
|
||||
127.0.0.1 dl.1003b.56a.com
|
||||
127.0.0.1 dl.dzqzd.com
|
||||
127.0.0.1 dl.natgo.cn
|
||||
127.0.0.1 dlylkjaji.jetboro.fun
|
||||
127.0.0.1 doc.e-statements.app
|
||||
127.0.0.1 docs.thelobbyx.info
|
||||
127.0.0.1 donkeytourscroatia.com
|
||||
127.0.0.1 down.54nb.com
|
||||
127.0.0.1 down.fwqlt.com
|
||||
@@ -137,303 +108,246 @@
|
||||
127.0.0.1 download.kaobeitu.com
|
||||
127.0.0.1 download.pdf00.cn
|
||||
127.0.0.1 download.pdf00.com
|
||||
127.0.0.1 download.suxiazai.com
|
||||
127.0.0.1 dowonline.ru
|
||||
127.0.0.1 dqgfzcgm.hazzarat.world
|
||||
127.0.0.1 dreamapp.xyz
|
||||
127.0.0.1 drkynxdcu.gem90bet.com
|
||||
127.0.0.1 dsdvsvqgy.jetbet.download
|
||||
127.0.0.1 dtsmmaphe.tampabayspin.com
|
||||
127.0.0.1 dusttv.com
|
||||
127.0.0.1 dvc734k1.hazaratbet.game
|
||||
127.0.0.1 dvzzqxef.gamehazarat.com
|
||||
127.0.0.1 dy6t0cul.hazarat.now
|
||||
127.0.0.1 dreamwatchevent.com
|
||||
127.0.0.1 duct-master.com
|
||||
127.0.0.1 dynga.pl
|
||||
127.0.0.1 e2u97o8c.betbuf90.com
|
||||
127.0.0.1 eabcewlhe.diloro.dev
|
||||
127.0.0.1 eastbwxa.funxbet.casino
|
||||
127.0.0.1 easybrand.vn
|
||||
127.0.0.1 echkdia.com
|
||||
127.0.0.1 ecl80.cfd
|
||||
127.0.0.1 edhabqne.taktikkbet.com
|
||||
127.0.0.1 elaml4maids.com
|
||||
127.0.0.1 electri.billregulator.com
|
||||
127.0.0.1 elisans.novayonetim.com
|
||||
127.0.0.1 embedone.com
|
||||
127.0.0.1 elrneba.com
|
||||
127.0.0.1 en.taichuan.com
|
||||
127.0.0.1 endpoint.project0.cc
|
||||
127.0.0.1 eogwp3fe.site-shartbandi-pasor.online
|
||||
127.0.0.1 envs.sh
|
||||
127.0.0.1 epanpano.com
|
||||
127.0.0.1 eprqnfyeb.hazzarat.com
|
||||
127.0.0.1 eqodjhwk.enfejartime.com
|
||||
127.0.0.1 eqxun.jayswraps.com
|
||||
127.0.0.1 estudio.ythan.com.br
|
||||
127.0.0.1 eturxuynx.onjabet1.com
|
||||
127.0.0.1 evangroup.ru
|
||||
127.0.0.1 epsinf.com
|
||||
127.0.0.1 escrowbank.co
|
||||
127.0.0.1 eventourarte.cl
|
||||
127.0.0.1 fakers.co.jp
|
||||
127.0.0.1 familyaddons.com
|
||||
127.0.0.1 familyaddons.org
|
||||
127.0.0.1 farschid.de
|
||||
127.0.0.1 fcmznlck.hazaratbet.games
|
||||
127.0.0.1 fastsrunners.com
|
||||
127.0.0.1 fd.v2downf.shop
|
||||
127.0.0.1 fesold.com
|
||||
127.0.0.1 ficus.in
|
||||
127.0.0.1 file.blackint3.com
|
||||
127.0.0.1 file.uhsea.com
|
||||
127.0.0.1 filerit.com
|
||||
127.0.0.1 first-security-verden.de
|
||||
127.0.0.1 fiwvrsju.yekbetyek.com
|
||||
127.0.0.1 floppaclient.com
|
||||
127.0.0.1 floppaclient.org
|
||||
127.0.0.1 flyingmutts.com
|
||||
127.0.0.1 fmgvaoemg.jadoou.lat
|
||||
127.0.0.1 fmrio.com
|
||||
127.0.0.1 fortune-66seven.com
|
||||
127.0.0.1 ftcfotjnd.adsbln2.xyz
|
||||
127.0.0.1 freeclients.net
|
||||
127.0.0.1 fukt.link
|
||||
127.0.0.1 furystaff.tech
|
||||
127.0.0.1 fullinstall.sbs
|
||||
127.0.0.1 fullstacknir.com
|
||||
127.0.0.1 funnymap.net
|
||||
127.0.0.1 funnymap.org
|
||||
127.0.0.1 funrat.co
|
||||
127.0.0.1 fz.tiansys.cn
|
||||
127.0.0.1 g3b4hjbg.calculadoracomisiones.com
|
||||
127.0.0.1 gabyagozetim.com
|
||||
127.0.0.1 galdum.ro
|
||||
127.0.0.1 galerisenimutiara.com
|
||||
127.0.0.1 gamblerigmod.org
|
||||
127.0.0.1 gboutros.howto.rocks
|
||||
127.0.0.1 gdtuyoor.gamehazarat.com
|
||||
127.0.0.1 geoxsecurity.ro
|
||||
127.0.0.1 gestionycobranzas.com
|
||||
127.0.0.1 ggitkzzn.derbi.promo
|
||||
127.0.0.1 gkpaspaky.taktikkbet.com
|
||||
127.0.0.1 gestroom.it
|
||||
127.0.0.1 gfgxcx.com
|
||||
127.0.0.1 glbeletronica.com.br
|
||||
127.0.0.1 globalbank.us
|
||||
127.0.0.1 goldland8.com
|
||||
127.0.0.1 gmxx.online
|
||||
127.0.0.1 greenf.alexion.rs
|
||||
127.0.0.1 grupomcperu.com
|
||||
127.0.0.1 gsmtoolpack.com
|
||||
127.0.0.1 gsx.life
|
||||
127.0.0.1 gutando.com
|
||||
127.0.0.1 gxcgc.jobsindeep.com
|
||||
127.0.0.1 harmeetmotors.com
|
||||
127.0.0.1 hasalltalent.com
|
||||
127.0.0.1 hdjdchgb.onjabet1.com
|
||||
127.0.0.1 helpdesk09-26.com
|
||||
127.0.0.1 hitman-pro.ru
|
||||
127.0.0.1 hitstation.nl
|
||||
127.0.0.1 hobobot.net
|
||||
127.0.0.1 hseda.com
|
||||
127.0.0.1 hzdmfcatc.sky7bet.casino
|
||||
127.0.0.1 i365pptc.lion1bet.com
|
||||
127.0.0.1 ic7s8w54.jetboro.fun
|
||||
127.0.0.1 htdentshop.com
|
||||
127.0.0.1 icoffeecloud.com
|
||||
127.0.0.1 ignetwork.us
|
||||
127.0.0.1 igra123.com
|
||||
127.0.0.1 iodz0i3f.behtarin-site-shartbandi-football.com
|
||||
127.0.0.1 iqgxtjfc.hazzarat.world
|
||||
127.0.0.1 impectorinternational.com
|
||||
127.0.0.1 iniciaonline.com
|
||||
127.0.0.1 invmove.com
|
||||
127.0.0.1 ircftp.net
|
||||
127.0.0.1 isbbetvcj.adsbln1.xyz
|
||||
127.0.0.1 isiore.com.co
|
||||
127.0.0.1 itssprout.com
|
||||
127.0.0.1 itwynsuh.enfejartime.com
|
||||
127.0.0.1 iygfxiad.efcasino.bet
|
||||
127.0.0.1 j112srgz.bahigo90bet.com
|
||||
127.0.0.1 jawaratekno.com
|
||||
127.0.0.1 jenniferloeffler.com
|
||||
127.0.0.1 jessespridecharters.com
|
||||
127.0.0.1 jii17zh7.yekbetyek.com
|
||||
127.0.0.1 jlwz.cn
|
||||
127.0.0.1 jmlhfhrif.derbi.football
|
||||
127.0.0.1 jorjsrfgd.lion1bet.com
|
||||
127.0.0.1 joyeriatauro.com
|
||||
127.0.0.1 js.byxly.eu.cc
|
||||
127.0.0.1 jyothishmathi.in
|
||||
127.0.0.1 jointaxel.online
|
||||
127.0.0.1 journeylake11.com
|
||||
127.0.0.1 kavacanada.ca
|
||||
127.0.0.1 kenwillzltd.com
|
||||
127.0.0.1 kfpjbqczj.jadoobet.pro
|
||||
127.0.0.1 kgfkfhqgg.gem90bet.com
|
||||
127.0.0.1 khavar.com
|
||||
127.0.0.1 kimyen.net
|
||||
127.0.0.1 kits.frog.tw
|
||||
127.0.0.1 kmtdw.jayswraps.com
|
||||
127.0.0.1 kokorostore.it
|
||||
127.0.0.1 KONAKONACRICKET.COM
|
||||
127.0.0.1 konsor.ru
|
||||
127.0.0.1 korexnode.xyz
|
||||
127.0.0.1 kryptonclient-cracked.com
|
||||
127.0.0.1 kupunasvolpiano.com
|
||||
127.0.0.1 landonirwin.com
|
||||
127.0.0.1 lawfirm.paperbirdtech.com
|
||||
127.0.0.1 lb.nigsv.com
|
||||
127.0.0.1 leo-deluca.gamer.gd
|
||||
127.0.0.1 lhozmsokb.nextbahis.coupons
|
||||
127.0.0.1 libss.0x504.com
|
||||
127.0.0.1 letsupconfig.sbs
|
||||
127.0.0.1 lindnerelektroanlagen.de
|
||||
127.0.0.1 lmkxs.imagederm.com
|
||||
127.0.0.1 local-update.com
|
||||
127.0.0.1 lomejordesalamanca.es
|
||||
127.0.0.1 los16zn2.celebritiesadda.com
|
||||
127.0.0.1 lucciodontologiaintegrada.com.br
|
||||
127.0.0.1 loop-lumen.com
|
||||
127.0.0.1 luizmatoso.com.br
|
||||
127.0.0.1 lvdit.jenderalkito.xyz
|
||||
127.0.0.1 lvppjubyy.barkerautoms.com
|
||||
127.0.0.1 luminexclient.com
|
||||
127.0.0.1 luminexclient.net
|
||||
127.0.0.1 luminouspower.com.pk
|
||||
127.0.0.1 m.jkoa.co.kr
|
||||
127.0.0.1 m.meta-dm.com
|
||||
127.0.0.1 maidforyou1985.com
|
||||
127.0.0.1 mail.tranquilglowqx.pro
|
||||
127.0.0.1 maxwhywtk.betbuf90.com
|
||||
127.0.0.1 maytwilcz.easternartmuseum.com
|
||||
127.0.0.1 meetvideogoogle.com
|
||||
127.0.0.1 makemewin.club
|
||||
127.0.0.1 malupieng.com.br
|
||||
127.0.0.1 meteorclients.com
|
||||
127.0.0.1 metrics.gocloudmaps.com
|
||||
127.0.0.1 mibd.org
|
||||
127.0.0.1 miriamgualda.com.br
|
||||
127.0.0.1 mitreart.com
|
||||
127.0.0.1 mlmaatvd.behtarin-site-shartbandi.com
|
||||
127.0.0.1 mkconstructions.net
|
||||
127.0.0.1 mnurlogistics.az
|
||||
127.0.0.1 mogimall.com
|
||||
127.0.0.1 mosselnet.co.za
|
||||
127.0.0.1 mseikoean.allboroughrealestate.com
|
||||
127.0.0.1 muaklekcoop.com
|
||||
127.0.0.1 mukmnvwls.101motorsports.net
|
||||
127.0.0.1 mundocarnes.cl
|
||||
127.0.0.1 mx9x.com
|
||||
127.0.0.1 mzzetrvqf.jadoou.space
|
||||
127.0.0.1 muledo.com
|
||||
127.0.0.1 munihuacho.gob.pe
|
||||
127.0.0.1 mysura.it
|
||||
127.0.0.1 n.vs108.com
|
||||
127.0.0.1 nboshbzcj.derbi.promo
|
||||
127.0.0.1 ncxps.com
|
||||
127.0.0.1 nebula-client.org
|
||||
127.0.0.1 noamaddons.com
|
||||
127.0.0.1 noithaticon.vn
|
||||
127.0.0.1 nruyvebwd.taktikkbet.com
|
||||
127.0.0.1 nuqx7vo8.jadoobet.pro
|
||||
127.0.0.1 nova-client.com
|
||||
127.0.0.1 nusatoyota.co.id
|
||||
127.0.0.1 ny.lshdw.cc
|
||||
127.0.0.1 o24o.ru
|
||||
127.0.0.1 ohdvttqo.tampabayspin.com
|
||||
127.0.0.1 obearo.com
|
||||
127.0.0.1 odinclient.com
|
||||
127.0.0.1 odinmod.org
|
||||
127.0.0.1 ojang.pe.kr
|
||||
127.0.0.1 ojwvrerrm.derbi.promo
|
||||
127.0.0.1 okhan.net
|
||||
127.0.0.1 oknoplastik.sk
|
||||
127.0.0.1 ovbeoktk.coop-fresh.com
|
||||
127.0.0.1 onfiltre.com.tr
|
||||
127.0.0.1 opalcraftsmp.com
|
||||
127.0.0.1 opsecmod.st
|
||||
127.0.0.1 outpost.co.ke
|
||||
127.0.0.1 p3.zbjimg.com
|
||||
127.0.0.1 paevzvhgt.efbetfarsi.com
|
||||
127.0.0.1 palharesinformatica.com.br
|
||||
127.0.0.1 partytimedjsohio.com
|
||||
127.0.0.1 pay.aqiu6.com
|
||||
127.0.0.1 pdlaw.com.ph
|
||||
127.0.0.1 peachcity.si
|
||||
127.0.0.1 pgfiv.jbgroup21.com
|
||||
127.0.0.1 pcupd.com
|
||||
127.0.0.1 pfatrivandrum.org
|
||||
127.0.0.1 phantom-client.com
|
||||
127.0.0.1 photolivebook.pro
|
||||
127.0.0.1 planetariumobil.ro
|
||||
127.0.0.1 plasteredplayn.com
|
||||
127.0.0.1 pns.org.pk
|
||||
127.0.0.1 polarclient.net
|
||||
127.0.0.1 polinexclient.org
|
||||
127.0.0.1 portal.onepansol.site
|
||||
127.0.0.1 postelnini.mk
|
||||
127.0.0.1 practisingcertificateprotection.com
|
||||
127.0.0.1 preciosasjoyitas.com.mx
|
||||
127.0.0.1 prl0ivfr.hazaratbet.games
|
||||
127.0.0.1 prestigeclient.st
|
||||
127.0.0.1 profileone.jo3.org
|
||||
127.0.0.1 profitable-pink-0y9btnew-dpk6vqe6eheo.edgeone.dev
|
||||
127.0.0.1 public.demo.securecloudsandbox.com
|
||||
127.0.0.1 purmed.ro
|
||||
127.0.0.1 pvsa.gxfugy.cn
|
||||
127.0.0.1 pygnidup.gem90bet.com
|
||||
127.0.0.1 pzsbygor.radioshartbandi.bet
|
||||
127.0.0.1 qfammnuy.hazaratbet.game
|
||||
127.0.0.1 qfphjme9.irani-music.com
|
||||
127.0.0.1 qiniuyunxz.yxflzs.com
|
||||
127.0.0.1 qkvgzbcv.nextbahis.promo
|
||||
127.0.0.1 qv.co.ke
|
||||
127.0.0.1 qzfhwillb.crazyhotchicken.net
|
||||
127.0.0.1 r4iuquzx.cookeatrun.com
|
||||
127.0.0.1 ramirex.ro
|
||||
127.0.0.1 rcf.co.mz
|
||||
127.0.0.1 rdm.91yunma.cn
|
||||
127.0.0.1 rdusnlyzh.sky7bet.casino
|
||||
127.0.0.1 reauthenticator.com
|
||||
127.0.0.1 records.dennisign.se
|
||||
127.0.0.1 redlk.com
|
||||
127.0.0.1 refaccionesalma.com.mx
|
||||
127.0.0.1 reifenquick.de
|
||||
127.0.0.1 reservphotoinstay.one
|
||||
127.0.0.1 reservphotoinstaynow.shop
|
||||
127.0.0.1 reutilizemais.co.mz
|
||||
127.0.0.1 rheddh.com
|
||||
127.0.0.1 riderspin.com
|
||||
127.0.0.1 ringmycellphone.com
|
||||
127.0.0.1 rmlgnuvje.barkerautoms.com
|
||||
127.0.0.1 rmxixoixm.pdfbama.com
|
||||
127.0.0.1 robertrowe.com
|
||||
127.0.0.1 romeopirlanta.com
|
||||
127.0.0.1 royalcuts.co.uk
|
||||
127.0.0.1 royalindiancurryclub.com
|
||||
127.0.0.1 rxaveihpg.drdavidzweiback.com
|
||||
127.0.0.1 rxquickpay.com
|
||||
127.0.0.1 rzecbgjw.enfejartime.com
|
||||
127.0.0.1 sablayan.seasonshotelmindoro.com
|
||||
127.0.0.1 safeifm.com
|
||||
127.0.0.1 sales.ifree.page
|
||||
127.0.0.1 samiksha.com.sg
|
||||
127.0.0.1 scainseto.com.br
|
||||
127.0.0.1 scan.ivankozlovsky.com
|
||||
127.0.0.1 scanbot.me
|
||||
127.0.0.1 scjzlqeyk.hazzarat.world
|
||||
127.0.0.1 scoala1gherla.ro
|
||||
127.0.0.1 sebw9xod.site-asli-bedon-filter-1xbet.com
|
||||
127.0.0.1 screenconnect.pro
|
||||
127.0.0.1 scrroeder.com
|
||||
127.0.0.1 sdufkghdfshds.cfd
|
||||
127.0.0.1 sec.dashabi.in
|
||||
127.0.0.1 sec.xiaojiji.nl
|
||||
127.0.0.1 sec.xiaoshabi.nl
|
||||
127.0.0.1 seguranca.versionnova.site
|
||||
127.0.0.1 seismophonic.com
|
||||
127.0.0.1 semencepourlavie.org
|
||||
127.0.0.1 separadordecc.com
|
||||
127.0.0.1 sg123.net
|
||||
127.0.0.1 shop.mediasova.ru
|
||||
127.0.0.1 shipminttracking.net
|
||||
127.0.0.1 shqdown.ggzuhao.com
|
||||
127.0.0.1 siaasesoria.com.mx
|
||||
127.0.0.1 sigmaclient.net
|
||||
127.0.0.1 sigmaclient.org
|
||||
127.0.0.1 sirenasultana.com
|
||||
127.0.0.1 sk-comtel.com
|
||||
127.0.0.1 skyblock-addons.com
|
||||
127.0.0.1 skyblock-extras.org
|
||||
127.0.0.1 smartermail.host
|
||||
127.0.0.1 soft.110route.com
|
||||
127.0.0.1 softcatalog.ru
|
||||
127.0.0.1 solar-sanat.net
|
||||
127.0.0.1 spgint.com
|
||||
127.0.0.1 spitandmalachite.com
|
||||
127.0.0.1 srsorvete.com.br
|
||||
127.0.0.1 static.topxgun.com
|
||||
127.0.0.1 static.youdm.cn
|
||||
127.0.0.1 stdown.dinju.com
|
||||
127.0.0.1 steam66.cn
|
||||
127.0.0.1 stonecradle.com
|
||||
127.0.0.1 studiogioeli.it
|
||||
127.0.0.1 sunix-technology.com
|
||||
127.0.0.1 support.clz.kr
|
||||
127.0.0.1 surgeonperth.com.au
|
||||
127.0.0.1 sutterpoint.com
|
||||
127.0.0.1 suwqmlyd.efbetfarsi.com
|
||||
127.0.0.1 svganchordev.net
|
||||
127.0.0.1 svirtual.sanviatorperu.edu.pe
|
||||
127.0.0.1 swiftfusion.tech
|
||||
127.0.0.1 sydneyaffordablecremations.com.au
|
||||
127.0.0.1 talentrecruitments.com
|
||||
127.0.0.1 talkandtypeapp.com
|
||||
127.0.0.1 tangentwaves.com
|
||||
127.0.0.1 tanscarattorneys.co.tz
|
||||
127.0.0.1 tapestryoftruth.com
|
||||
127.0.0.1 taunahi.st
|
||||
127.0.0.1 tecunonline.com
|
||||
127.0.0.1 tehnomag.rs
|
||||
127.0.0.1 temirtau-adm.ru
|
||||
127.0.0.1 tengfeidn.cn
|
||||
127.0.0.1 tenis-team-km.com
|
||||
127.0.0.1 test.peperoncinochepassione.it
|
||||
127.0.0.1 thehaider.com
|
||||
127.0.0.1 theholidayroads.com
|
||||
127.0.0.1 themaintechnician.us
|
||||
127.0.0.1 thementordirectory.com
|
||||
127.0.0.1 theoremaoliveoil.com
|
||||
127.0.0.1 thepullmanfolkestone.com
|
||||
127.0.0.1 ths.lat
|
||||
127.0.0.1 thtp2.volamngayxua.net
|
||||
127.0.0.1 tiacreation.club
|
||||
127.0.0.1 tiojsrajb.gem90bet.com
|
||||
127.0.0.1 tiwdt.hazzarat.com
|
||||
127.0.0.1 tjcmwnljp.fileboroo.com
|
||||
127.0.0.1 toolshare.com.tr
|
||||
127.0.0.1 top8onlinegame.com
|
||||
127.0.0.1 tranquilglowqx.pro
|
||||
127.0.0.1 tpp.om-stock.com
|
||||
127.0.0.1 traderhype.com
|
||||
127.0.0.1 transparenciacanaa.com.br
|
||||
127.0.0.1 trtmyanmar.com
|
||||
127.0.0.1 tturfmcfk.adsbln4.xyz
|
||||
127.0.0.1 tuasesoriadigital.es
|
||||
127.0.0.1 tufxszft.efcasino.bet
|
||||
127.0.0.1 twitch.tj
|
||||
127.0.0.1 twu-hwt.org
|
||||
127.0.0.1 u5dn1e6x.bazisangkaqazgeychidancepoli.com
|
||||
127.0.0.1 un1rw11q4u.com
|
||||
127.0.0.1 upaicdn.xinmei365.com
|
||||
127.0.0.1 upchemicals.co.in
|
||||
127.0.0.1 update.cg100iii.com
|
||||
127.0.0.1 usafansweepstakes2026.us
|
||||
127.0.0.1 uvzbxwuc.gamehazarat.com
|
||||
127.0.0.1 vddrs.inkbossstudios.com
|
||||
127.0.0.1 versaclean.com.br
|
||||
127.0.0.1 veryboys.com
|
||||
127.0.0.1 vgd.vg
|
||||
127.0.0.1 videomeetgoogle.com
|
||||
127.0.0.1 vincentdemiero.com
|
||||
127.0.0.1 visam.info
|
||||
127.0.0.1 vizyonuniversitesi.com.tr
|
||||
127.0.0.1 vizyonuniversitesi.web.tr
|
||||
127.0.0.1 vkvmygpg.betbuf90.com
|
||||
127.0.0.1 vqsoqrdq.hazarat.now
|
||||
127.0.0.1 vrajras.com
|
||||
127.0.0.1 vusjrbtl.fileboroo.com
|
||||
127.0.0.1 vwrgeckmh.adsbln5.xyz
|
||||
127.0.0.1 vwwbeohrh.apolloconeyisland.com
|
||||
127.0.0.1 vzsagfrw.derbi.football
|
||||
127.0.0.1 wblfdanab.ethanhartyblacksmith.com
|
||||
127.0.0.1 webcstore.pw
|
||||
127.0.0.1 website.mypetapp.co.za
|
||||
127.0.0.1 wexltdqtf.hazzarat.com
|
||||
127.0.0.1 widexenmexico.com.mx
|
||||
127.0.0.1 wig5l9be.calirayalake.com
|
||||
127.0.0.1 wielixclient.com
|
||||
127.0.0.1 wielixclient.net
|
||||
127.0.0.1 windomstatetheater.com
|
||||
127.0.0.1 windowsdiagnostics.st
|
||||
127.0.0.1 wittenhorst.eu
|
||||
127.0.0.1 wp8zfvuu.sky7bet.casino
|
||||
127.0.0.1 wtkxprzu.funxbet.casino
|
||||
127.0.0.1 www-connect-secure-wellcfargo.sekolahkejarpaket.com
|
||||
127.0.0.1 www.ardguisser.com
|
||||
127.0.0.1 www.astenterprises.com.pk
|
||||
127.0.0.1 www.automobile-bk.de
|
||||
@@ -446,9 +360,10 @@
|
||||
127.0.0.1 www.crazywickedaddiction.com
|
||||
127.0.0.1 www.cutting-edge.in
|
||||
127.0.0.1 www.drgenov.com
|
||||
127.0.0.1 www.faster-cdn-hk.click
|
||||
127.0.0.1 www.first-security-verden.de
|
||||
127.0.0.1 www.gestroom.it
|
||||
127.0.0.1 www.hostingcloud.science
|
||||
127.0.0.1 www.hqsblog.com
|
||||
127.0.0.1 www.hseda.com
|
||||
127.0.0.1 www.intelligradeeducation.vicentecisnerospub.com
|
||||
127.0.0.1 www.jozefinskiatelje.si
|
||||
@@ -456,15 +371,13 @@
|
||||
127.0.0.1 www.khavar.com
|
||||
127.0.0.1 www.konsor.ru
|
||||
127.0.0.1 www.medises.co.kr
|
||||
127.0.0.1 www.mobimpex.ro
|
||||
127.0.0.1 www.myvcart.com
|
||||
127.0.0.1 www.namuvpn.com
|
||||
127.0.0.1 www.nccommunication.be
|
||||
127.0.0.1 www.newkey.co.kr
|
||||
127.0.0.1 www.notbak.com
|
||||
127.0.0.1 www.ojang.pe.kr
|
||||
127.0.0.1 www.okhan.net
|
||||
127.0.0.1 www.rbcfort.com
|
||||
127.0.0.1 www.pointtohealth.com
|
||||
127.0.0.1 www.reifenquick.de
|
||||
127.0.0.1 www.saf-oil.ru
|
||||
127.0.0.1 www.salonmarketing.ca
|
||||
@@ -472,7 +385,6 @@
|
||||
127.0.0.1 www.silver-hubdachwohnwagen.de
|
||||
127.0.0.1 www.ss-01.com
|
||||
127.0.0.1 www.starcountry.net
|
||||
127.0.0.1 www.support-data.com
|
||||
127.0.0.1 www.tdejb.com
|
||||
127.0.0.1 www.tecunonline.com
|
||||
127.0.0.1 www.test.peperoncinochepassione.it
|
||||
@@ -481,30 +393,12 @@
|
||||
127.0.0.1 www.xn--on3b15m2lco2u.com
|
||||
127.0.0.1 www.zamilgroups.com
|
||||
127.0.0.1 www.zhikey.com
|
||||
127.0.0.1 x35w4q0s.varzeshlife.ir
|
||||
127.0.0.1 x78boe03.lion1bet.com
|
||||
127.0.0.1 xenon.studio
|
||||
127.0.0.1 xevzora.cfd
|
||||
127.0.0.1 xfakmoduw.lion1bet.com
|
||||
127.0.0.1 xhbmcyyao.adsbln1.xyz
|
||||
127.0.0.1 xquxoceqj.radioshartbandi.bet
|
||||
127.0.0.1 xn--yh4bx88a.com
|
||||
127.0.0.1 xshop.com.tr
|
||||
127.0.0.1 xuezha.net
|
||||
127.0.0.1 xwjoalrqt.evohempstore.com
|
||||
127.0.0.1 xwuuj.juragansolar.info
|
||||
127.0.0.1 xyoyfdeyf.efbetfarsi.com
|
||||
127.0.0.1 y4d9qpyb.bazisangkaqazgeychidancepoli.com
|
||||
127.0.0.1 yakult-hk.com
|
||||
127.0.0.1 youtransfer.net
|
||||
127.0.0.1 yqlmrtdrf.event-scatter.net
|
||||
127.0.0.1 zafnuzmgt.emergingtalentllc.com
|
||||
127.0.0.1 zamilgroups.com
|
||||
127.0.0.1 zdgfs8pf.cacharreriamilenio.com
|
||||
127.0.0.1 zdjnhqub.bingobet.bingo
|
||||
127.0.0.1 zenglobalenerji.com
|
||||
127.0.0.1 zetkskre.funxbet.casino
|
||||
127.0.0.1 zhigao5191.com
|
||||
127.0.0.1 zkgeaxbs.nextbahis.promo
|
||||
127.0.0.1 zwydarcig.adsbln1.xyz
|
||||
127.0.0.1 zycdjz.com
|
||||
127.0.0.1 zynimg.com
|
||||
# Number of entries: 501
|
||||
# Number of entries: 395
|
||||
@@ -9386,7 +9386,6 @@
|
||||
127.0.0.1 vet-us-east-1.track.smaato.net
|
||||
|
||||
# [smadex.com]
|
||||
127.0.0.1 smadex.com
|
||||
127.0.0.1 cm.smadex.com
|
||||
127.0.0.1 creatives.smadex.com
|
||||
127.0.0.1 geo-tracker.smadex.com
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
# Title: hostsVN
|
||||
# Last modified: 17 Jul 2026 14:09 UTC+7
|
||||
# Version: 2607171409
|
||||
# Last modified: 23 Sep 2026 11:05 UTC+7
|
||||
# Version: 2609231105
|
||||
# Blocked: 1.747 domains
|
||||
# Only include advertisers in Vietnam
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
# Please forward any additions, corrections or comments by email to
|
||||
# hosts@someonewhocares.org
|
||||
|
||||
# Last updated: Fri, 17 Jul 2026 at 21:15:47 GMT
|
||||
# Last updated: Fri, 18 Sep 2026 at 19:29:33 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
|
||||
@@ -1415,15 +1415,18 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 105915624.com
|
||||
0.0.0.0 10tide.com
|
||||
0.0.0.0 1percent.fr
|
||||
0.0.0.0 2.maaqkj.com
|
||||
0.0.0.0 2006mindfreaklike.blogspot.com # Facebook trojan
|
||||
0.0.0.0 2023cradep0sit.com
|
||||
0.0.0.0 20linutes.fr
|
||||
0.0.0.0 20mlinutes.fr
|
||||
0.0.0.0 237online.fr
|
||||
0.0.0.0 247blinds.fr
|
||||
0.0.0.0 2533542.cc
|
||||
0.0.0.0 2g312kn32qfy-1323053341.cos.ap-bangkok.myqcloud.com
|
||||
0.0.0.0 2roueselectrique.fr
|
||||
0.0.0.0 2x1gratis.com
|
||||
0.0.0.0 33.merivonview33.cc
|
||||
0.0.0.0 3mfrances.fr
|
||||
0.0.0.0 59-106-20-39.r-bl100.sakura.ne.jp
|
||||
0.0.0.0 602.lazulya.com
|
||||
@@ -1660,6 +1663,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 bousedirect.fr
|
||||
0.0.0.0 boutique-papillon.fr
|
||||
0.0.0.0 bouygiestelecom.fr
|
||||
0.0.0.0 bowlinvit.site
|
||||
0.0.0.0 bpong.fr
|
||||
0.0.0.0 bracabrac.fr
|
||||
0.0.0.0 brainns.sa.com
|
||||
@@ -1725,6 +1729,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 canadapost.helpdag.top
|
||||
0.0.0.0 canadapost.postescanadad.xyz
|
||||
0.0.0.0 canadapostarticle.com
|
||||
0.0.0.0 canadaposteb.eu.cc
|
||||
0.0.0.0 capital-invest-can.cropvita.sbs
|
||||
0.0.0.0 capitalregionusa.fr
|
||||
0.0.0.0 capostdelivery.com
|
||||
@@ -1820,6 +1825,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 commax.fr
|
||||
0.0.0.0 commdev.fr
|
||||
0.0.0.0 compe-nickel.fr
|
||||
0.0.0.0 completelove22.cc
|
||||
0.0.0.0 compufixshop.com
|
||||
0.0.0.0 comsss-56.com
|
||||
0.0.0.0 con-trnroayl.online
|
||||
@@ -1883,6 +1889,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 davidhuynh.fr
|
||||
0.0.0.0 db-z.fr
|
||||
0.0.0.0 dbios.org
|
||||
0.0.0.0 dd.l146.com
|
||||
0.0.0.0 dealerconnection.fr
|
||||
0.0.0.0 dealiveroo.fr
|
||||
0.0.0.0 declarateenquiebra.cl
|
||||
@@ -1931,7 +1938,9 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 dooror.com
|
||||
0.0.0.0 doors.co.kr
|
||||
0.0.0.0 dpflyingoncs.top
|
||||
0.0.0.0 dragonfly-express.duckdns.org
|
||||
0.0.0.0 dsbzk.comfortykive.xyz
|
||||
0.0.0.0 dsfdsfxcfddsf.blob.core.windows.net
|
||||
0.0.0.0 dtcc.fr
|
||||
0.0.0.0 dveug.comfortykive.xyz
|
||||
0.0.0.0 e-kern.fr
|
||||
@@ -2258,6 +2267,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 intevry.fr
|
||||
0.0.0.0 invelaconstructora.com
|
||||
0.0.0.0 invite.gezinti.com
|
||||
0.0.0.0 invited.blueconferencefield.com
|
||||
0.0.0.0 ipi9.fr
|
||||
0.0.0.0 iqmatrix.fr
|
||||
0.0.0.0 irony.world
|
||||
@@ -2279,6 +2289,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 jeu-jeux.fr
|
||||
0.0.0.0 jeupicard.fr
|
||||
0.0.0.0 jobfreelance.fr
|
||||
0.0.0.0 joincpd.com
|
||||
0.0.0.0 joomlaworks.fr
|
||||
0.0.0.0 joshan.fun
|
||||
0.0.0.0 juegosdechicas.fr
|
||||
@@ -2843,6 +2854,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 puppylover.fr
|
||||
0.0.0.0 purchasingpower.fr
|
||||
0.0.0.0 purepods.fr
|
||||
0.0.0.0 purolatorkbtdh.eu.cc
|
||||
0.0.0.0 pvt2202--deab86120ff311f1b0c142dde27851f2.web.val.run
|
||||
0.0.0.0 qbittorrent.com
|
||||
0.0.0.0 qdssy.balistrera.sbs
|
||||
@@ -2961,6 +2973,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 secure-fidosolutions.com
|
||||
0.0.0.0 secure-royaibnk.com
|
||||
0.0.0.0 securedeposit-et.com
|
||||
0.0.0.0 securesweep.pro
|
||||
0.0.0.0 securielite.com
|
||||
0.0.0.0 security.schwab-5.click
|
||||
0.0.0.0 securityscan.us
|
||||
@@ -3061,6 +3074,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 sunhe.jinr.ru
|
||||
0.0.0.0 suocietegenerale.fr
|
||||
0.0.0.0 supernaturalart.com
|
||||
0.0.0.0 supportservice-dragonfly.duckdns.org
|
||||
0.0.0.0 survarium.fr
|
||||
0.0.0.0 susm0q6jys.com
|
||||
0.0.0.0 sussi.cressoft.com.pk
|
||||
@@ -3153,6 +3167,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 trk.wizzdeal.trade
|
||||
0.0.0.0 trouveunfilm.fr
|
||||
0.0.0.0 trovi.com
|
||||
0.0.0.0 trstwcard.icu
|
||||
0.0.0.0 truecrypt.fr
|
||||
0.0.0.0 trusturl.top
|
||||
0.0.0.0 tubero.ellystegge.info
|
||||
@@ -3279,6 +3294,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 wetter24.fr
|
||||
0.0.0.0 wewillrocknow.com
|
||||
0.0.0.0 wfflxx.com
|
||||
0.0.0.0 wgdcjd8kxd.olijfgent.be
|
||||
0.0.0.0 whiscas.fr
|
||||
0.0.0.0 whiteenamel.fr
|
||||
0.0.0.0 whqxzx.com
|
||||
@@ -3314,6 +3330,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.7zip.fr
|
||||
0.0.0.0 www.991abc.com
|
||||
0.0.0.0 www.a2uu36g43l.download
|
||||
0.0.0.0 www.aaaddedbenifits.com
|
||||
0.0.0.0 www.aagofwi.com
|
||||
0.0.0.0 www.aaringtone.com
|
||||
0.0.0.0 www.abetterinternet.com
|
||||
@@ -3343,25 +3360,32 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.americanresortresolutions.com
|
||||
0.0.0.0 www.amintart.com
|
||||
0.0.0.0 www.amomales.com
|
||||
0.0.0.0 www.ampervid.com
|
||||
0.0.0.0 www.anatol.com
|
||||
0.0.0.0 www.anyik.com
|
||||
0.0.0.0 www.apcort.com
|
||||
0.0.0.0 www.apkfuuny.com
|
||||
0.0.0.0 www.aplogia.com
|
||||
0.0.0.0 www.appfoliio.com
|
||||
0.0.0.0 www.aqualakefy.name
|
||||
0.0.0.0 www.aramcom.space
|
||||
0.0.0.0 www.arfrepuestos.com
|
||||
0.0.0.0 www.argesmedia.com
|
||||
0.0.0.0 www.arknasasbluecross.com
|
||||
0.0.0.0 www.artdualdesign.com
|
||||
0.0.0.0 www.artssets.com
|
||||
0.0.0.0 www.asianread.com
|
||||
0.0.0.0 www.assistdocklane.uk
|
||||
0.0.0.0 www.atightschedule.com
|
||||
0.0.0.0 www.atoztechnotricks.com
|
||||
0.0.0.0 www.audacity.es
|
||||
0.0.0.0 www.audacity.fr
|
||||
0.0.0.0 www.audionoisereducer.com
|
||||
0.0.0.0 www.auditprint.com
|
||||
0.0.0.0 www.auto-runmz.com
|
||||
0.0.0.0 www.autoaler.com
|
||||
0.0.0.0 www.autoinkoopbedrijf.com
|
||||
0.0.0.0 www.autotra.com
|
||||
0.0.0.0 www.availablefiles.com
|
||||
0.0.0.0 www.avemoo.com
|
||||
0.0.0.0 www.azureus.es
|
||||
@@ -3370,9 +3394,11 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.bahartonu.com
|
||||
0.0.0.0 www.baiakstyle.com
|
||||
0.0.0.0 www.balassst.com
|
||||
0.0.0.0 www.ballarddesighs.com
|
||||
0.0.0.0 www.bandexperts.com
|
||||
0.0.0.0 www.banghra.com
|
||||
0.0.0.0 www.bankofcounty.com
|
||||
0.0.0.0 www.banyotoptansatis.com
|
||||
0.0.0.0 www.barjacity.com
|
||||
0.0.0.0 www.basealloys.com
|
||||
0.0.0.0 www.baseequip.com
|
||||
@@ -3382,6 +3408,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.bcwars.net
|
||||
0.0.0.0 www.be4life.ru
|
||||
0.0.0.0 www.behdja.com
|
||||
0.0.0.0 www.beheerflvsebox.com
|
||||
0.0.0.0 www.bellamhair.com
|
||||
0.0.0.0 www.bernoussiphone.com
|
||||
0.0.0.0 www.bestlabour.com
|
||||
@@ -3389,6 +3416,8 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.bicyclefan.com
|
||||
0.0.0.0 www.bigantstore.com
|
||||
0.0.0.0 www.bigpremiere.com
|
||||
0.0.0.0 www.bisselcommercial.com
|
||||
0.0.0.0 www.bjseverlastingoils.com
|
||||
0.0.0.0 www.blanknightsmfg.com
|
||||
0.0.0.0 www.blazesemipvp.com
|
||||
0.0.0.0 www.blender3d.fr
|
||||
@@ -3399,6 +3428,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.blueridgecpp.com
|
||||
0.0.0.0 www.bmrneswk.com
|
||||
0.0.0.0 www.board-ly.com
|
||||
0.0.0.0 www.bocastyle.com
|
||||
0.0.0.0 www.bonuxsarrive.com
|
||||
0.0.0.0 www.bookstadium.com
|
||||
0.0.0.0 www.borocade.com
|
||||
@@ -3430,11 +3460,13 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.careertake.com
|
||||
0.0.0.0 www.carehigher.com
|
||||
0.0.0.0 www.carolmassoterapia.com
|
||||
0.0.0.0 www.casamaticoecu.com
|
||||
0.0.0.0 www.casinorankerhub.com
|
||||
0.0.0.0 www.casinostarluck.net
|
||||
0.0.0.0 www.cassink.com
|
||||
0.0.0.0 www.catabcde.com
|
||||
0.0.0.0 www.catjre.com
|
||||
0.0.0.0 www.cdinstagram.com
|
||||
0.0.0.0 www.celestia.es
|
||||
0.0.0.0 www.celestia.fr
|
||||
0.0.0.0 www.cemerhealth.com
|
||||
@@ -3452,6 +3484,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.cjkassociates.co.in
|
||||
0.0.0.0 www.cjtest.com
|
||||
0.0.0.0 www.claimedmoney.com
|
||||
0.0.0.0 www.classeroom.com
|
||||
0.0.0.0 www.cleanvvlife.com
|
||||
0.0.0.0 www.cleanvvmagic.com
|
||||
0.0.0.0 www.clearacreonline.com
|
||||
@@ -3464,9 +3497,12 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.clovercraftshop.com
|
||||
0.0.0.0 www.clubplanning.com
|
||||
0.0.0.0 www.coconutsport.com
|
||||
0.0.0.0 www.codeademy.com
|
||||
0.0.0.0 www.coinimp.com
|
||||
0.0.0.0 www.colleyvillepapershredding.com
|
||||
0.0.0.0 www.combinebasic.com
|
||||
0.0.0.0 www.comfortykive.xyz
|
||||
0.0.0.0 www.commitlacrossecamps.com
|
||||
0.0.0.0 www.commuteinfo.com
|
||||
0.0.0.0 www.compacfurniture.com
|
||||
0.0.0.0 www.complien.com
|
||||
@@ -3488,10 +3524,13 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.creativesaftysupply.com
|
||||
0.0.0.0 www.crediainternational.com
|
||||
0.0.0.0 www.crowdnestfun.com
|
||||
0.0.0.0 www.cruzresorts.com
|
||||
0.0.0.0 www.crystalbranchtw.blog
|
||||
0.0.0.0 www.ctlcai.com
|
||||
0.0.0.0 www.dailyazure.com
|
||||
0.0.0.0 www.damncheapguns.com
|
||||
0.0.0.0 www.dangdangflow.com
|
||||
0.0.0.0 www.danispiritualtherapist.com
|
||||
0.0.0.0 www.darkrro.com
|
||||
0.0.0.0 www.dartya.com
|
||||
0.0.0.0 www.dayanitastore.com
|
||||
@@ -3516,14 +3555,18 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.digisubmission.com
|
||||
0.0.0.0 www.digitalbigger.garden
|
||||
0.0.0.0 www.digitalcoachpro.name
|
||||
0.0.0.0 www.dinasauradventure.com
|
||||
0.0.0.0 www.diperformancetransmissions.com
|
||||
0.0.0.0 www.dkpmsa.cfd
|
||||
0.0.0.0 www.dlinktour.com
|
||||
0.0.0.0 www.doblectv.com
|
||||
0.0.0.0 www.dorminvaders.com
|
||||
0.0.0.0 www.downmass.com
|
||||
0.0.0.0 www.drivegoals.com
|
||||
0.0.0.0 www.dualeotruyenno.com
|
||||
0.0.0.0 www.duotrader.com
|
||||
0.0.0.0 www.dustinjonesgolfacademy.com
|
||||
0.0.0.0 www.dutchoutlet.com
|
||||
0.0.0.0 www.dymor.cfd
|
||||
0.0.0.0 www.dynamictyres.com
|
||||
0.0.0.0 www.dzzzsc.com
|
||||
@@ -3534,12 +3577,18 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.edwardmartino.com
|
||||
0.0.0.0 www.ekkekkocapital.com
|
||||
0.0.0.0 www.elanactivewear.com
|
||||
0.0.0.0 www.elchavotortas.com
|
||||
0.0.0.0 www.electrobell.com
|
||||
0.0.0.0 www.elfralalo.com
|
||||
0.0.0.0 www.eljaleomedellin.com
|
||||
0.0.0.0 www.ellesalonhb.com
|
||||
0.0.0.0 www.elmerdiner.com
|
||||
0.0.0.0 www.emailspend.com
|
||||
0.0.0.0 www.emprenderimportaperu.com
|
||||
0.0.0.0 www.enargic.com
|
||||
0.0.0.0 www.energiazoque.com
|
||||
0.0.0.0 www.eqarati.com
|
||||
0.0.0.0 www.eqinenow.com
|
||||
0.0.0.0 www.eremplacementparts.com
|
||||
0.0.0.0 www.erincranor.com
|
||||
0.0.0.0 www.erspan.com
|
||||
@@ -3568,6 +3617,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.feudlands.com
|
||||
0.0.0.0 www.fhtmmeeting.com
|
||||
0.0.0.0 www.filezilla.fr
|
||||
0.0.0.0 www.financevd.com
|
||||
0.0.0.0 www.findalgorithm.com
|
||||
0.0.0.0 www.findalign.com
|
||||
0.0.0.0 www.findlobster.com
|
||||
@@ -3586,6 +3636,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.forexwood.com
|
||||
0.0.0.0 www.formalcenter.com
|
||||
0.0.0.0 www.fortunoxx.com
|
||||
0.0.0.0 www.framermotionplayground.com
|
||||
0.0.0.0 www.francesportisas-fr.com
|
||||
0.0.0.0 www.frbonusjeux.com
|
||||
0.0.0.0 www.freeaquarium.com
|
||||
@@ -3599,6 +3650,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.futureowned.com
|
||||
0.0.0.0 www.gadgetbonanzamarket.com
|
||||
0.0.0.0 www.gaicodon.com
|
||||
0.0.0.0 www.gaiis.com
|
||||
0.0.0.0 www.gainwintz.com
|
||||
0.0.0.0 www.gamelthae.com
|
||||
0.0.0.0 www.gameltjae.com
|
||||
@@ -3616,16 +3668,20 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.gezinti.com
|
||||
0.0.0.0 www.ggdark.net
|
||||
0.0.0.0 www.giadungnguyennhat.com
|
||||
0.0.0.0 www.gifttifyagency.com
|
||||
0.0.0.0 www.gildedrosens.name
|
||||
0.0.0.0 www.gimp.es
|
||||
0.0.0.0 www.githubuser.com
|
||||
0.0.0.0 www.glassygrovefy.pro
|
||||
0.0.0.0 www.globalbuffer.com
|
||||
0.0.0.0 www.globlepoker.com
|
||||
0.0.0.0 www.goggle.com
|
||||
0.0.0.0 www.goldendoodlez.com
|
||||
0.0.0.0 www.goldentopics.com
|
||||
0.0.0.0 www.gooddeserve.skin
|
||||
0.0.0.0 www.googdiy.com
|
||||
0.0.0.0 www.gotorobeks.com
|
||||
0.0.0.0 www.governmentaution.com
|
||||
0.0.0.0 www.gparted.fr
|
||||
0.0.0.0 www.gpolitico.com
|
||||
0.0.0.0 www.gracefulmeaduu.online
|
||||
@@ -3635,13 +3691,16 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.greenshot.fr
|
||||
0.0.0.0 www.greenvistazj.pro
|
||||
0.0.0.0 www.griffinlist.com
|
||||
0.0.0.0 www.griffscomedyclub.com
|
||||
0.0.0.0 www.grocreyoutlet.com
|
||||
0.0.0.0 www.groundofsuccess.com
|
||||
0.0.0.0 www.grouphappy.com
|
||||
0.0.0.0 www.growthbuilder.name
|
||||
0.0.0.0 www.guaranteeservice.lat
|
||||
0.0.0.0 www.guashastone.com
|
||||
0.0.0.0 www.gwizacademy.com
|
||||
0.0.0.0 www.haikuservices.com
|
||||
0.0.0.0 www.hairapothecaryco.com
|
||||
0.0.0.0 www.hajoopteg.com
|
||||
0.0.0.0 www.hakerzy.net
|
||||
0.0.0.0 www.handbrake.es
|
||||
@@ -3658,6 +3717,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.hindudirectory.com
|
||||
0.0.0.0 www.hitchedbridalandformalwear.com
|
||||
0.0.0.0 www.hits-football.com
|
||||
0.0.0.0 www.hoabridal.com
|
||||
0.0.0.0 www.hocxaydung.com
|
||||
0.0.0.0 www.homininfossil.cfd
|
||||
0.0.0.0 www.hotelsdetermine.bond
|
||||
@@ -3668,13 +3728,16 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.hunterspeed.com
|
||||
0.0.0.0 www.hypeprop.com
|
||||
0.0.0.0 www.hypetrust.com
|
||||
0.0.0.0 www.ibenefi.com
|
||||
0.0.0.0 www.icecars.com
|
||||
0.0.0.0 www.iconatsbs.com
|
||||
0.0.0.0 www.icygrovejn.com
|
||||
0.0.0.0 www.icyhivemy.name
|
||||
0.0.0.0 www.iejonline.com
|
||||
0.0.0.0 www.iepelnazareno.com
|
||||
0.0.0.0 www.iesaber.com
|
||||
0.0.0.0 www.igameup.com
|
||||
0.0.0.0 www.ilyasasseban.com
|
||||
0.0.0.0 www.improvingthe.com
|
||||
0.0.0.0 www.indexprofile.com
|
||||
0.0.0.0 www.infopaypal.com
|
||||
@@ -3701,7 +3764,9 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.jeuxjackpotcasino.com
|
||||
0.0.0.0 www.jewishgame.com
|
||||
0.0.0.0 www.jhsmiami.com
|
||||
0.0.0.0 www.jjbenefitsguide.com
|
||||
0.0.0.0 www.jnhjf.com
|
||||
0.0.0.0 www.jobomg.com
|
||||
0.0.0.0 www.joinclap.com
|
||||
0.0.0.0 www.joinfx.net
|
||||
0.0.0.0 www.jovareo.com
|
||||
@@ -3710,6 +3775,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.jvzoo.com
|
||||
0.0.0.0 www.kahramananas.com
|
||||
0.0.0.0 www.karazah.com
|
||||
0.0.0.0 www.kccreamation.com
|
||||
0.0.0.0 www.keepass.com
|
||||
0.0.0.0 www.keepass.fr
|
||||
0.0.0.0 www.kencorporation.property
|
||||
@@ -3719,19 +3785,25 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.kinderstampo.com
|
||||
0.0.0.0 www.kindnations.com
|
||||
0.0.0.0 www.kindwebdg.site
|
||||
0.0.0.0 www.kingfreetube.com
|
||||
0.0.0.0 www.kishangarhlawcollege.com
|
||||
0.0.0.0 www.kittayaroyalbeauty.com
|
||||
0.0.0.0 www.kiwicares.com
|
||||
0.0.0.0 www.knowinteractive.com
|
||||
0.0.0.0 www.knoxmenus.com
|
||||
0.0.0.0 www.kobotausa.com
|
||||
0.0.0.0 www.konceptseven.com
|
||||
0.0.0.0 www.kpremium.com
|
||||
0.0.0.0 www.kryzantor.uk
|
||||
0.0.0.0 www.ksiargentina.com
|
||||
0.0.0.0 www.lacocinany.com
|
||||
0.0.0.0 www.lahoreautismcentre.com
|
||||
0.0.0.0 www.lamaisonhind.com
|
||||
0.0.0.0 www.lanaita.com
|
||||
0.0.0.0 www.langleyantiques.com
|
||||
0.0.0.0 www.launchbuffer.com
|
||||
0.0.0.0 www.learngears.com
|
||||
0.0.0.0 www.learningfound.com
|
||||
0.0.0.0 www.learnnessy.com
|
||||
0.0.0.0 www.learntechno.com
|
||||
0.0.0.0 www.ledfaucetlight.com
|
||||
@@ -3745,7 +3817,9 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.likespike.com # Facebook trojan
|
||||
0.0.0.0 www.likethis.mbosoft.com # Facebook trojan
|
||||
0.0.0.0 www.likethislist.biz # Facebook trojan
|
||||
0.0.0.0 www.listadegames.com
|
||||
0.0.0.0 www.liveorigamirisk.com
|
||||
0.0.0.0 www.livetickettv.com
|
||||
0.0.0.0 www.loansfield.com
|
||||
0.0.0.0 www.lockupouseburn.com
|
||||
0.0.0.0 www.loginhunter.com
|
||||
@@ -3767,8 +3841,11 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.manoces.waw.pl
|
||||
0.0.0.0 www.markethelper.name
|
||||
0.0.0.0 www.marketinghwy.com
|
||||
0.0.0.0 www.massagetherapybyjuli.com
|
||||
0.0.0.0 www.match3quests.com
|
||||
0.0.0.0 www.matifi.com
|
||||
0.0.0.0 www.mcclartyauto.com
|
||||
0.0.0.0 www.mdarussellhobbs.com
|
||||
0.0.0.0 www.meantvictim.lat
|
||||
0.0.0.0 www.mediamindpolska.com
|
||||
0.0.0.0 www.meecheck.com
|
||||
@@ -3805,17 +3882,22 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.myexotel.com
|
||||
0.0.0.0 www.myfavcouponstore.com
|
||||
0.0.0.0 www.myfurnituresirplus.com
|
||||
0.0.0.0 www.myguidedreaders.com
|
||||
0.0.0.0 www.myhucadvantage.com
|
||||
0.0.0.0 www.mylike.co.uk # Facebook trojan
|
||||
0.0.0.0 www.mylovecards.com
|
||||
0.0.0.0 www.mynepalshop.com
|
||||
0.0.0.0 www.myrosinase.com
|
||||
0.0.0.0 www.myupstox.com
|
||||
0.0.0.0 www.nabtapharma.com
|
||||
0.0.0.0 www.nanohistory.com
|
||||
0.0.0.0 www.naturalmovementz.com
|
||||
0.0.0.0 www.nearestsalon.com
|
||||
0.0.0.0 www.necklaceu.com
|
||||
0.0.0.0 www.negativesphere.com
|
||||
0.0.0.0 www.neonpack.com
|
||||
0.0.0.0 www.neonracketpro.com
|
||||
0.0.0.0 www.netnaiga.com
|
||||
0.0.0.0 www.new2crypto.com
|
||||
0.0.0.0 www.newshello.com
|
||||
0.0.0.0 www.nextfeatures.com
|
||||
@@ -3825,6 +3907,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.nobetsjustfun.com
|
||||
0.0.0.0 www.noithatphanthinh.com
|
||||
0.0.0.0 www.northvalesgrids.uk
|
||||
0.0.0.0 www.nostalgicroses.com
|
||||
0.0.0.0 www.notepad2.com
|
||||
0.0.0.0 www.novemberrainx.com
|
||||
0.0.0.0 www.novosantiago.com
|
||||
@@ -3839,8 +3922,10 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.objectopoly.info
|
||||
0.0.0.0 www.occoquananimalhospital.com
|
||||
0.0.0.0 www.officerreport.com
|
||||
0.0.0.0 www.ofimaniaweb.com
|
||||
0.0.0.0 www.ogopond.com
|
||||
0.0.0.0 www.oilbasics.com
|
||||
0.0.0.0 www.ointrest.com
|
||||
0.0.0.0 www.oix.com
|
||||
0.0.0.0 www.oletipmegroup.com
|
||||
0.0.0.0 www.olimpgokart.com
|
||||
@@ -3852,6 +3937,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.openinternetexchange.com
|
||||
0.0.0.0 www.oppery.com
|
||||
0.0.0.0 www.orangesalonboise.com
|
||||
0.0.0.0 www.orchidfootspa.com
|
||||
0.0.0.0 www.otsserver.com
|
||||
0.0.0.0 www.outonixan.com
|
||||
0.0.0.0 www.pagibigfundservicers.com
|
||||
@@ -3862,10 +3948,14 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.paintnet.es
|
||||
0.0.0.0 www.paintnet.fr
|
||||
0.0.0.0 www.palaceskateboard.com
|
||||
0.0.0.0 www.paradisepcgames.com
|
||||
0.0.0.0 www.paramutplus.com
|
||||
0.0.0.0 www.parejaamateur.com
|
||||
0.0.0.0 www.partilla.com
|
||||
0.0.0.0 www.partsttown.com
|
||||
0.0.0.0 www.paseyourself.com
|
||||
0.0.0.0 www.pashcams.com
|
||||
0.0.0.0 www.patelshop.com
|
||||
0.0.0.0 www.paviro.cfd
|
||||
0.0.0.0 www.payasyougocert.com
|
||||
0.0.0.0 www.pcfixguide.help
|
||||
@@ -3873,11 +3963,13 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.pdxsenior.com
|
||||
0.0.0.0 www.peachysailwv.pro
|
||||
0.0.0.0 www.pearlyappss.pro
|
||||
0.0.0.0 www.pelistvseries.com
|
||||
0.0.0.0 www.peopleesbancorp.com
|
||||
0.0.0.0 www.pepernity.com
|
||||
0.0.0.0 www.perimentu.com
|
||||
0.0.0.0 www.pfsim.com
|
||||
0.0.0.0 www.phantomluck.com
|
||||
0.0.0.0 www.phonecex.com
|
||||
0.0.0.0 www.phonenumberbook.com
|
||||
0.0.0.0 www.phormlabs.com
|
||||
0.0.0.0 www.photomagicapp.com
|
||||
@@ -3897,18 +3989,22 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.playtactics-hub.com
|
||||
0.0.0.0 www.pluseconomy.com
|
||||
0.0.0.0 www.ponhap.com
|
||||
0.0.0.0 www.popshopeu.com
|
||||
0.0.0.0 www.portaldimensional.com
|
||||
0.0.0.0 www.portlanfleathergoods.com
|
||||
0.0.0.0 www.portutopcas.com
|
||||
0.0.0.0 www.postsavings.com
|
||||
0.0.0.0 www.poukladanyswiat.com
|
||||
0.0.0.0 www.ppoi.org
|
||||
0.0.0.0 www.prabvisa.com
|
||||
0.0.0.0 www.premiercountrymeats.com
|
||||
0.0.0.0 www.premiumbrandszonalibre.com
|
||||
0.0.0.0 www.presidency.site
|
||||
0.0.0.0 www.prgwbn.cfd
|
||||
0.0.0.0 www.primecrestnq.name
|
||||
0.0.0.0 www.primitivecountrydecor.com
|
||||
0.0.0.0 www.princessuppies.com
|
||||
0.0.0.0 www.proctou.com
|
||||
0.0.0.0 www.proflashdata.com # Facebook trojan
|
||||
0.0.0.0 www.promoskills.com
|
||||
0.0.0.0 www.properrayam.pro
|
||||
@@ -3925,7 +4021,10 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.qualitygamer.com
|
||||
0.0.0.0 www.quartersnorth.lat
|
||||
0.0.0.0 www.quarvions.com
|
||||
0.0.0.0 www.quintaalegrealgarve.com
|
||||
0.0.0.0 www.quintingwatches.com
|
||||
0.0.0.0 www.quipla.com
|
||||
0.0.0.0 www.quotling.com
|
||||
0.0.0.0 www.rackusread.com
|
||||
0.0.0.0 www.rajtoursdubai.com
|
||||
0.0.0.0 www.randki-sex.com
|
||||
@@ -3936,11 +4035,13 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.readyviews.com
|
||||
0.0.0.0 www.realdrjudy.com
|
||||
0.0.0.0 www.reandrogames.com
|
||||
0.0.0.0 www.reasearchverified.com
|
||||
0.0.0.0 www.recallblog.com
|
||||
0.0.0.0 www.regulationprofit.bond
|
||||
0.0.0.0 www.rekonsise.com
|
||||
0.0.0.0 www.relaxingcafe.com
|
||||
0.0.0.0 www.reliaslearrning.com
|
||||
0.0.0.0 www.reltar.com
|
||||
0.0.0.0 www.renderfoest.com
|
||||
0.0.0.0 www.rerminix.com
|
||||
0.0.0.0 www.revivemore.com
|
||||
@@ -3955,6 +4056,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.robkellysurf.com
|
||||
0.0.0.0 www.romanticdemands.bond
|
||||
0.0.0.0 www.roofcoins.com
|
||||
0.0.0.0 www.roundtopbooks.com
|
||||
0.0.0.0 www.rplconnect.com
|
||||
0.0.0.0 www.rtkmyz.cfd
|
||||
0.0.0.0 www.rtpbolaslotjago.com
|
||||
@@ -3970,6 +4072,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.sauteenacoochee.com
|
||||
0.0.0.0 www.scrapzoneauto.com
|
||||
0.0.0.0 www.sealabour.living
|
||||
0.0.0.0 www.securitymeyrics.com
|
||||
0.0.0.0 www.securityplusproducts.com
|
||||
0.0.0.0 www.securityscan.us
|
||||
0.0.0.0 www.seedschaos.garden
|
||||
@@ -3979,9 +4082,11 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.shinyechogz.name
|
||||
0.0.0.0 www.shootingeffectively.skin
|
||||
0.0.0.0 www.shopvisitors.com
|
||||
0.0.0.0 www.shrimahaveercollege.com
|
||||
0.0.0.0 www.sidneyman.com
|
||||
0.0.0.0 www.silebah.com
|
||||
0.0.0.0 www.silentgateck.site
|
||||
0.0.0.0 www.silhouetteamerican.com
|
||||
0.0.0.0 www.silverboxcreativestudio.com
|
||||
0.0.0.0 www.simplyartful.com
|
||||
0.0.0.0 www.simplyhelper.com
|
||||
@@ -3989,11 +4094,14 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.sizecart.com
|
||||
0.0.0.0 www.skibidihotel.com
|
||||
0.0.0.0 www.skillmatchgame.com
|
||||
0.0.0.0 www.skincareds.com
|
||||
0.0.0.0 www.skyonlinegratis.com
|
||||
0.0.0.0 www.slawdhaka.com
|
||||
0.0.0.0 www.slidingdoorlocks.com
|
||||
0.0.0.0 www.smashchampionsat.com
|
||||
0.0.0.0 www.smionecare.com
|
||||
0.0.0.0 www.smokyshadecj.name
|
||||
0.0.0.0 www.smtnaraynicollege.com
|
||||
0.0.0.0 www.snkido.com
|
||||
0.0.0.0 www.snowhandball.com
|
||||
0.0.0.0 www.snugbirdjq.blog
|
||||
@@ -4006,15 +4114,18 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.sohailpc.com
|
||||
0.0.0.0 www.sonparks.skin
|
||||
0.0.0.0 www.spectrumhomehealthinc.com
|
||||
0.0.0.0 www.speesway.com
|
||||
0.0.0.0 www.spiritentertainment.homes
|
||||
0.0.0.0 www.spojrzenia.com
|
||||
0.0.0.0 www.sporttile.com
|
||||
0.0.0.0 www.ssdede.com
|
||||
0.0.0.0 www.ssl2.in
|
||||
0.0.0.0 www.stanthedonutman.com
|
||||
0.0.0.0 www.startupsforstartups.com
|
||||
0.0.0.0 www.statsff.com
|
||||
0.0.0.0 www.steelbucks.com
|
||||
0.0.0.0 www.stellarium.fr
|
||||
0.0.0.0 www.stelop.com
|
||||
0.0.0.0 www.stihil.com
|
||||
0.0.0.0 www.stocksrate.com
|
||||
0.0.0.0 www.stopphoulplay.com
|
||||
@@ -4031,6 +4142,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.supereeego.com
|
||||
0.0.0.0 www.supportnestframe.uk
|
||||
0.0.0.0 www.supportwindowlane.uk
|
||||
0.0.0.0 www.susanhaggarphotography.com
|
||||
0.0.0.0 www.svipfulishipin.com
|
||||
0.0.0.0 www.swallowwire.sa.com
|
||||
0.0.0.0 www.sweetdominique.com
|
||||
@@ -4047,6 +4159,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.techyscope.com
|
||||
0.0.0.0 www.tenantbackgronudsearch.com
|
||||
0.0.0.0 www.teresinaapartment.com
|
||||
0.0.0.0 www.texasmyxoomenergy.com
|
||||
0.0.0.0 www.textdynamics.com
|
||||
0.0.0.0 www.thecollectiverd.com
|
||||
0.0.0.0 www.thedatesafe.com # Facebook trojan
|
||||
@@ -4055,29 +4168,38 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.thelaferianews.com
|
||||
0.0.0.0 www.themesets.com
|
||||
0.0.0.0 www.theprimeindia.com
|
||||
0.0.0.0 www.thermature.com
|
||||
0.0.0.0 www.thesecuredtrader.com
|
||||
0.0.0.0 www.theskinnyschool.com
|
||||
0.0.0.0 www.thisplanet.net
|
||||
0.0.0.0 www.thunderbird.es
|
||||
0.0.0.0 www.ticketspiket.com
|
||||
0.0.0.0 www.timelyworks.com
|
||||
0.0.0.0 www.tinkfrog.com
|
||||
0.0.0.0 www.tiompanalley.com
|
||||
0.0.0.0 www.tntadfacts.com
|
||||
0.0.0.0 www.topluckystars.com
|
||||
0.0.0.0 www.topopulentwin.com
|
||||
0.0.0.0 www.totalencomenda.com
|
||||
0.0.0.0 www.toysmetaverse.com
|
||||
0.0.0.0 www.tradesasa.com
|
||||
0.0.0.0 www.tradewinning.com
|
||||
0.0.0.0 www.traficsigntest.com
|
||||
0.0.0.0 www.transcet.com
|
||||
0.0.0.0 www.travelrushzone.com
|
||||
0.0.0.0 www.trucktirehotline.com
|
||||
0.0.0.0 www.truecrypt.fr
|
||||
0.0.0.0 www.trueshelterju.pro
|
||||
0.0.0.0 www.trustaddons.com
|
||||
0.0.0.0 www.ttcgg.com
|
||||
0.0.0.0 www.tuningcentar.com
|
||||
0.0.0.0 www.tuscanypointevillas.com
|
||||
0.0.0.0 www.tvccpt.com
|
||||
0.0.0.0 www.tvrails.com
|
||||
0.0.0.0 www.tvshowslist.com
|
||||
0.0.0.0 www.ultimarerewards.com
|
||||
0.0.0.0 www.ultratemps.com
|
||||
0.0.0.0 www.unclaimedbaggag.com
|
||||
0.0.0.0 www.underobviously.garden
|
||||
0.0.0.0 www.unetbootin.net
|
||||
0.0.0.0 www.unetbootin.org
|
||||
@@ -4085,6 +4207,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.upi6.pillsstore-c.com # Facebook trojan
|
||||
0.0.0.0 www.uqz.com
|
||||
0.0.0.0 www.urldelivery.com
|
||||
0.0.0.0 www.utgzlogin.com
|
||||
0.0.0.0 www.vacnleefarpels.com
|
||||
0.0.0.0 www.vbttech.com
|
||||
0.0.0.0 www.vebprostopinup.com
|
||||
@@ -4096,6 +4219,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.videonhadat.com
|
||||
0.0.0.0 www.videostan.ru
|
||||
0.0.0.0 www.vipnac.com
|
||||
0.0.0.0 www.visitigangels.com
|
||||
0.0.0.0 www.vkvmotion.com
|
||||
0.0.0.0 www.vnailssanclemente.com
|
||||
0.0.0.0 www.volvce.com
|
||||
@@ -4109,6 +4233,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.waterchalk.com
|
||||
0.0.0.0 www.waterchamber.com
|
||||
0.0.0.0 www.webassembly.stream
|
||||
0.0.0.0 www.webdesignmetric.com
|
||||
0.0.0.0 www.webdevotee.com
|
||||
0.0.0.0 www.webmicrostores.com
|
||||
0.0.0.0 www.webontwerp.com
|
||||
@@ -4147,9 +4272,11 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 www.xtremetechcr.com
|
||||
0.0.0.0 www.yellowquartzkr.name
|
||||
0.0.0.0 www.yendermsoul.com
|
||||
0.0.0.0 www.yesyouvan.com
|
||||
0.0.0.0 www.yixiudn.com
|
||||
0.0.0.0 www.ylgj789.com
|
||||
0.0.0.0 www.yoolyes.com
|
||||
0.0.0.0 www.yottacash.com
|
||||
0.0.0.0 www.youfiletor.com
|
||||
0.0.0.0 www.yreta.com
|
||||
0.0.0.0 www.zenithvault.uk
|
||||
@@ -6463,7 +6590,6 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 ads.ratemyprofessors.com
|
||||
0.0.0.0 ads.rcgroups.com
|
||||
0.0.0.0 ads.rdstore.com
|
||||
0.0.0.0 ads.realcastmedia.com
|
||||
0.0.0.0 ads.realcities.com
|
||||
0.0.0.0 ads.realmedia.de
|
||||
0.0.0.0 ads.rediff.com
|
||||
@@ -7774,8 +7900,10 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 classicjack.com
|
||||
0.0.0.0 clausing-advies.nl
|
||||
0.0.0.0 clb.bazzacco.net
|
||||
0.0.0.0 cleancrdio.shop
|
||||
0.0.0.0 cleaningformac.com
|
||||
0.0.0.0 clearonclick.com
|
||||
0.0.0.0 clearviewhub9.cc
|
||||
0.0.0.0 clevernt.com
|
||||
0.0.0.0 clhctrk.com
|
||||
0.0.0.0 click.a-ads.com
|
||||
@@ -9239,6 +9367,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 mjxads.internet.com
|
||||
0.0.0.0 mk.limonshel.de
|
||||
0.0.0.0 mklik.gazeta.pl
|
||||
0.0.0.0 mks98.com
|
||||
0.0.0.0 ml314.com
|
||||
0.0.0.0 mlntracker.com
|
||||
0.0.0.0 mm.chitika.net
|
||||
@@ -9952,6 +10081,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 reactads.cdn.adglare.net
|
||||
0.0.0.0 realads.realmedia.com
|
||||
0.0.0.0 realgfsbucks.com
|
||||
0.0.0.0 realizationnewestfangs.com
|
||||
0.0.0.0 realmedia-a800.d4p.net
|
||||
0.0.0.0 realmedia.advance.net
|
||||
0.0.0.0 realplayz.com
|
||||
@@ -10376,6 +10506,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 speednetwork14.adk2x.com
|
||||
0.0.0.0 speednetwork6.adk2x.com
|
||||
0.0.0.0 speeltuintalud.nl
|
||||
0.0.0.0 spendsdetachment.com
|
||||
0.0.0.0 spensa.co
|
||||
0.0.0.0 spin.spinbox.net
|
||||
0.0.0.0 spinbox.com
|
||||
@@ -10618,6 +10749,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 thebitcrew.com
|
||||
0.0.0.0 thebrighttag.com
|
||||
0.0.0.0 thebuzz.today
|
||||
0.0.0.0 thedirecthor.com
|
||||
0.0.0.0 theestatehouse.co.uk
|
||||
0.0.0.0 theketo-complete.com
|
||||
0.0.0.0 themaplemethod.com
|
||||
@@ -10810,6 +10942,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 unser-en.de
|
||||
0.0.0.0 unstat.baidu.com
|
||||
0.0.0.0 uole.ad.uol.com.br
|
||||
0.0.0.0 upbeatbut.com
|
||||
0.0.0.0 upgrade-ms-home.com
|
||||
0.0.0.0 upload.adtech.fr
|
||||
0.0.0.0 upload.adtech.us
|
||||
@@ -11011,6 +11144,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 worden.samenresultaat.nl
|
||||
0.0.0.0 work-offer.com
|
||||
0.0.0.0 workaccount.free.bg
|
||||
0.0.0.0 workdeadlinededicate.com
|
||||
0.0.0.0 worldmedpilldeliver.com
|
||||
0.0.0.0 worry-free-savings.com
|
||||
0.0.0.0 wowanalytics.co.uk
|
||||
@@ -11956,6 +12090,7 @@ ff02::3 ip6-allhosts
|
||||
0.0.0.0 zevents.com
|
||||
0.0.0.0 zlhoteckelinie.wz.cz
|
||||
0.0.0.0 zoeandjo.co.uk
|
||||
0.0.0.0 zoologyfibre.com
|
||||
0.0.0.0 zu1.november-lax.com
|
||||
0.0.0.0 zulu.r867qq.net
|
||||
0.0.0.0 zytpirwai.net
|
||||
|
||||
+84
-53
@@ -2,8 +2,8 @@
|
||||
#
|
||||
# For more information about this list, see: https://pgl.yoyo.org/adservers/
|
||||
# ----
|
||||
# last updated: Fri, 15 May 2026 14:05:55 GMT
|
||||
# entries: 3510
|
||||
# last updated: Mon, 31 Aug 2026 16:25:19 GMT
|
||||
# entries: 3541
|
||||
# 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
|
||||
@@ -28,13 +28,14 @@
|
||||
0.0.0.0 30ads.com
|
||||
0.0.0.0 3337723.com
|
||||
0.0.0.0 33across.com
|
||||
0.0.0.0 360yield-basic.com
|
||||
0.0.0.0 360yield.com
|
||||
0.0.0.0 3lift.com
|
||||
0.0.0.0 3o9s.short.gy
|
||||
0.0.0.0 4d5.net
|
||||
0.0.0.0 4info.com
|
||||
0.0.0.0 4jnzhl0d0.com
|
||||
0.0.0.0 50websads.com
|
||||
0.0.0.0 51.la
|
||||
0.0.0.0 518ad.com
|
||||
0.0.0.0 6sc.co
|
||||
0.0.0.0 777partner.com
|
||||
@@ -44,6 +45,7 @@
|
||||
0.0.0.0 82o9v830.com
|
||||
0.0.0.0 a-ads.com
|
||||
0.0.0.0 a.mktw.net
|
||||
0.0.0.0 a.pemsrv.com
|
||||
0.0.0.0 a.sakh.com
|
||||
0.0.0.0 a.ucoz.net
|
||||
0.0.0.0 a.ucoz.ru
|
||||
@@ -51,6 +53,7 @@
|
||||
0.0.0.0 a.vdo.ai
|
||||
0.0.0.0 a.vfghd.com
|
||||
0.0.0.0 a.vfgtb.com
|
||||
0.0.0.0 a.vfgth.com
|
||||
0.0.0.0 a.xanga.com
|
||||
0.0.0.0 a11.click
|
||||
0.0.0.0 a135.wftv.com
|
||||
@@ -68,7 +71,6 @@
|
||||
0.0.0.0 ablink.news.emails-puregym.com
|
||||
0.0.0.0 ablinks.mail.hinge.co
|
||||
0.0.0.0 aboardlevel.com
|
||||
0.0.0.0 absolutering.com
|
||||
0.0.0.0 absorbingband.com
|
||||
0.0.0.0 abstractedauthority.com
|
||||
0.0.0.0 abtasty.com
|
||||
@@ -112,7 +114,6 @@
|
||||
0.0.0.0 ad.bondage.com
|
||||
0.0.0.0 ad.centrum.cz
|
||||
0.0.0.0 ad.cgi.cz
|
||||
0.0.0.0 ad.choiceradio.com
|
||||
0.0.0.0 ad.cooks.com
|
||||
0.0.0.0 ad.digitallook.com
|
||||
0.0.0.0 ad.dnoticias.pt
|
||||
@@ -153,7 +154,6 @@
|
||||
0.0.0.0 ad.virtual-nights.com
|
||||
0.0.0.0 ad.wavu.hu
|
||||
0.0.0.0 ad.weatherbug.com
|
||||
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
|
||||
@@ -195,6 +195,7 @@
|
||||
0.0.0.0 adcast.deviantart.com
|
||||
0.0.0.0 adcel.co
|
||||
0.0.0.0 adcell.de
|
||||
0.0.0.0 adcenter.net
|
||||
0.0.0.0 adclick.com
|
||||
0.0.0.0 adclient1.tucows.com
|
||||
0.0.0.0 adclixx.net
|
||||
@@ -258,6 +259,7 @@
|
||||
0.0.0.0 adjustnetwork.com
|
||||
0.0.0.0 adk2.com
|
||||
0.0.0.0 adkora.com
|
||||
0.0.0.0 adktrack124.xyz
|
||||
0.0.0.0 adland.ru
|
||||
0.0.0.0 adlegend.com
|
||||
0.0.0.0 adlightning.com
|
||||
@@ -276,8 +278,10 @@
|
||||
0.0.0.0 admantx.com
|
||||
0.0.0.0 admarketplace.net
|
||||
0.0.0.0 admarvel.com
|
||||
0.0.0.0 admaster.cc
|
||||
0.0.0.0 admaster.com.cn
|
||||
0.0.0.0 admatchly.com
|
||||
0.0.0.0 adme2.click
|
||||
0.0.0.0 admedia.com
|
||||
0.0.0.0 admeld.com
|
||||
0.0.0.0 admeridianads.com
|
||||
@@ -328,7 +332,6 @@
|
||||
0.0.0.0 adrotate.de
|
||||
0.0.0.0 adrotic.girlonthenet.com
|
||||
0.0.0.0 adrta.com
|
||||
0.0.0.0 ads-backend.chaincliq.com
|
||||
0.0.0.0 ads-bilek.com
|
||||
0.0.0.0 ads-dev.pinterest.com
|
||||
0.0.0.0 ads-game-187f4.firebaseapp.com
|
||||
@@ -403,6 +406,7 @@
|
||||
0.0.0.0 ads.eagletribune.com
|
||||
0.0.0.0 ads.easy-forex.com
|
||||
0.0.0.0 ads.economist.com
|
||||
0.0.0.0 ads.egrana.com.br
|
||||
0.0.0.0 ads.elcarado.com
|
||||
0.0.0.0 ads.electrocelt.com
|
||||
0.0.0.0 ads.emdee.ca
|
||||
@@ -518,8 +522,6 @@
|
||||
0.0.0.0 ads.pinterest.com
|
||||
0.0.0.0 ads.planet.nl
|
||||
0.0.0.0 ads.pni.com
|
||||
0.0.0.0 ads.pof.com
|
||||
0.0.0.0 ads.powweb.com
|
||||
0.0.0.0 ads.printscr.com
|
||||
0.0.0.0 ads.prisacom.com
|
||||
0.0.0.0 ads.prod.webservices.mozgcp.net
|
||||
@@ -540,7 +542,6 @@
|
||||
0.0.0.0 ads.seniorfriendfinder.com
|
||||
0.0.0.0 ads.servebom.com
|
||||
0.0.0.0 ads.shizmoo.com
|
||||
0.0.0.0 ads.shopstyle.com
|
||||
0.0.0.0 ads.sift.co.uk
|
||||
0.0.0.0 ads.sjon.info
|
||||
0.0.0.0 ads.smartclick.com
|
||||
@@ -594,12 +595,12 @@
|
||||
0.0.0.0 ads.yldmgrimg.net
|
||||
0.0.0.0 ads.youtube.com
|
||||
0.0.0.0 ads.yumenetworks.com
|
||||
0.0.0.0 ads.zorvec.name
|
||||
0.0.0.0 ads1-adnow.com
|
||||
0.0.0.0 ads1.msn.com
|
||||
0.0.0.0 ads1.virtual-nights.com
|
||||
0.0.0.0 ads10.speedbit.com
|
||||
0.0.0.0 ads180.com
|
||||
0.0.0.0 ads2.brazzers.com
|
||||
0.0.0.0 ads2.contentabc.com
|
||||
0.0.0.0 ads2.femmefab.nl
|
||||
0.0.0.0 ads2.gamecity.net
|
||||
@@ -623,6 +624,7 @@
|
||||
0.0.0.0 adsatt.espn.go.com
|
||||
0.0.0.0 adsatt.espn.starwave.com
|
||||
0.0.0.0 adsatt.go.starwave.com
|
||||
0.0.0.0 adsbigo.com
|
||||
0.0.0.0 adsby.bidtheatre.com
|
||||
0.0.0.0 adsbydelema.com
|
||||
0.0.0.0 adscale.de
|
||||
@@ -731,6 +733,7 @@
|
||||
0.0.0.0 adstanding.com
|
||||
0.0.0.0 adstat.4u.pl
|
||||
0.0.0.0 adstest.weather.com
|
||||
0.0.0.0 adstrategy-elb.go2cloud.org
|
||||
0.0.0.0 adstub.net
|
||||
0.0.0.0 adsupply.com
|
||||
0.0.0.0 adswizz.com
|
||||
@@ -755,6 +758,7 @@
|
||||
0.0.0.0 adtrack.voicestar.com
|
||||
0.0.0.0 adtraction.com
|
||||
0.0.0.0 adtrade.net
|
||||
0.0.0.0 adtrk1.com
|
||||
0.0.0.0 adultadvertising.com
|
||||
0.0.0.0 adv-adserver.com
|
||||
0.0.0.0 adv.donejty.pl
|
||||
@@ -777,12 +781,14 @@
|
||||
0.0.0.0 advertise.com
|
||||
0.0.0.0 advertiseireland.com
|
||||
0.0.0.0 advertiserurl.com
|
||||
0.0.0.0 advertising.amazon.de
|
||||
0.0.0.0 advertising.com
|
||||
0.0.0.0 advertisingbanners.com
|
||||
0.0.0.0 advertisingbox.com
|
||||
0.0.0.0 advertmarket.com
|
||||
0.0.0.0 advertmedia.de
|
||||
0.0.0.0 advertpro.ya.com
|
||||
0.0.0.0 advertracker.com
|
||||
0.0.0.0 advertserve.com
|
||||
0.0.0.0 advertwizard.com
|
||||
0.0.0.0 advideo.uimserv.net
|
||||
@@ -817,8 +823,6 @@
|
||||
0.0.0.0 affiliate.treated.com
|
||||
0.0.0.0 affiliatefuture.com
|
||||
0.0.0.0 affiliates.allposters.com
|
||||
0.0.0.0 affiliates.babylon.com
|
||||
0.0.0.0 affiliates.globat.com
|
||||
0.0.0.0 affiliates.streamray.com
|
||||
0.0.0.0 affiliates.thinkhost.net
|
||||
0.0.0.0 affiliates.thrixxx.com
|
||||
@@ -839,6 +843,7 @@
|
||||
0.0.0.0 airpush.com
|
||||
0.0.0.0 aistat.net
|
||||
0.0.0.0 ak0gsh40.com
|
||||
0.0.0.0 akstat.io
|
||||
0.0.0.0 alchemist.go2cloud.org
|
||||
0.0.0.0 alclick.com
|
||||
0.0.0.0 alenty.com
|
||||
@@ -856,7 +861,9 @@
|
||||
0.0.0.0 amazon-adsystem.com
|
||||
0.0.0.0 americash.com
|
||||
0.0.0.0 amidsttruly.com
|
||||
0.0.0.0 ampscamp.net
|
||||
0.0.0.0 amung.us
|
||||
0.0.0.0 analytics-fe.digital-cloud-prem.medallia.eu
|
||||
0.0.0.0 analytics-production.hapyak.com
|
||||
0.0.0.0 analytics.adpost.org
|
||||
0.0.0.0 analytics.algoepico.net
|
||||
@@ -865,7 +872,6 @@
|
||||
0.0.0.0 analytics.ext.go-tellm.com
|
||||
0.0.0.0 analytics.google.com
|
||||
0.0.0.0 analytics.htmedia.in
|
||||
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
|
||||
@@ -883,6 +889,7 @@
|
||||
0.0.0.0 analytics.posttv.com
|
||||
0.0.0.0 analytics.santander.co.uk
|
||||
0.0.0.0 analytics.swiggy.com
|
||||
0.0.0.0 analytics.tempy.email
|
||||
0.0.0.0 analytics.tiktok.com
|
||||
0.0.0.0 analytics.xelondigital.com
|
||||
0.0.0.0 analytics.yahoo.com
|
||||
@@ -896,6 +903,7 @@
|
||||
0.0.0.0 anrdoezrs.net
|
||||
0.0.0.0 anstrex.com
|
||||
0.0.0.0 anxiousapples.com
|
||||
0.0.0.0 api-ext.bixbitemarketing.com
|
||||
0.0.0.0 api.affiliations.site
|
||||
0.0.0.0 api.amplitude.com
|
||||
0.0.0.0 api.appmetrica.yandex.ru
|
||||
@@ -976,14 +984,12 @@
|
||||
0.0.0.0 bagsurprise.com
|
||||
0.0.0.0 banik.redigy.cz
|
||||
0.0.0.0 banner.ambercoastcasino.com
|
||||
0.0.0.0 banner.buempliz-online.ch
|
||||
0.0.0.0 banner.cotedazurpalace.com
|
||||
0.0.0.0 banner.easyspace.com
|
||||
0.0.0.0 banner.elisa.net
|
||||
0.0.0.0 banner.finzoom.ro
|
||||
0.0.0.0 banner.goldenpalace.com
|
||||
0.0.0.0 banner.inyourpocket.com
|
||||
0.0.0.0 banner.linux.se
|
||||
0.0.0.0 banner.media-system.de
|
||||
0.0.0.0 banner.nixnet.cz
|
||||
0.0.0.0 banner.noblepoker.com
|
||||
@@ -999,7 +1005,6 @@
|
||||
0.0.0.0 bannergrabber.internet.gr
|
||||
0.0.0.0 bannerimage.com
|
||||
0.0.0.0 bannermall.com
|
||||
0.0.0.0 bannermanager.bnr.bg
|
||||
0.0.0.0 bannerpower.com
|
||||
0.0.0.0 banners.adultfriendfinder.com
|
||||
0.0.0.0 banners.amigos.com
|
||||
@@ -1032,10 +1037,12 @@
|
||||
0.0.0.0 basebanner.com
|
||||
0.0.0.0 basketballbelieve.com
|
||||
0.0.0.0 baskettexture.com
|
||||
0.0.0.0 bastingart.com
|
||||
0.0.0.0 bat.bing.com
|
||||
0.0.0.0 bat.bing.net
|
||||
0.0.0.0 bbelements.com
|
||||
0.0.0.0 bbm-ad-stack-production.up.railway.app
|
||||
0.0.0.0 bbn.img.com.ua
|
||||
0.0.0.0 bdv.bidvertiser.com
|
||||
0.0.0.0 beachfront.com
|
||||
0.0.0.0 beacon.gu-web.net
|
||||
0.0.0.0 beacon.netflix.com
|
||||
@@ -1071,7 +1078,6 @@
|
||||
0.0.0.0 bigclicks.com
|
||||
0.0.0.0 bigfishapparel.com
|
||||
0.0.0.0 bigreal.org
|
||||
0.0.0.0 bigworldfashion.com
|
||||
0.0.0.0 billboard.cz
|
||||
0.0.0.0 billtable.com
|
||||
0.0.0.0 birthdaybelief.com
|
||||
@@ -1142,7 +1148,9 @@
|
||||
0.0.0.0 buysellads.com
|
||||
0.0.0.0 buzzonclick.com
|
||||
0.0.0.0 bwp.download.com
|
||||
0.0.0.0 c.apple.com
|
||||
0.0.0.0 c.bigmir.net
|
||||
0.0.0.0 c.trkn.it
|
||||
0.0.0.0 c1exchange.com
|
||||
0.0.0.0 c212.net
|
||||
0.0.0.0 cakesdrum.com
|
||||
@@ -1155,6 +1163,7 @@
|
||||
0.0.0.0 calypsocapsule.com
|
||||
0.0.0.0 campaign.bharatmatrimony.com
|
||||
0.0.0.0 caniamedia.com
|
||||
0.0.0.0 capitalopera.com
|
||||
0.0.0.0 capriciouscorn.com
|
||||
0.0.0.0 captainbicycle.com
|
||||
0.0.0.0 captainstick.com
|
||||
@@ -1178,6 +1187,7 @@
|
||||
0.0.0.0 casinopays.com
|
||||
0.0.0.0 casinorewards.com
|
||||
0.0.0.0 casinotraffic.com
|
||||
0.0.0.0 catfront.dianping.com
|
||||
0.0.0.0 cattlecommittee.com
|
||||
0.0.0.0 causecherry.com
|
||||
0.0.0.0 cautiouscredit.com
|
||||
@@ -1192,6 +1202,7 @@
|
||||
0.0.0.0 cdn.onesignal.com
|
||||
0.0.0.0 cdn.scarabresearch.com
|
||||
0.0.0.0 cdn.segment.com
|
||||
0.0.0.0 cdn.smalk.ai
|
||||
0.0.0.0 cdnondemand.org
|
||||
0.0.0.0 cedato.com
|
||||
0.0.0.0 celtra.com
|
||||
@@ -1281,6 +1292,7 @@
|
||||
0.0.0.0 clickonometrics.pl
|
||||
0.0.0.0 clickrtrckr.com
|
||||
0.0.0.0 clicks.checkatrade.com
|
||||
0.0.0.0 clicks.couchsurfing.com
|
||||
0.0.0.0 clicks.deliveroo.co.uk
|
||||
0.0.0.0 clicks.equantum.com
|
||||
0.0.0.0 clicks.eventbrite.com
|
||||
@@ -1298,6 +1310,7 @@
|
||||
0.0.0.0 clickxchange.com
|
||||
0.0.0.0 clickyab.com
|
||||
0.0.0.0 clickz.com
|
||||
0.0.0.0 client-logs-a.wbx2.com
|
||||
0.0.0.0 clientgear.com
|
||||
0.0.0.0 clientmetrics-pa.googleapis.com
|
||||
0.0.0.0 clikerz.net
|
||||
@@ -1319,6 +1332,7 @@
|
||||
0.0.0.0 cnt1.pocitadlo.cz
|
||||
0.0.0.0 cnvlink.com
|
||||
0.0.0.0 cny.yoyo.org
|
||||
0.0.0.0 code.etracker.com
|
||||
0.0.0.0 codeadnetwork.com
|
||||
0.0.0.0 cognitiv.ai
|
||||
0.0.0.0 cointraffic.io
|
||||
@@ -1365,6 +1379,7 @@
|
||||
0.0.0.0 copycarpenter.com
|
||||
0.0.0.0 copyrightaccesscontrols.com
|
||||
0.0.0.0 coremetrics.com
|
||||
0.0.0.0 correctedcode.com
|
||||
0.0.0.0 cosmosjackson.com
|
||||
0.0.0.0 count.rin.ru
|
||||
0.0.0.0 count.west263.com
|
||||
@@ -1440,10 +1455,12 @@
|
||||
0.0.0.0 damageddistance.com
|
||||
0.0.0.0 damdoor.com
|
||||
0.0.0.0 dapper.net
|
||||
0.0.0.0 data.hailuo.ai
|
||||
0.0.0.0 datapickles.com
|
||||
0.0.0.0 datenow.link
|
||||
0.0.0.0 daybreaklights.com
|
||||
0.0.0.0 dc-storm.com
|
||||
0.0.0.0 de.tynt.com
|
||||
0.0.0.0 de17a.com
|
||||
0.0.0.0 dealdotcom.com
|
||||
0.0.0.0 decenterads.com
|
||||
@@ -1580,8 +1597,6 @@
|
||||
0.0.0.0 et.nytimes.com
|
||||
0.0.0.0 etahub.com
|
||||
0.0.0.0 etargetnet.com
|
||||
0.0.0.0 etracker.com
|
||||
0.0.0.0 etracker.de
|
||||
0.0.0.0 eu-adcenter.net
|
||||
0.0.0.0 eule1.pmu.fr
|
||||
0.0.0.0 eulerian.net
|
||||
@@ -1594,6 +1609,7 @@
|
||||
0.0.0.0 eventexistence.com
|
||||
0.0.0.0 events-eu.freshsuccess.com
|
||||
0.0.0.0 events-us.freshsuccess.com
|
||||
0.0.0.0 events.hotjar.io
|
||||
0.0.0.0 everestads.net
|
||||
0.0.0.0 everesttech.net
|
||||
0.0.0.0 evergage.com
|
||||
@@ -1643,12 +1659,14 @@
|
||||
0.0.0.0 fastly-insights.com
|
||||
0.0.0.0 faultycanvas.com
|
||||
0.0.0.0 fave.co
|
||||
0.0.0.0 faxcoupons.com
|
||||
0.0.0.0 fc.webmasterpro.de
|
||||
0.0.0.0 feedbackresearch.com
|
||||
0.0.0.0 feedjit.com
|
||||
0.0.0.0 feedmob.com
|
||||
0.0.0.0 feelwarmth.com
|
||||
0.0.0.0 femalecook.com
|
||||
0.0.0.0 fenxi.com
|
||||
0.0.0.0 figsprotein.com
|
||||
0.0.0.0 figurehunter.net
|
||||
0.0.0.0 fillthemap.com
|
||||
@@ -1739,7 +1757,6 @@
|
||||
0.0.0.0 getclicky.com
|
||||
0.0.0.0 getintent.com
|
||||
0.0.0.0 getmyads.com
|
||||
0.0.0.0 getxmlisi.com
|
||||
0.0.0.0 giddycoat.com
|
||||
0.0.0.0 glasscoyote.com
|
||||
0.0.0.0 glisteningsign.com
|
||||
@@ -1759,6 +1776,7 @@
|
||||
0.0.0.0 go.scmagazine.com
|
||||
0.0.0.0 go.xlirdr.com
|
||||
0.0.0.0 go2affise.com
|
||||
0.0.0.0 go2cloud.org
|
||||
0.0.0.0 godseedband.com
|
||||
0.0.0.0 goingplatinum.com
|
||||
0.0.0.0 goldstats.com
|
||||
@@ -1773,7 +1791,6 @@
|
||||
0.0.0.0 goqon.com
|
||||
0.0.0.0 gostats.com
|
||||
0.0.0.0 gothamads.com
|
||||
0.0.0.0 gotoyahoo.com
|
||||
0.0.0.0 gotraffic.net
|
||||
0.0.0.0 gp.dejanews.com
|
||||
0.0.0.0 grandfatherguitar.com
|
||||
@@ -1810,7 +1827,6 @@
|
||||
0.0.0.0 hbb.afl.rakuten.co.jp
|
||||
0.0.0.0 hbopenbid.pubmatic.com
|
||||
0.0.0.0 heap.com
|
||||
0.0.0.0 heimi-lwx.com
|
||||
0.0.0.0 hellobar.com
|
||||
0.0.0.0 helpcollar.com
|
||||
0.0.0.0 hentaicounter.com
|
||||
@@ -1847,6 +1863,7 @@
|
||||
0.0.0.0 hollowafterthought.com
|
||||
0.0.0.0 homelycrown.com
|
||||
0.0.0.0 homepageking.de
|
||||
0.0.0.0 honeybutterbliss.com
|
||||
0.0.0.0 honorableland.com
|
||||
0.0.0.0 hostedads.realitykings.com
|
||||
0.0.0.0 hotjar.com
|
||||
@@ -1921,6 +1938,7 @@
|
||||
0.0.0.0 infinityads.com
|
||||
0.0.0.0 infoevent.startappservice.com
|
||||
0.0.0.0 infolinks.com
|
||||
0.0.0.0 ingest.in.signoz.cloud
|
||||
0.0.0.0 inmobi.com
|
||||
0.0.0.0 inner-active.com
|
||||
0.0.0.0 inner-active.mobi
|
||||
@@ -1945,7 +1963,6 @@
|
||||
0.0.0.0 interreklame.de
|
||||
0.0.0.0 ioam.de
|
||||
0.0.0.0 ip.ro
|
||||
0.0.0.0 ip193.cn
|
||||
0.0.0.0 iperceptions.com
|
||||
0.0.0.0 ipredictive.com
|
||||
0.0.0.0 ipstack.com
|
||||
@@ -1954,16 +1971,17 @@
|
||||
0.0.0.0 is-tracking-pixel-api-prod.appspot.com
|
||||
0.0.0.0 islandwebhelp.com
|
||||
0.0.0.0 itop.cz
|
||||
0.0.0.0 itrackly.com
|
||||
0.0.0.0 ivwbox.de
|
||||
0.0.0.0 ivykiosk.com
|
||||
0.0.0.0 iyfbodn.com
|
||||
0.0.0.0 iyfnzgb.com
|
||||
0.0.0.0 izcle.com
|
||||
0.0.0.0 j93557g.com
|
||||
0.0.0.0 jads.co
|
||||
0.0.0.0 jamexport.com
|
||||
0.0.0.0 jcount.com
|
||||
0.0.0.0 jdoqocy.com
|
||||
0.0.0.0 jewelrysprings.com
|
||||
0.0.0.0 jinkads.de
|
||||
0.0.0.0 joetec.net
|
||||
0.0.0.0 joyoussurprise.com
|
||||
@@ -1988,7 +2006,6 @@
|
||||
0.0.0.0 kameleoon.eu
|
||||
0.0.0.0 kanoodle.com
|
||||
0.0.0.0 kargo.com
|
||||
0.0.0.0 kernellife.com
|
||||
0.0.0.0 kickoffo.site
|
||||
0.0.0.0 kindads.com
|
||||
0.0.0.0 kindlereunion.com
|
||||
@@ -2061,7 +2078,6 @@
|
||||
0.0.0.0 lightstep.medium.systems
|
||||
0.0.0.0 lijit.com
|
||||
0.0.0.0 limecodesign.com
|
||||
0.0.0.0 link-booster.de
|
||||
0.0.0.0 link.axios.com
|
||||
0.0.0.0 link.beelivery.com
|
||||
0.0.0.0 link.email.davidlloydclubs.co.uk
|
||||
@@ -2114,8 +2130,6 @@
|
||||
0.0.0.0 logsss.com
|
||||
0.0.0.0 logua.com
|
||||
0.0.0.0 look.djfiln.com
|
||||
0.0.0.0 look.ichlnk.com
|
||||
0.0.0.0 look.opskln.com
|
||||
0.0.0.0 look.ufinkln.com
|
||||
0.0.0.0 loopme.com
|
||||
0.0.0.0 loudlunch.com
|
||||
@@ -2139,8 +2153,10 @@
|
||||
0.0.0.0 madvertise.de
|
||||
0.0.0.0 magicadz.co
|
||||
0.0.0.0 magicaljoin.com
|
||||
0.0.0.0 magnetise.io
|
||||
0.0.0.0 magsrv.com
|
||||
0.0.0.0 mail-ads.google.com
|
||||
0.0.0.0 maliva-mcs.byteoversea.com
|
||||
0.0.0.0 maltiverse.lt.acemlnc.com
|
||||
0.0.0.0 manageadv.cblogs.eu
|
||||
0.0.0.0 mantisadnetwork.com
|
||||
@@ -2215,6 +2231,7 @@
|
||||
0.0.0.0 metajaws.com
|
||||
0.0.0.0 metanetwork.com
|
||||
0.0.0.0 methodcash.com
|
||||
0.0.0.0 metrics-a.wbx2.com
|
||||
0.0.0.0 metrics-logger.spot.im
|
||||
0.0.0.0 metrics.api.drift.com
|
||||
0.0.0.0 metrics.articulate.com
|
||||
@@ -2285,7 +2302,6 @@
|
||||
0.0.0.0 munchkin.marketo.net
|
||||
0.0.0.0 mundanenail.com
|
||||
0.0.0.0 mushroomgods.com
|
||||
0.0.0.0 musiccounter.ru
|
||||
0.0.0.0 muteknife.com
|
||||
0.0.0.0 muwmedia.com
|
||||
0.0.0.0 mxptint.net
|
||||
@@ -2377,6 +2393,7 @@
|
||||
0.0.0.0 oascentral.fortunecity.com
|
||||
0.0.0.0 oascentral.register.com
|
||||
0.0.0.0 objecthero.com
|
||||
0.0.0.0 obs.sd4823.spglobal.com
|
||||
0.0.0.0 obscenesidewalk.com
|
||||
0.0.0.0 oceancloudhosts.com
|
||||
0.0.0.0 odbierz-bony.ovp.pl
|
||||
@@ -2429,7 +2446,6 @@
|
||||
0.0.0.0 optimallimit.com
|
||||
0.0.0.0 optimizely.com
|
||||
0.0.0.0 optimost.com
|
||||
0.0.0.0 optionsnomad.com
|
||||
0.0.0.0 optmd.com
|
||||
0.0.0.0 optmnstr.com
|
||||
0.0.0.0 optmstr.com
|
||||
@@ -2442,6 +2458,7 @@
|
||||
0.0.0.0 otto-images.developershed.com
|
||||
0.0.0.0 ourdreamstaticpages.pages.dev
|
||||
0.0.0.0 outbrain.com
|
||||
0.0.0.0 outerwords.com
|
||||
0.0.0.0 overconfidentfood.com
|
||||
0.0.0.0 overkick.com
|
||||
0.0.0.0 overture.com
|
||||
@@ -2451,7 +2468,6 @@
|
||||
0.0.0.0 owneriq.net
|
||||
0.0.0.0 oxado.com
|
||||
0.0.0.0 oxcash.com
|
||||
0.0.0.0 oxen.hillcountrytexas.com
|
||||
0.0.0.0 p-n.io
|
||||
0.0.0.0 p7cloud.net
|
||||
0.0.0.0 paa-reporting-advertising.amazon
|
||||
@@ -2474,7 +2490,6 @@
|
||||
0.0.0.0 partnerad.l.google.com
|
||||
0.0.0.0 partnerads.ysm.yahoo.com
|
||||
0.0.0.0 partnercash.de
|
||||
0.0.0.0 partnerhut.com
|
||||
0.0.0.0 partnerlinks.io
|
||||
0.0.0.0 partners.priceline.com
|
||||
0.0.0.0 partplanes.com
|
||||
@@ -2504,6 +2519,7 @@
|
||||
0.0.0.0 pgpartner.com
|
||||
0.0.0.0 pheedo.com
|
||||
0.0.0.0 phoenix-adrunner.mycomputer.com
|
||||
0.0.0.0 pi.pdfjs.express
|
||||
0.0.0.0 piano.io
|
||||
0.0.0.0 pimproll.com
|
||||
0.0.0.0 ping.ublock.org
|
||||
@@ -2511,7 +2527,6 @@
|
||||
0.0.0.0 pippio.com
|
||||
0.0.0.0 piquantpigs.com
|
||||
0.0.0.0 pix.spot.im
|
||||
0.0.0.0 pixel.condenastdigital.com
|
||||
0.0.0.0 pixel.keywee.co
|
||||
0.0.0.0 pixel.sojern.com
|
||||
0.0.0.0 pixel.watch
|
||||
@@ -2530,19 +2545,20 @@
|
||||
0.0.0.0 pluckypocket.com
|
||||
0.0.0.0 plugrush.com
|
||||
0.0.0.0 pocketfaucet.com
|
||||
0.0.0.0 pocustrack.com
|
||||
0.0.0.0 poemprompt.com
|
||||
0.0.0.0 pointlessprofit.com
|
||||
0.0.0.0 pointroll.com
|
||||
0.0.0.0 pokkt.com
|
||||
0.0.0.0 polishedfolly.com
|
||||
0.0.0.0 polo.feathr.co
|
||||
0.0.0.0 pooinc-7dw.pages.dev
|
||||
0.0.0.0 popads.net
|
||||
0.0.0.0 popcash.net
|
||||
0.0.0.0 popmixradio.com
|
||||
0.0.0.0 popmyads.com
|
||||
0.0.0.0 popplantation.com
|
||||
0.0.0.0 popub.com
|
||||
0.0.0.0 popunder.ru
|
||||
0.0.0.0 popunhot1.blogspot.com
|
||||
0.0.0.0 popup.msn.com
|
||||
0.0.0.0 popupmoney.com
|
||||
@@ -2607,6 +2623,7 @@
|
||||
0.0.0.0 pub.network
|
||||
0.0.0.0 pub.realmedia.fr
|
||||
0.0.0.0 pubdirecte.com
|
||||
0.0.0.0 pubfuture-ssp.com
|
||||
0.0.0.0 publicidad.elmundo.es
|
||||
0.0.0.0 publicidees.com
|
||||
0.0.0.0 publicsofa.com
|
||||
@@ -2616,16 +2633,17 @@
|
||||
0.0.0.0 puffypaste.com
|
||||
0.0.0.0 puffypull.com
|
||||
0.0.0.0 puffypurpose.com
|
||||
0.0.0.0 pulse.genki.world
|
||||
0.0.0.0 pureclarity.net
|
||||
0.0.0.0 pushengage.com
|
||||
0.0.0.0 pushno.com
|
||||
0.0.0.0 pushtrack.co
|
||||
0.0.0.0 px.dynamicyield.com
|
||||
0.0.0.0 px.gfycat.com
|
||||
0.0.0.0 px.mountain.com
|
||||
0.0.0.0 pxf.io
|
||||
0.0.0.0 pxl-mailtracker.com
|
||||
0.0.0.0 pxl.iqm.com
|
||||
0.0.0.0 pymx5.com
|
||||
0.0.0.0 q.azcentral.com
|
||||
0.0.0.0 q1connect.com
|
||||
0.0.0.0 qa-analytics.com
|
||||
@@ -2673,7 +2691,6 @@
|
||||
0.0.0.0 rapidcounter.com
|
||||
0.0.0.0 raresummer.com
|
||||
0.0.0.0 rate.ru
|
||||
0.0.0.0 ratings.lycos.com
|
||||
0.0.0.0 rayjump.com
|
||||
0.0.0.0 rcadserver.com
|
||||
0.0.0.0 re-direct.pl
|
||||
@@ -2681,7 +2698,6 @@
|
||||
0.0.0.0 reactx.com
|
||||
0.0.0.0 readingguilt.com
|
||||
0.0.0.0 readymoon.com
|
||||
0.0.0.0 realcastmedia.com
|
||||
0.0.0.0 realclever.com
|
||||
0.0.0.0 realclix.com
|
||||
0.0.0.0 realmedia-a800.d4p.net
|
||||
@@ -2694,7 +2710,6 @@
|
||||
0.0.0.0 recapture.io
|
||||
0.0.0.0 receptivereaction.com
|
||||
0.0.0.0 recoco.it
|
||||
0.0.0.0 reconditerake.com
|
||||
0.0.0.0 record.bonniergaming.com
|
||||
0.0.0.0 record.mrwin.com
|
||||
0.0.0.0 redirectingat.com
|
||||
@@ -2711,14 +2726,15 @@
|
||||
0.0.0.0 reklamdsp.com
|
||||
0.0.0.0 relmaxtop.com
|
||||
0.0.0.0 rememberdiscussion.com
|
||||
0.0.0.0 remox.com
|
||||
0.0.0.0 report-1.appmetrica.webvisor.com
|
||||
0.0.0.0 report-2.appmetrica.webvisor.com
|
||||
0.0.0.0 report-partners.appmetrica.yandex.net
|
||||
0.0.0.0 report.ap.yandex-net.ru
|
||||
0.0.0.0 report.appmetrica.yandex.net
|
||||
0.0.0.0 republika.onet.pl
|
||||
0.0.0.0 resalag.com
|
||||
0.0.0.0 rescuerhino.com
|
||||
0.0.0.0 researchlog.dbresearch.com
|
||||
0.0.0.0 resonantbrush.com
|
||||
0.0.0.0 resonate.com
|
||||
0.0.0.0 responsiveads.com
|
||||
@@ -2750,8 +2766,8 @@
|
||||
0.0.0.0 rle.ru
|
||||
0.0.0.0 rmads.msn.com
|
||||
0.0.0.0 rmedia.boston.com
|
||||
0.0.0.0 roaddynamics.com
|
||||
0.0.0.0 roar.com
|
||||
0.0.0.0 robotrefinery.com
|
||||
0.0.0.0 robotreplay.com
|
||||
0.0.0.0 rockabox.co
|
||||
0.0.0.0 rockagainst.com
|
||||
@@ -2780,6 +2796,8 @@
|
||||
0.0.0.0 rubiconproject.com
|
||||
0.0.0.0 rum-http-intake.logs.datadoghq.com
|
||||
0.0.0.0 rum-http-intake.logs.datadoghq.eu
|
||||
0.0.0.0 rum-openway.guance.com
|
||||
0.0.0.0 rum.aliyuncs.com
|
||||
0.0.0.0 runads.com
|
||||
0.0.0.0 rundsp.com
|
||||
0.0.0.0 ruralrobin.com
|
||||
@@ -2817,6 +2835,7 @@
|
||||
0.0.0.0 screechingstocking.com
|
||||
0.0.0.0 screechingstove.com
|
||||
0.0.0.0 scrubswim.com
|
||||
0.0.0.0 sdk.51.la
|
||||
0.0.0.0 seadform.net
|
||||
0.0.0.0 searchmarketing.com
|
||||
0.0.0.0 searchramp.com
|
||||
@@ -2973,13 +2992,13 @@
|
||||
0.0.0.0 stakingsmile.com
|
||||
0.0.0.0 stalesummer.com
|
||||
0.0.0.0 starffa.com
|
||||
0.0.0.0 starkscale.com
|
||||
0.0.0.0 starrynets.com
|
||||
0.0.0.0 starsmarter.com
|
||||
0.0.0.0 startapp.com
|
||||
0.0.0.0 stat-track.com
|
||||
0.0.0.0 stat.cliche.se
|
||||
0.0.0.0 stat.dyna.ultraweb.hu
|
||||
0.0.0.0 stat.lianmeng.360.cn
|
||||
0.0.0.0 stat.pl
|
||||
0.0.0.0 stat.webmedia.pl
|
||||
0.0.0.0 stat.xiaomi.com
|
||||
@@ -2989,6 +3008,7 @@
|
||||
0.0.0.0 statcounter.com
|
||||
0.0.0.0 statdynamic.com
|
||||
0.0.0.0 static-tracking.klaviyo.com
|
||||
0.0.0.0 static.etracker.com
|
||||
0.0.0.0 static.fmpub.net
|
||||
0.0.0.0 static.itrack.it
|
||||
0.0.0.0 static.kameleoon.com
|
||||
@@ -3042,6 +3062,7 @@
|
||||
0.0.0.0 superawesome.tv
|
||||
0.0.0.0 superchichair.com
|
||||
0.0.0.0 superclix.de
|
||||
0.0.0.0 supercounters.com
|
||||
0.0.0.0 superficialsquare.com
|
||||
0.0.0.0 supersonicads.com
|
||||
0.0.0.0 superstats.com
|
||||
@@ -3061,6 +3082,7 @@
|
||||
0.0.0.0 t.bawafx.com
|
||||
0.0.0.0 t.carta.com
|
||||
# 0.0.0.0 t.co
|
||||
0.0.0.0 t.dtscdn.com
|
||||
0.0.0.0 t.eloqua.com
|
||||
0.0.0.0 t.email.superdrug.com
|
||||
0.0.0.0 t.en25.com
|
||||
@@ -3068,7 +3090,9 @@
|
||||
0.0.0.0 t.insigit.com
|
||||
0.0.0.0 t.irtyd.com
|
||||
0.0.0.0 t.leady.com
|
||||
0.0.0.0 t.marketing.goindigo.in
|
||||
0.0.0.0 t.mmtrkr.com
|
||||
0.0.0.0 t.nc0.co
|
||||
0.0.0.0 t.news.browns-restaurants.co.uk
|
||||
0.0.0.0 t.notif-colissimo-laposte.info
|
||||
0.0.0.0 t.pie.org
|
||||
@@ -3179,7 +3203,6 @@
|
||||
0.0.0.0 toplista.mw.hu
|
||||
0.0.0.0 toplistcity.com
|
||||
0.0.0.0 topsir.com
|
||||
0.0.0.0 topsite.lv
|
||||
0.0.0.0 topsites.com.br
|
||||
0.0.0.0 topstats.com
|
||||
0.0.0.0 totemcash.com
|
||||
@@ -3199,6 +3222,7 @@
|
||||
0.0.0.0 track.lettingaproperty.com
|
||||
0.0.0.0 track.mailalert.io
|
||||
0.0.0.0 track.mailerlite.com
|
||||
0.0.0.0 track.mediav.com
|
||||
0.0.0.0 track.miro.com
|
||||
0.0.0.0 track.nationalgunrights.org
|
||||
0.0.0.0 track.privacyatclearbit.com
|
||||
@@ -3211,6 +3235,7 @@
|
||||
0.0.0.0 track.unear.net
|
||||
0.0.0.0 track.vcdc.com
|
||||
0.0.0.0 track.viewdeos.com
|
||||
0.0.0.0 track.wewilltrcku.com
|
||||
0.0.0.0 track1.viewdeos.com
|
||||
0.0.0.0 trackalyzer.com
|
||||
0.0.0.0 trackedlink.net
|
||||
@@ -3219,10 +3244,14 @@
|
||||
0.0.0.0 tracker.cdnbye.com
|
||||
0.0.0.0 tracker.colatv88xb.cc
|
||||
0.0.0.0 tracker.icerocket.com
|
||||
0.0.0.0 tracker.metricswave.com
|
||||
0.0.0.0 tracker.mmdlv.it
|
||||
0.0.0.0 tracker.optin-lead.com
|
||||
0.0.0.0 tracker.samplicio.us
|
||||
0.0.0.0 tracking.adstrategysites.com
|
||||
0.0.0.0 tracking.casheddy.com
|
||||
0.0.0.0 tracking.cybertips.uk
|
||||
0.0.0.0 tracking.epicgames.com
|
||||
0.0.0.0 tracking.hostgator.com
|
||||
0.0.0.0 tracking.hyros.com
|
||||
0.0.0.0 tracking.ibxlink.com
|
||||
0.0.0.0 tracking.intentsify.io
|
||||
@@ -3233,7 +3262,7 @@
|
||||
0.0.0.0 tracking.netalerts.io
|
||||
0.0.0.0 tracking.olx-st.com
|
||||
0.0.0.0 tracking.orixa-media.com
|
||||
0.0.0.0 tracking.shopstyle.com
|
||||
0.0.0.0 tracking.p-l-m.com
|
||||
0.0.0.0 tracking.wetter.at
|
||||
0.0.0.0 tracking01.walmart.com
|
||||
0.0.0.0 tracking101.com
|
||||
@@ -3258,7 +3287,6 @@
|
||||
0.0.0.0 trafficz.com
|
||||
0.0.0.0 traffiq.com
|
||||
0.0.0.0 trafic.ro
|
||||
0.0.0.0 traktrafficflow.com
|
||||
0.0.0.0 tranquilplume.com
|
||||
0.0.0.0 travis.bosscasinos.com
|
||||
0.0.0.0 trck.a8.net
|
||||
@@ -3285,6 +3313,7 @@
|
||||
0.0.0.0 trkn.us
|
||||
0.0.0.0 trkoptimizer.com
|
||||
0.0.0.0 trkpnt.ongage.net
|
||||
0.0.0.0 trkweb.clinch.co
|
||||
0.0.0.0 trmit.com
|
||||
0.0.0.0 truckstomatoes.com
|
||||
0.0.0.0 truculentrate.com
|
||||
@@ -3293,6 +3322,8 @@
|
||||
0.0.0.0 truehits2.gits.net.th
|
||||
0.0.0.0 trust.titanhq.com
|
||||
0.0.0.0 trustx.org
|
||||
0.0.0.0 tsa-f.webex.com
|
||||
0.0.0.0 tsa.webex.com
|
||||
0.0.0.0 tsyndicate.com
|
||||
0.0.0.0 tsyndicate.net
|
||||
0.0.0.0 tubemogul.com
|
||||
@@ -3300,6 +3331,7 @@
|
||||
0.0.0.0 turboadv.com
|
||||
0.0.0.0 turn.com
|
||||
0.0.0.0 twelvedawn.com
|
||||
0.0.0.0 twisty.net
|
||||
0.0.0.0 twittad.com
|
||||
0.0.0.0 twyn.com
|
||||
0.0.0.0 tynt.com
|
||||
@@ -3334,7 +3366,6 @@
|
||||
0.0.0.0 urlcash.net
|
||||
0.0.0.0 us.a1.yimg.com
|
||||
0.0.0.0 userreplay.com
|
||||
0.0.0.0 userreplay.net
|
||||
0.0.0.0 users.maxcluster.net
|
||||
0.0.0.0 utils.mediageneral.net
|
||||
0.0.0.0 utl-1.com
|
||||
@@ -3351,7 +3382,6 @@
|
||||
0.0.0.0 vcommission.com
|
||||
0.0.0.0 veille-referencement.com
|
||||
0.0.0.0 velismedia.com
|
||||
0.0.0.0 venetrigni.com
|
||||
0.0.0.0 vengefulgrass.com
|
||||
0.0.0.0 ventivmedia.com
|
||||
0.0.0.0 venturead.com
|
||||
@@ -3359,6 +3389,7 @@
|
||||
0.0.0.0 vertamedia.com
|
||||
0.0.0.0 verticalmass.com
|
||||
0.0.0.0 vervewireless.com
|
||||
0.0.0.0 verybark.com
|
||||
0.0.0.0 vgnp3trk.com
|
||||
0.0.0.0 vibrantsundown.com
|
||||
0.0.0.0 vid.pubmatic.com
|
||||
@@ -3367,7 +3398,6 @@
|
||||
0.0.0.0 videoadex.com
|
||||
0.0.0.0 videoadstech.org
|
||||
0.0.0.0 videoegg.com
|
||||
0.0.0.0 videostats.kakao.com
|
||||
0.0.0.0 vidora.com
|
||||
0.0.0.0 view4cash.de
|
||||
0.0.0.0 viglink.com
|
||||
@@ -3379,7 +3409,6 @@
|
||||
0.0.0.0 visual-pagerank.fr
|
||||
0.0.0.0 visualrevenue.com
|
||||
0.0.0.0 vivads.net
|
||||
0.0.0.0 vivtracking.com
|
||||
0.0.0.0 vmmpxl.com
|
||||
0.0.0.0 voicefive.com
|
||||
0.0.0.0 volatilevessel.com
|
||||
@@ -3407,6 +3436,7 @@
|
||||
0.0.0.0 webcounter.cz
|
||||
0.0.0.0 webcounter.goweb.de
|
||||
0.0.0.0 webgains.com
|
||||
0.0.0.0 webiqonline.com
|
||||
0.0.0.0 weborama.com
|
||||
0.0.0.0 weborama.fr
|
||||
0.0.0.0 webpower.com
|
||||
@@ -3419,7 +3449,6 @@
|
||||
0.0.0.0 webtraffic.se
|
||||
0.0.0.0 webtraxx.de
|
||||
0.0.0.0 webxcdn.com
|
||||
0.0.0.0 welved.com
|
||||
0.0.0.0 werbung.meteoxpress.com
|
||||
0.0.0.0 wetrack.it
|
||||
0.0.0.0 whaleads.com
|
||||
@@ -3434,6 +3463,7 @@
|
||||
0.0.0.0 wickedreports.com
|
||||
0.0.0.0 widget.educationdynamics.com
|
||||
0.0.0.0 widget.privy.com
|
||||
0.0.0.0 widgets.teads-xo.com
|
||||
0.0.0.0 wikia-ads.wikia.com
|
||||
0.0.0.0 wikiquotations.com
|
||||
0.0.0.0 win.iqm.com
|
||||
@@ -3452,7 +3482,6 @@
|
||||
0.0.0.0 worldwide-cash.net
|
||||
0.0.0.0 worriednumber.com
|
||||
0.0.0.0 wowfunnow.com
|
||||
0.0.0.0 writerhubs.com
|
||||
0.0.0.0 wt-eu02.net
|
||||
0.0.0.0 wt.bankmillennium.pl
|
||||
0.0.0.0 www-banner.chat.ru
|
||||
@@ -3467,10 +3496,12 @@
|
||||
0.0.0.0 xad.com
|
||||
0.0.0.0 xapads.com
|
||||
0.0.0.0 xchange.ro
|
||||
0.0.0.0 xdrig.com
|
||||
0.0.0.0 xertive.com
|
||||
0.0.0.0 xfreeservice.com
|
||||
0.0.0.0 xg4ken.com
|
||||
0.0.0.0 xiti.com
|
||||
0.0.0.0 xml-v4.oceanfall.xyz
|
||||
0.0.0.0 xplusone.com
|
||||
0.0.0.0 xponsor.com
|
||||
0.0.0.0 xpu.samsungelectronics.com
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Title: hostsVN Gambling VN
|
||||
# Last modified: 17 Jul 2026 14:09 UTC+7
|
||||
# Version: 2607171409
|
||||
# Blocked: 3.720 domains
|
||||
# Last modified: 23 Sep 2026 11:05 UTC+7
|
||||
# Version: 2609231105
|
||||
# Blocked: 3.983 domains
|
||||
# Only include gambling domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -40,10 +40,21 @@
|
||||
0.0.0.0 11bet.vin
|
||||
0.0.0.0 11bet.win
|
||||
0.0.0.0 11betvnd.com
|
||||
0.0.0.0 11win.beer
|
||||
0.0.0.0 11win.casa
|
||||
0.0.0.0 11win.dance
|
||||
0.0.0.0 11win.fashion
|
||||
0.0.0.0 11win.free
|
||||
0.0.0.0 11win.link
|
||||
0.0.0.0 11win.llc
|
||||
0.0.0.0 11win.mobi
|
||||
0.0.0.0 11win.mx
|
||||
0.0.0.0 11win.net
|
||||
0.0.0.0 11win.skin
|
||||
0.0.0.0 11win.style
|
||||
0.0.0.0 11win.tips
|
||||
0.0.0.0 11win.vin
|
||||
0.0.0.0 11win.works
|
||||
0.0.0.0 11zalo.com
|
||||
0.0.0.0 123b.bet
|
||||
0.0.0.0 123b.com
|
||||
@@ -71,6 +82,7 @@
|
||||
0.0.0.0 188bet.vote
|
||||
0.0.0.0 188betcn2.com
|
||||
0.0.0.0 188goal.com
|
||||
0.0.0.0 188lux.com
|
||||
0.0.0.0 188pscn2.com
|
||||
0.0.0.0 188thethao.com
|
||||
0.0.0.0 18luck.pro
|
||||
@@ -114,17 +126,24 @@
|
||||
0.0.0.0 388bet.us
|
||||
0.0.0.0 388bet.vin
|
||||
0.0.0.0 388bet.vip
|
||||
0.0.0.0 3bet.adqc.net
|
||||
0.0.0.0 3bet.baby
|
||||
0.0.0.0 3bet.bike
|
||||
0.0.0.0 3bet.biz
|
||||
0.0.0.0 3bet.center
|
||||
0.0.0.0 3bet.city
|
||||
0.0.0.0 3bet.fund
|
||||
0.0.0.0 3bet.host
|
||||
0.0.0.0 3bet.la
|
||||
0.0.0.0 3bet.llc
|
||||
0.0.0.0 3bet.moe
|
||||
0.0.0.0 3bet.ph
|
||||
0.0.0.0 3bet.rent
|
||||
0.0.0.0 3bet.sh
|
||||
0.0.0.0 3bet.ski
|
||||
0.0.0.0 3bet.skin
|
||||
0.0.0.0 3bet.so
|
||||
0.0.0.0 3bet.store
|
||||
0.0.0.0 3bet.tech
|
||||
0.0.0.0 3bet.vc
|
||||
0.0.0.0 3bet.win
|
||||
@@ -185,10 +204,21 @@
|
||||
0.0.0.0 789club.ba
|
||||
0.0.0.0 789club.biz
|
||||
0.0.0.0 789club.com
|
||||
0.0.0.0 789club.cr
|
||||
0.0.0.0 789club.fun
|
||||
0.0.0.0 789club.gp
|
||||
0.0.0.0 789club.ke
|
||||
0.0.0.0 789club.kn
|
||||
0.0.0.0 789club.mba
|
||||
0.0.0.0 789club.men
|
||||
0.0.0.0 789club.mu
|
||||
0.0.0.0 789club.mw
|
||||
0.0.0.0 789club.nu
|
||||
0.0.0.0 789club.org
|
||||
0.0.0.0 789club.rich
|
||||
0.0.0.0 789club.spa
|
||||
0.0.0.0 789club.sx
|
||||
0.0.0.0 789club.tr
|
||||
0.0.0.0 789club.vg
|
||||
0.0.0.0 789club.vin
|
||||
0.0.0.0 789club.win
|
||||
@@ -302,9 +332,22 @@
|
||||
0.0.0.0 99vina.club
|
||||
0.0.0.0 99vn.bet
|
||||
0.0.0.0 9b992.com
|
||||
0.0.0.0 9bet.army
|
||||
0.0.0.0 9bet.band
|
||||
0.0.0.0 9bet.blue
|
||||
0.0.0.0 9bet.care
|
||||
0.0.0.0 9bet.diy
|
||||
0.0.0.0 9bet.es
|
||||
0.0.0.0 9bet.fund
|
||||
0.0.0.0 9bet.green
|
||||
0.0.0.0 9bet.krd
|
||||
0.0.0.0 9bet.mobi
|
||||
0.0.0.0 9bet.navy
|
||||
0.0.0.0 9bet.net
|
||||
0.0.0.0 9bet.photo
|
||||
0.0.0.0 9bet.pink
|
||||
0.0.0.0 9bet.rest
|
||||
0.0.0.0 9bet.vote
|
||||
0.0.0.0 9bet.win
|
||||
0.0.0.0 9bet.world
|
||||
0.0.0.0 9e3c.com
|
||||
@@ -399,7 +442,17 @@
|
||||
0.0.0.0 api.33beta.com
|
||||
0.0.0.0 api.88bet88bet.com
|
||||
0.0.0.0 api.99vn.bet
|
||||
0.0.0.0 api.9bet.army
|
||||
0.0.0.0 api.9bet.band
|
||||
0.0.0.0 api.9bet.care
|
||||
0.0.0.0 api.9bet.diy
|
||||
0.0.0.0 api.9bet.es
|
||||
0.0.0.0 api.9bet.fund
|
||||
0.0.0.0 api.9bet.green
|
||||
0.0.0.0 api.9bet.krd
|
||||
0.0.0.0 api.9bet.mobi
|
||||
0.0.0.0 api.9bet.photo
|
||||
0.0.0.0 api.9bet.vote
|
||||
0.0.0.0 api.9bet.win
|
||||
0.0.0.0 api.ae888.com
|
||||
0.0.0.0 api.ae88827.com
|
||||
@@ -411,6 +464,7 @@
|
||||
0.0.0.0 api.haybet.ws
|
||||
0.0.0.0 api.hb8887.com
|
||||
0.0.0.0 api.hdbet.com
|
||||
0.0.0.0 api.ku88.okinawa
|
||||
0.0.0.0 api.max79.win
|
||||
0.0.0.0 api.min88.com
|
||||
0.0.0.0 api.minivn.com
|
||||
@@ -430,6 +484,7 @@
|
||||
0.0.0.0 api.shbetvv.com
|
||||
0.0.0.0 api.sky88.club
|
||||
0.0.0.0 api.sky88.com
|
||||
0.0.0.0 api.sky88.moda
|
||||
0.0.0.0 api.st666.win
|
||||
0.0.0.0 api.topbet.net
|
||||
0.0.0.0 api.topbet.top
|
||||
@@ -490,6 +545,7 @@
|
||||
0.0.0.0 bachhoa88.com
|
||||
0.0.0.0 bacty88.com
|
||||
0.0.0.0 ball88.app
|
||||
0.0.0.0 ball88.blue
|
||||
0.0.0.0 ball88.casa
|
||||
0.0.0.0 ball88.com
|
||||
0.0.0.0 ball88.cool
|
||||
@@ -499,10 +555,13 @@
|
||||
0.0.0.0 ball88.games
|
||||
0.0.0.0 ball88.lat
|
||||
0.0.0.0 ball88.llc
|
||||
0.0.0.0 ball88.love
|
||||
0.0.0.0 ball88.ltd
|
||||
0.0.0.0 ball88.men
|
||||
0.0.0.0 ball88.mobi
|
||||
0.0.0.0 ball88.poker
|
||||
0.0.0.0 ball88.red
|
||||
0.0.0.0 ball88.team
|
||||
0.0.0.0 ball88.to
|
||||
0.0.0.0 ball88.zone
|
||||
0.0.0.0 banca.cc
|
||||
@@ -579,8 +638,13 @@
|
||||
0.0.0.0 bk8win.top
|
||||
0.0.0.0 bntv.bongvip.com
|
||||
0.0.0.0 bom52.club
|
||||
0.0.0.0 bom88.ac
|
||||
0.0.0.0 bom88.adqc.net
|
||||
0.0.0.0 bom88.baby
|
||||
0.0.0.0 bom88.casa
|
||||
0.0.0.0 bom88.city
|
||||
0.0.0.0 bom88.click
|
||||
0.0.0.0 bom88.coach
|
||||
0.0.0.0 bom88.com
|
||||
0.0.0.0 bom88.cool
|
||||
0.0.0.0 bom88.diy
|
||||
@@ -590,6 +654,8 @@
|
||||
0.0.0.0 bom88.pics
|
||||
0.0.0.0 bom88.plus
|
||||
0.0.0.0 bom88.shop
|
||||
0.0.0.0 bom88.team
|
||||
0.0.0.0 bom88.tips
|
||||
0.0.0.0 bong.thethaowin.net
|
||||
0.0.0.0 bong88.cam
|
||||
0.0.0.0 bong88.com
|
||||
@@ -623,6 +689,7 @@
|
||||
0.0.0.0 bwingno1.com
|
||||
0.0.0.0 bwingthethao.com
|
||||
0.0.0.0 c.bong99.com
|
||||
0.0.0.0 c168.biz
|
||||
0.0.0.0 c54373.com
|
||||
0.0.0.0 c54455.com
|
||||
0.0.0.0 c547777.com
|
||||
@@ -841,16 +908,28 @@
|
||||
0.0.0.0 dp568.com
|
||||
0.0.0.0 dp568bet.com
|
||||
0.0.0.0 du88.art
|
||||
0.0.0.0 du88.blue
|
||||
0.0.0.0 du88.cafe
|
||||
0.0.0.0 du88.care
|
||||
0.0.0.0 du88.chat
|
||||
0.0.0.0 du88.click
|
||||
0.0.0.0 du88.club
|
||||
0.0.0.0 du88.com
|
||||
0.0.0.0 du88.diy
|
||||
0.0.0.0 du88.fashion
|
||||
0.0.0.0 du88.football
|
||||
0.0.0.0 du88.guru
|
||||
0.0.0.0 du88.health
|
||||
0.0.0.0 du88.house
|
||||
0.0.0.0 du88.in
|
||||
0.0.0.0 du88.info
|
||||
0.0.0.0 du88.life
|
||||
0.0.0.0 du88.mba
|
||||
0.0.0.0 du88.pro
|
||||
0.0.0.0 du88.rent
|
||||
0.0.0.0 du88.sh
|
||||
0.0.0.0 du88.tips
|
||||
0.0.0.0 du88.wales
|
||||
0.0.0.0 dubaivn.vip
|
||||
0.0.0.0 duongdenkhungthanh.com
|
||||
0.0.0.0 dv88.city
|
||||
@@ -1086,16 +1165,21 @@
|
||||
0.0.0.0 gem88.win
|
||||
0.0.0.0 gemwin.cab
|
||||
0.0.0.0 gemwin.esq
|
||||
0.0.0.0 gemwin.fast
|
||||
0.0.0.0 gemwin.fm
|
||||
0.0.0.0 gemwin.fyi
|
||||
0.0.0.0 gemwin.ink
|
||||
0.0.0.0 gemwin.is
|
||||
0.0.0.0 gemwin.lc
|
||||
0.0.0.0 gemwin.limo
|
||||
0.0.0.0 gemwin.lv
|
||||
0.0.0.0 gemwin.mobi
|
||||
0.0.0.0 gemwin.my
|
||||
0.0.0.0 gemwin.nz
|
||||
0.0.0.0 gemwin.page
|
||||
0.0.0.0 gemwin.rent
|
||||
0.0.0.0 gemwin.rsvp
|
||||
0.0.0.0 gemwin.sale
|
||||
0.0.0.0 gemwin.spot
|
||||
0.0.0.0 gemwin.tax
|
||||
0.0.0.0 gemwin.to
|
||||
@@ -1117,6 +1201,7 @@
|
||||
0.0.0.0 go8.pub
|
||||
0.0.0.0 go8.pw
|
||||
0.0.0.0 go88-vn.com
|
||||
0.0.0.0 go88.adqc.net
|
||||
0.0.0.0 go88.bayern
|
||||
0.0.0.0 go88.ca
|
||||
0.0.0.0 go88.club
|
||||
@@ -1124,7 +1209,9 @@
|
||||
0.0.0.0 go88.contractors
|
||||
0.0.0.0 go88.food
|
||||
0.0.0.0 go88.live
|
||||
0.0.0.0 go88.ls
|
||||
0.0.0.0 go88.luxury
|
||||
0.0.0.0 go88.md
|
||||
0.0.0.0 go88.me
|
||||
0.0.0.0 go88.org
|
||||
0.0.0.0 go88.study
|
||||
@@ -1151,6 +1238,12 @@
|
||||
0.0.0.0 god55viet.com
|
||||
0.0.0.0 gogobolaku.com
|
||||
0.0.0.0 gw.gen88.com
|
||||
0.0.0.0 gw.mubet.care
|
||||
0.0.0.0 gw.mubet.help
|
||||
0.0.0.0 gw.mubet.media
|
||||
0.0.0.0 gw.mubet.talk
|
||||
0.0.0.0 gw.mubet.tips
|
||||
0.0.0.0 gw.mubet.toys
|
||||
0.0.0.0 gw.mubet.vip
|
||||
0.0.0.0 gw.tot88.store
|
||||
0.0.0.0 h3bet.com
|
||||
@@ -1178,7 +1271,12 @@
|
||||
0.0.0.0 hb8887.com
|
||||
0.0.0.0 hb88vn.co
|
||||
0.0.0.0 hbet.ac
|
||||
0.0.0.0 hbet.art
|
||||
0.0.0.0 hbet.bar
|
||||
0.0.0.0 hbet.bio
|
||||
0.0.0.0 hbet.club
|
||||
0.0.0.0 hbet.cz
|
||||
0.0.0.0 hbet.esq
|
||||
0.0.0.0 hbet.fm
|
||||
0.0.0.0 hbet.la
|
||||
0.0.0.0 hbet.li
|
||||
@@ -1187,8 +1285,13 @@
|
||||
0.0.0.0 hbet.nl
|
||||
0.0.0.0 hbet.ph
|
||||
0.0.0.0 hbet.pw
|
||||
0.0.0.0 hbet.sh
|
||||
0.0.0.0 hbet.so
|
||||
0.0.0.0 hbet.spa
|
||||
0.0.0.0 hbet.srl
|
||||
0.0.0.0 hbet.vc
|
||||
0.0.0.0 hbet.win
|
||||
0.0.0.0 hbet.wtf
|
||||
0.0.0.0 hcm66.com
|
||||
0.0.0.0 hd88.tv
|
||||
0.0.0.0 hdbet.com
|
||||
@@ -1235,6 +1338,7 @@
|
||||
0.0.0.0 hitclubchinhhang.com
|
||||
0.0.0.0 hl8thai8.com
|
||||
0.0.0.0 hn8.link
|
||||
0.0.0.0 hoibannghien.com
|
||||
0.0.0.0 hong88vn.click
|
||||
0.0.0.0 hong88vn.win
|
||||
0.0.0.0 host.im99.com
|
||||
@@ -1442,10 +1546,23 @@
|
||||
0.0.0.0 k801k.com
|
||||
0.0.0.0 k81206.com
|
||||
0.0.0.0 k88.art
|
||||
0.0.0.0 k88.bz
|
||||
0.0.0.0 k88.cam
|
||||
0.0.0.0 k88.club
|
||||
0.0.0.0 k88.cyou
|
||||
0.0.0.0 k88.day
|
||||
0.0.0.0 k88.mba
|
||||
0.0.0.0 k88.mobi
|
||||
0.0.0.0 k88.moe
|
||||
0.0.0.0 k88.mov
|
||||
0.0.0.0 k88.now
|
||||
0.0.0.0 k88.nz
|
||||
0.0.0.0 k88.phd
|
||||
0.0.0.0 k88.pro
|
||||
0.0.0.0 k88.soy
|
||||
0.0.0.0 k88.sx
|
||||
0.0.0.0 k88.tel
|
||||
0.0.0.0 k88.vc
|
||||
0.0.0.0 k88.win
|
||||
0.0.0.0 k89bet.com
|
||||
0.0.0.0 k8asia79.com
|
||||
@@ -1593,6 +1710,7 @@
|
||||
0.0.0.0 ku6131.net
|
||||
0.0.0.0 ku777bet.com
|
||||
0.0.0.0 ku88.fun
|
||||
0.0.0.0 ku88.okinawa
|
||||
0.0.0.0 ku88.pro
|
||||
0.0.0.0 ku88.win
|
||||
0.0.0.0 ku998.net
|
||||
@@ -1688,17 +1806,28 @@
|
||||
0.0.0.0 lp.zo1.win
|
||||
0.0.0.0 lt991.com
|
||||
0.0.0.0 lu88.ai
|
||||
0.0.0.0 lu88.app
|
||||
0.0.0.0 lu88.bio
|
||||
0.0.0.0 lu88.ch
|
||||
0.0.0.0 lu88.co
|
||||
0.0.0.0 lu88.com
|
||||
0.0.0.0 lu88.de
|
||||
0.0.0.0 lu88.ec
|
||||
0.0.0.0 lu88.foo
|
||||
0.0.0.0 lu88.gd
|
||||
0.0.0.0 lu88.gdn
|
||||
0.0.0.0 lu88.kim
|
||||
0.0.0.0 lu88.lc
|
||||
0.0.0.0 lu88.lv
|
||||
0.0.0.0 lu88.mba
|
||||
0.0.0.0 lu88.mn
|
||||
0.0.0.0 lu88.nz
|
||||
0.0.0.0 lu88.pro
|
||||
0.0.0.0 lu88.pub
|
||||
0.0.0.0 lu88.pw
|
||||
0.0.0.0 lu88.tv
|
||||
0.0.0.0 lu88.tw
|
||||
0.0.0.0 lu88.vg
|
||||
0.0.0.0 luck6.com
|
||||
0.0.0.0 luck8.com
|
||||
0.0.0.0 luck8881.com
|
||||
@@ -1723,6 +1852,7 @@
|
||||
0.0.0.0 lucky88.win
|
||||
0.0.0.0 lucky88vn.com
|
||||
0.0.0.0 lxviet66.com
|
||||
0.0.0.0 m.188lux.com
|
||||
0.0.0.0 m.188thethao.com
|
||||
0.0.0.0 m.88viet.com
|
||||
0.0.0.0 m.88vnd.com
|
||||
@@ -1769,6 +1899,7 @@
|
||||
0.0.0.0 m.tf88v.com
|
||||
0.0.0.0 m.tf88vn.com
|
||||
0.0.0.0 m.tin888.club
|
||||
0.0.0.0 m.tin888.top
|
||||
0.0.0.0 m.ud1a.com
|
||||
0.0.0.0 m.udw87.cc
|
||||
0.0.0.0 m.udw881.cc
|
||||
@@ -1835,18 +1966,28 @@
|
||||
0.0.0.0 man79.org
|
||||
0.0.0.0 man88.biz
|
||||
0.0.0.0 man88.bz
|
||||
0.0.0.0 man88.cfd
|
||||
0.0.0.0 man88.ch
|
||||
0.0.0.0 man88.cl
|
||||
0.0.0.0 man88.co
|
||||
0.0.0.0 man88.io
|
||||
0.0.0.0 man88.la
|
||||
0.0.0.0 man88.lat
|
||||
0.0.0.0 man88.li
|
||||
0.0.0.0 man88.net
|
||||
0.0.0.0 man88.ng
|
||||
0.0.0.0 man88.ph
|
||||
0.0.0.0 man88.pl
|
||||
0.0.0.0 man88.pw
|
||||
0.0.0.0 man88.sh
|
||||
0.0.0.0 man88.spa
|
||||
0.0.0.0 man88.top
|
||||
0.0.0.0 man88.vc
|
||||
0.0.0.0 man88.vip
|
||||
0.0.0.0 man88.vu
|
||||
0.0.0.0 man88.win
|
||||
0.0.0.0 man88.wtf
|
||||
0.0.0.0 man88.xin
|
||||
0.0.0.0 manclub.live
|
||||
0.0.0.0 manclub.us
|
||||
0.0.0.0 manclub.vin
|
||||
@@ -1945,9 +2086,18 @@
|
||||
0.0.0.0 mu92.com
|
||||
0.0.0.0 mu922.com
|
||||
0.0.0.0 mubet.best
|
||||
0.0.0.0 mubet.care
|
||||
0.0.0.0 mubet.dev
|
||||
0.0.0.0 mubet.help
|
||||
0.0.0.0 mubet.info
|
||||
0.0.0.0 mubet.media
|
||||
0.0.0.0 mubet.sh
|
||||
0.0.0.0 mubet.talk
|
||||
0.0.0.0 mubet.tips
|
||||
0.0.0.0 mubet.toys
|
||||
0.0.0.0 mubet.video
|
||||
0.0.0.0 mubet.vip
|
||||
0.0.0.0 mubet.website
|
||||
0.0.0.0 mv66.app
|
||||
0.0.0.0 mv66.baby
|
||||
0.0.0.0 mv66.biz
|
||||
@@ -2113,6 +2263,7 @@
|
||||
0.0.0.0 play.fa88.win
|
||||
0.0.0.0 play.gemwin.vip
|
||||
0.0.0.0 play.go88.club
|
||||
0.0.0.0 play.go88.md
|
||||
0.0.0.0 play.go88.tv
|
||||
0.0.0.0 play.haywin.ai
|
||||
0.0.0.0 play.haywin.space
|
||||
@@ -2143,6 +2294,10 @@
|
||||
0.0.0.0 play.topclub.casa
|
||||
0.0.0.0 play.vaob52.click
|
||||
0.0.0.0 play.vic.hair
|
||||
0.0.0.0 play.vicclub.ac
|
||||
0.0.0.0 play.vicclub.id
|
||||
0.0.0.0 play.vicclub.mx
|
||||
0.0.0.0 play.vicclub.sh
|
||||
0.0.0.0 play.vip79.top
|
||||
0.0.0.0 play.win79.vip
|
||||
0.0.0.0 play.win79d.com
|
||||
@@ -2171,8 +2326,18 @@
|
||||
0.0.0.0 profile.w88.vin
|
||||
0.0.0.0 prok8.com
|
||||
0.0.0.0 pt1.fabet.win
|
||||
0.0.0.0 pub88.camera
|
||||
0.0.0.0 pub88.channel
|
||||
0.0.0.0 pub88.charity
|
||||
0.0.0.0 pub88.college
|
||||
0.0.0.0 pub88.com
|
||||
0.0.0.0 pub88.company
|
||||
0.0.0.0 pub88.day
|
||||
0.0.0.0 pub88.forum
|
||||
0.0.0.0 pub88.ltd
|
||||
0.0.0.0 pub88.monster
|
||||
0.0.0.0 pub88.pw
|
||||
0.0.0.0 pub88.tips
|
||||
0.0.0.0 pub88.win
|
||||
0.0.0.0 pum88.com
|
||||
0.0.0.0 qc.789.mobi
|
||||
@@ -2291,6 +2456,8 @@
|
||||
0.0.0.0 s3.sin88.sx
|
||||
0.0.0.0 s3.sin88.tw
|
||||
0.0.0.0 s4.gen88.com
|
||||
0.0.0.0 s4.mubet.care
|
||||
0.0.0.0 s4.mubet.help
|
||||
0.0.0.0 s4.mubet.vip
|
||||
0.0.0.0 s4.tot88.store
|
||||
0.0.0.0 s555.com
|
||||
@@ -2359,6 +2526,7 @@
|
||||
0.0.0.0 sinbet.com
|
||||
0.0.0.0 sinbet.vip
|
||||
0.0.0.0 sk.ball88.app
|
||||
0.0.0.0 sk.ball88.blue
|
||||
0.0.0.0 sk.ball88.casa
|
||||
0.0.0.0 sk.ball88.com
|
||||
0.0.0.0 sk.ball88.day
|
||||
@@ -2367,6 +2535,7 @@
|
||||
0.0.0.0 sk.ball88.ltd
|
||||
0.0.0.0 sk.ball88.men
|
||||
0.0.0.0 sk.ball88.mobi
|
||||
0.0.0.0 sk.ball88.team
|
||||
0.0.0.0 sk.ball88.to
|
||||
0.0.0.0 sk.ball88.zone
|
||||
0.0.0.0 sk.debet.cx
|
||||
@@ -2394,21 +2563,32 @@
|
||||
0.0.0.0 sk.vin88.pw
|
||||
0.0.0.0 sk.vin88.vin
|
||||
0.0.0.0 sk.vin88.vip
|
||||
0.0.0.0 sk.xibet.cat
|
||||
0.0.0.0 sk.xibet.com
|
||||
0.0.0.0 sk.xibet.ec
|
||||
0.0.0.0 sk.xibet.foo
|
||||
0.0.0.0 sk.xibet.fun
|
||||
0.0.0.0 sk.xibet.ing
|
||||
0.0.0.0 sk.xibet.now
|
||||
0.0.0.0 sk.xibet.nz
|
||||
0.0.0.0 sk.xibet.pl
|
||||
0.0.0.0 sk.xibet.red
|
||||
0.0.0.0 sk.xibet.soy
|
||||
0.0.0.0 sk.xibet.tax
|
||||
0.0.0.0 sk.xibet.vu
|
||||
0.0.0.0 sk.xibet.wtf
|
||||
0.0.0.0 sk.xibet.you
|
||||
0.0.0.0 sk.zbet.ws
|
||||
0.0.0.0 sky88.bet
|
||||
0.0.0.0 sky88.club
|
||||
0.0.0.0 sky88.com
|
||||
0.0.0.0 sky88.in
|
||||
0.0.0.0 sky88.info
|
||||
0.0.0.0 sky88.moda
|
||||
0.0.0.0 sky88.net
|
||||
0.0.0.0 sky88.top
|
||||
0.0.0.0 sky88.win
|
||||
0.0.0.0 sky88chinhhang.com
|
||||
0.0.0.0 skyclub.bid
|
||||
0.0.0.0 sm611.com
|
||||
0.0.0.0 smart.8live.com
|
||||
@@ -2431,12 +2611,23 @@
|
||||
0.0.0.0 sock.sky88.club
|
||||
0.0.0.0 sock.sky88.com
|
||||
0.0.0.0 sock.sky88.in
|
||||
0.0.0.0 socket.9bet.army
|
||||
0.0.0.0 socket.9bet.band
|
||||
0.0.0.0 socket.9bet.care
|
||||
0.0.0.0 socket.9bet.diy
|
||||
0.0.0.0 socket.9bet.es
|
||||
0.0.0.0 socket.9bet.fund
|
||||
0.0.0.0 socket.9bet.green
|
||||
0.0.0.0 socket.9bet.krd
|
||||
0.0.0.0 socket.9bet.mobi
|
||||
0.0.0.0 socket.9bet.photo
|
||||
0.0.0.0 socket.9bet.vote
|
||||
0.0.0.0 socket.9bet.win
|
||||
0.0.0.0 socket.debet.so
|
||||
0.0.0.0 socket.debet.uk
|
||||
0.0.0.0 socket.debet.win
|
||||
0.0.0.0 socket.hdbet.com
|
||||
0.0.0.0 socket.ku88.okinawa
|
||||
0.0.0.0 socket.topbet.top
|
||||
0.0.0.0 socket.usbet.cc
|
||||
0.0.0.0 socket.usbet.net
|
||||
@@ -2503,6 +2694,7 @@
|
||||
0.0.0.0 sunwin.inc
|
||||
0.0.0.0 sunwin.lt
|
||||
0.0.0.0 sunwin.moi
|
||||
0.0.0.0 sunwin.parts
|
||||
0.0.0.0 sunwin.pro
|
||||
0.0.0.0 sunwin.pw
|
||||
0.0.0.0 sunwin.show
|
||||
@@ -2676,6 +2868,8 @@
|
||||
0.0.0.0 tin88.top
|
||||
0.0.0.0 tin88.vip
|
||||
0.0.0.0 tin888.club
|
||||
0.0.0.0 tin888.net
|
||||
0.0.0.0 tin888.top
|
||||
0.0.0.0 tintuc.vlott88.com
|
||||
0.0.0.0 tip.club
|
||||
0.0.0.0 tip88.app
|
||||
@@ -2732,6 +2926,9 @@
|
||||
0.0.0.0 topzo.top
|
||||
0.0.0.0 topzo.vip
|
||||
0.0.0.0 tot88.com
|
||||
0.0.0.0 tot88.farm
|
||||
0.0.0.0 tot88.ink
|
||||
0.0.0.0 tot88.loan
|
||||
0.0.0.0 tot88.store
|
||||
0.0.0.0 tourghepmienbac.net
|
||||
0.0.0.0 trang188vn.com
|
||||
@@ -2743,22 +2940,34 @@
|
||||
0.0.0.0 tt128.net
|
||||
0.0.0.0 twin5568.com
|
||||
0.0.0.0 tx1.vip
|
||||
0.0.0.0 tx88.band
|
||||
0.0.0.0 tx88.biz
|
||||
0.0.0.0 tx88.ch
|
||||
0.0.0.0 tx88.com
|
||||
0.0.0.0 tx88.download
|
||||
0.0.0.0 tx88.fan
|
||||
0.0.0.0 tx88.fashion
|
||||
0.0.0.0 tx88.free
|
||||
0.0.0.0 tx88.fun
|
||||
0.0.0.0 tx88.fund
|
||||
0.0.0.0 tx88.fyi
|
||||
0.0.0.0 tx88.games
|
||||
0.0.0.0 tx88.hot
|
||||
0.0.0.0 tx88.in
|
||||
0.0.0.0 tx88.ing
|
||||
0.0.0.0 tx88.krd
|
||||
0.0.0.0 tx88.la
|
||||
0.0.0.0 tx88.land
|
||||
0.0.0.0 tx88.llc
|
||||
0.0.0.0 tx88.navy
|
||||
0.0.0.0 tx88.now
|
||||
0.0.0.0 tx88.onl
|
||||
0.0.0.0 tx88.photo
|
||||
0.0.0.0 tx88.pink
|
||||
0.0.0.0 tx88.rest
|
||||
0.0.0.0 tx88.top
|
||||
0.0.0.0 tx88.vet
|
||||
0.0.0.0 tx88.vote
|
||||
0.0.0.0 tx88.zone
|
||||
0.0.0.0 tydo88.com
|
||||
0.0.0.0 tz.bet20.bet
|
||||
@@ -2770,14 +2979,17 @@
|
||||
0.0.0.0 udw881.cc
|
||||
0.0.0.0 udw886.com
|
||||
0.0.0.0 uer5.com
|
||||
0.0.0.0 uk88.cab
|
||||
0.0.0.0 uk88.club
|
||||
0.0.0.0 uk88.com
|
||||
0.0.0.0 uk88.dev
|
||||
0.0.0.0 uk88.gd
|
||||
0.0.0.0 uk88.how
|
||||
0.0.0.0 uk88.mba
|
||||
0.0.0.0 uk88.top
|
||||
0.0.0.0 uk88.vip
|
||||
0.0.0.0 uk88.xin
|
||||
0.0.0.0 uk88chinhhang.com
|
||||
0.0.0.0 upanh.vn88.com
|
||||
0.0.0.0 usbet.cc
|
||||
0.0.0.0 usbet.net
|
||||
@@ -2851,13 +3063,21 @@
|
||||
0.0.0.0 vi.oppa888.com
|
||||
0.0.0.0 vi68.org
|
||||
0.0.0.0 vibet.com
|
||||
0.0.0.0 vic.boutique
|
||||
0.0.0.0 vic.doctor
|
||||
0.0.0.0 vic.hair
|
||||
0.0.0.0 vic.ventures
|
||||
0.0.0.0 vic.win
|
||||
0.0.0.0 vic88.com
|
||||
0.0.0.0 vic88.link
|
||||
0.0.0.0 vic88.mx
|
||||
0.0.0.0 vic88.net
|
||||
0.0.0.0 vicclub.ac
|
||||
0.0.0.0 vicclub.at
|
||||
0.0.0.0 vicclub.id
|
||||
0.0.0.0 vicclub.ink
|
||||
0.0.0.0 vicclub.mx
|
||||
0.0.0.0 vicclub.sh
|
||||
0.0.0.0 victorwin555.com
|
||||
0.0.0.0 vicwin.vip
|
||||
0.0.0.0 vietvwin.com
|
||||
@@ -2962,6 +3182,7 @@
|
||||
0.0.0.0 vnvwin.com
|
||||
0.0.0.0 vnxoso-web.com
|
||||
0.0.0.0 vpn8k.top
|
||||
0.0.0.0 vsbetvbs.net
|
||||
0.0.0.0 vscore.bet
|
||||
0.0.0.0 vscore.pro
|
||||
0.0.0.0 vsports.bet
|
||||
@@ -2969,17 +3190,28 @@
|
||||
0.0.0.0 vsports88.asia
|
||||
0.0.0.0 vstar79.com
|
||||
0.0.0.0 vu88.ac
|
||||
0.0.0.0 vu88.best
|
||||
0.0.0.0 vu88.bio
|
||||
0.0.0.0 vu88.com
|
||||
0.0.0.0 vu88.cz
|
||||
0.0.0.0 vu88.de
|
||||
0.0.0.0 vu88.fan
|
||||
0.0.0.0 vu88.fm
|
||||
0.0.0.0 vu88.in
|
||||
0.0.0.0 vu88.la
|
||||
0.0.0.0 vu88.live
|
||||
0.0.0.0 vu88.lv
|
||||
0.0.0.0 vu88.mobi
|
||||
0.0.0.0 vu88.moe
|
||||
0.0.0.0 vu88.mx
|
||||
0.0.0.0 vu88.net
|
||||
0.0.0.0 vu88.ng
|
||||
0.0.0.0 vu88.ro
|
||||
0.0.0.0 vu88.sh
|
||||
0.0.0.0 vu88.tax
|
||||
0.0.0.0 vu88.tel
|
||||
0.0.0.0 vu88.tv
|
||||
0.0.0.0 vu88.vu
|
||||
0.0.0.0 vu88.ws
|
||||
0.0.0.0 vua88.app
|
||||
0.0.0.0 vua88.biz
|
||||
@@ -3084,6 +3316,7 @@
|
||||
0.0.0.0 web.nhatvip.net
|
||||
0.0.0.0 web.sunwin.pro
|
||||
0.0.0.0 web.topzo.com
|
||||
0.0.0.0 web.win79.eco
|
||||
0.0.0.0 web.win79.moi
|
||||
0.0.0.0 web.win79.vg
|
||||
0.0.0.0 web.yo88.is
|
||||
@@ -3107,6 +3340,7 @@
|
||||
0.0.0.0 win79.app
|
||||
0.0.0.0 win79.com
|
||||
0.0.0.0 win79.download
|
||||
0.0.0.0 win79.eco
|
||||
0.0.0.0 win79.fun
|
||||
0.0.0.0 win79.im
|
||||
0.0.0.0 win79.live
|
||||
@@ -3117,6 +3351,7 @@
|
||||
0.0.0.0 win79.vg
|
||||
0.0.0.0 win79.vip
|
||||
0.0.0.0 win79a.com
|
||||
0.0.0.0 win79chinhhang.com
|
||||
0.0.0.0 win79d.com
|
||||
0.0.0.0 win79play.me
|
||||
0.0.0.0 win888b.com
|
||||
@@ -3137,10 +3372,21 @@
|
||||
0.0.0.0 winvn18.com
|
||||
0.0.0.0 won88.com
|
||||
0.0.0.0 won88.win
|
||||
0.0.0.0 wp.9bet.army
|
||||
0.0.0.0 wp.9bet.band
|
||||
0.0.0.0 wp.9bet.care
|
||||
0.0.0.0 wp.9bet.diy
|
||||
0.0.0.0 wp.9bet.es
|
||||
0.0.0.0 wp.9bet.fund
|
||||
0.0.0.0 wp.9bet.green
|
||||
0.0.0.0 wp.9bet.krd
|
||||
0.0.0.0 wp.9bet.mobi
|
||||
0.0.0.0 wp.9bet.photo
|
||||
0.0.0.0 wp.9bet.vote
|
||||
0.0.0.0 wp.9bet.win
|
||||
0.0.0.0 wp.debet79.info
|
||||
0.0.0.0 wp.hdbet.com
|
||||
0.0.0.0 wp.ku88.okinawa
|
||||
0.0.0.0 wp.mibet.net
|
||||
0.0.0.0 wp.nbet.fan
|
||||
0.0.0.0 wp.nbet.to
|
||||
@@ -3152,6 +3398,7 @@
|
||||
0.0.0.0 wp.rikvip.tv
|
||||
0.0.0.0 wp.sky88.club
|
||||
0.0.0.0 wp.sky88.com
|
||||
0.0.0.0 wp.sky88.moda
|
||||
0.0.0.0 wp.topbet.net
|
||||
0.0.0.0 wp.topbet.top
|
||||
0.0.0.0 ww88.club
|
||||
@@ -3623,14 +3870,25 @@
|
||||
0.0.0.0 xemdabanh.club
|
||||
0.0.0.0 xemdagacampuchia.com
|
||||
0.0.0.0 xemtylecacuoc.bong99.com
|
||||
0.0.0.0 xibet.cat
|
||||
0.0.0.0 xibet.com
|
||||
0.0.0.0 xibet.ec
|
||||
0.0.0.0 xibet.foo
|
||||
0.0.0.0 xibet.fun
|
||||
0.0.0.0 xibet.ing
|
||||
0.0.0.0 xibet.moi
|
||||
0.0.0.0 xibet.now
|
||||
0.0.0.0 xibet.nz
|
||||
0.0.0.0 xibet.pl
|
||||
0.0.0.0 xibet.red
|
||||
0.0.0.0 xibet.soy
|
||||
0.0.0.0 xibet.tax
|
||||
0.0.0.0 xibet.uno
|
||||
0.0.0.0 xibet.vg
|
||||
0.0.0.0 xibet.vu
|
||||
0.0.0.0 xibet.win
|
||||
0.0.0.0 xibet.wtf
|
||||
0.0.0.0 xibet.you
|
||||
0.0.0.0 xidach.8day66.com
|
||||
0.0.0.0 xingtou888.com
|
||||
0.0.0.0 xn--hi-ji6caa.com
|
||||
@@ -3713,6 +3971,8 @@
|
||||
0.0.0.0 zowin.ci
|
||||
0.0.0.0 zowin.esq
|
||||
0.0.0.0 zowin.fan
|
||||
0.0.0.0 zowin.fm
|
||||
0.0.0.0 zowin.gripe
|
||||
0.0.0.0 zowin.im
|
||||
0.0.0.0 zowin.is
|
||||
0.0.0.0 zowin.kim
|
||||
@@ -3720,12 +3980,15 @@
|
||||
0.0.0.0 zowin.ng
|
||||
0.0.0.0 zowin.ph
|
||||
0.0.0.0 zowin.red
|
||||
0.0.0.0 zowin.ro
|
||||
0.0.0.0 zowin.sh
|
||||
0.0.0.0 zowin.srl
|
||||
0.0.0.0 zowin.st
|
||||
0.0.0.0 zowin.sx
|
||||
0.0.0.0 zowin.tv
|
||||
0.0.0.0 zowin.tw
|
||||
0.0.0.0 zowin.uno
|
||||
0.0.0.0 zowin.vg
|
||||
0.0.0.0 zowin.vu
|
||||
0.0.0.0 zowin.ws
|
||||
0.0.0.0 zowinchinhhang.online
|
||||
|
||||
@@ -1,3 +1,28 @@
|
||||
0.0.0.0 tipico.de
|
||||
0.0.0.0 bwin.de
|
||||
0.0.0.0 bet365.de
|
||||
0.0.0.0 betano.de
|
||||
0.0.0.0 betway.de
|
||||
0.0.0.0 bet-at-home.de
|
||||
0.0.0.0 interwetten.de
|
||||
0.0.0.0 sportwetten.de
|
||||
0.0.0.0 pddset.de
|
||||
0.0.0.0 daznbet.de
|
||||
0.0.0.0 vbet.de
|
||||
0.0.0.0 sportingbet.de
|
||||
0.0.0.0 winamax.de
|
||||
0.0.0.0 tipwin.de
|
||||
0.0.0.0 bet3000.de
|
||||
0.0.0.0 betbird.de
|
||||
0.0.0.0 letsbet.de
|
||||
0.0.0.0 merkur-sports.de
|
||||
0.0.0.0 merkurbets.de
|
||||
0.0.0.0 wettarena.de
|
||||
0.0.0.0 tiptorro.de
|
||||
0.0.0.0 original-wetten.de
|
||||
0.0.0.0 betstar.sportwetten.de
|
||||
0.0.0.0 betstar.sw.de
|
||||
0.0.0.0 888sport.de
|
||||
0.0.0.0 10bet.com
|
||||
0.0.0.0 10luxury39.com
|
||||
0.0.0.0 11wickets.com
|
||||
@@ -2640,3 +2665,30 @@
|
||||
0.0.0.0 www.pokerstars.bg
|
||||
0.0.0.0 everbet.bg
|
||||
0.0.0.0 slotino.bg
|
||||
0.0.0.0 j7n1p8x.com
|
||||
0.0.0.0 www.phtaya46.link
|
||||
0.0.0.0 96phj.com
|
||||
0.0.0.0 diamondjl.vip
|
||||
0.0.0.0 www.paldocrown94.xyz
|
||||
0.0.0.0 www.c04jilipark.com
|
||||
0.0.0.0 www.z17phwin.cc
|
||||
0.0.0.0 www.injljl.com
|
||||
0.0.0.0 fy379vvu3.com
|
||||
0.0.0.0 www.jdquest.org
|
||||
0.0.0.0 www.jdsp4825.xyz
|
||||
0.0.0.0 www.z17phwin.cc
|
||||
0.0.0.0 www.z17phwin.cc
|
||||
0.0.0.0 www.phtaya46.link
|
||||
0.0.0.0 www.69687696.com
|
||||
0.0.0.0 g89.lol
|
||||
0.0.0.0 www.69687696.com
|
||||
0.0.0.0 www.ah77lb5.xyz
|
||||
0.0.0.0 www.17jl177.com
|
||||
0.0.0.0 www.g488hshsssaaz.xyz
|
||||
0.0.0.0 www.sealjl.bar
|
||||
0.0.0.0 www.zzzhhhhwoog488.cyou
|
||||
0.0.0.0 www.acewin999.top
|
||||
0.0.0.0 winning228.sch.id
|
||||
0.0.0.0 www.191slotsgo.cc
|
||||
0.0.0.0 nextbola.ac.id
|
||||
0.0.0.0 bolaku.sch.id
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 17 Jul 2026 14:09 UTC+7
|
||||
# Version: 2607171409
|
||||
# Blocked: 1.895 domains
|
||||
# Last modified: 23 Sep 2026 11:05 UTC+7
|
||||
# Version: 2609231105
|
||||
# Blocked: 1.943 domains
|
||||
# Only include adult domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -96,6 +96,7 @@
|
||||
0.0.0.0 cap3.autos
|
||||
0.0.0.0 cap3.beer
|
||||
0.0.0.0 cap3.click
|
||||
0.0.0.0 cap3.email
|
||||
0.0.0.0 cap3.monster
|
||||
0.0.0.0 cap3.pics
|
||||
0.0.0.0 cap3.pro
|
||||
@@ -256,6 +257,7 @@
|
||||
0.0.0.0 ephimsex.net
|
||||
0.0.0.0 erotic-hentai.com
|
||||
0.0.0.0 etinhyeu.com
|
||||
0.0.0.0 exviet69.cc
|
||||
0.0.0.0 fanpay.org
|
||||
0.0.0.0 fap18.net
|
||||
0.0.0.0 file.mm1cloud.com
|
||||
@@ -269,7 +271,10 @@
|
||||
0.0.0.0 gaicaocap.xyz
|
||||
0.0.0.0 gaichanh.co
|
||||
0.0.0.0 gaidam18.com
|
||||
0.0.0.0 gaidep.blog
|
||||
0.0.0.0 gaidepvn.xyz
|
||||
0.0.0.0 gaidepxx.com
|
||||
0.0.0.0 gaidepxx.me
|
||||
0.0.0.0 gaigoi.homes
|
||||
0.0.0.0 gaigoi.id
|
||||
0.0.0.0 gaigoi.live
|
||||
@@ -322,6 +327,7 @@
|
||||
0.0.0.0 gaigu.info
|
||||
0.0.0.0 gaigu.net
|
||||
0.0.0.0 gaigu.xyz
|
||||
0.0.0.0 gaigu18.blog
|
||||
0.0.0.0 gaigu6.tv
|
||||
0.0.0.0 gaigu7.tv
|
||||
0.0.0.0 gaigu8.com
|
||||
@@ -448,9 +454,11 @@
|
||||
0.0.0.0 heovl.cc
|
||||
0.0.0.0 heovl.com
|
||||
0.0.0.0 heovl.fun
|
||||
0.0.0.0 heovl.im
|
||||
0.0.0.0 heovl.live
|
||||
0.0.0.0 heovl.me
|
||||
0.0.0.0 heovl.moe
|
||||
0.0.0.0 heovl.name
|
||||
0.0.0.0 heovl.net
|
||||
0.0.0.0 heovl.tube
|
||||
0.0.0.0 heovl.tv
|
||||
@@ -458,6 +466,7 @@
|
||||
0.0.0.0 heovl1.net
|
||||
0.0.0.0 heovlx.com
|
||||
0.0.0.0 hhentai.net
|
||||
0.0.0.0 hihisex.app
|
||||
0.0.0.0 hihisex.pro
|
||||
0.0.0.0 hihisex.vip
|
||||
0.0.0.0 hinhgai.com
|
||||
@@ -479,8 +488,12 @@
|
||||
0.0.0.0 img.hentaivv1.com
|
||||
0.0.0.0 img.nangcuc.dev
|
||||
0.0.0.0 img.nangcucz.link
|
||||
0.0.0.0 img.phimkk.pro
|
||||
0.0.0.0 img.sexbuz.com
|
||||
0.0.0.0 img.vl69.pro
|
||||
0.0.0.0 img.xxxmeo.com
|
||||
0.0.0.0 img.xxxphim.top
|
||||
0.0.0.0 img.xxxviet.io
|
||||
0.0.0.0 info.xnxx.gold
|
||||
0.0.0.0 japanhdv.biz
|
||||
0.0.0.0 japansex.blog
|
||||
@@ -495,6 +508,7 @@
|
||||
0.0.0.0 javgg.me
|
||||
0.0.0.0 javgg.sbs
|
||||
0.0.0.0 javgiga.com
|
||||
0.0.0.0 javhay.buzz
|
||||
0.0.0.0 javhay.click
|
||||
0.0.0.0 javhay.co
|
||||
0.0.0.0 javhay.cyou
|
||||
@@ -513,11 +527,13 @@
|
||||
0.0.0.0 javhd.best
|
||||
0.0.0.0 javhd.bio
|
||||
0.0.0.0 javhd.charity
|
||||
0.0.0.0 javhd.co.uk
|
||||
0.0.0.0 javhd.contact
|
||||
0.0.0.0 javhd.exchange
|
||||
0.0.0.0 javhd.im
|
||||
0.0.0.0 javhd.lol
|
||||
0.0.0.0 javhd.moe
|
||||
0.0.0.0 javhd.mov
|
||||
0.0.0.0 javhd.network
|
||||
0.0.0.0 javhd.ninja
|
||||
0.0.0.0 javhd.one
|
||||
@@ -532,8 +548,16 @@
|
||||
0.0.0.0 javhdhay.us
|
||||
0.0.0.0 javhdhayz.com
|
||||
0.0.0.0 javhdvietsub.com
|
||||
0.0.0.0 javhdz.ac
|
||||
0.0.0.0 javhdz.bz
|
||||
0.0.0.0 javhdz.cam
|
||||
0.0.0.0 javhdz.city
|
||||
0.0.0.0 javhdz.fun
|
||||
0.0.0.0 javhdz.hot
|
||||
0.0.0.0 javhdz.pro
|
||||
0.0.0.0 javhdz.pw
|
||||
0.0.0.0 javhdz.red
|
||||
0.0.0.0 javhdz.wine
|
||||
0.0.0.0 javhiv.com
|
||||
0.0.0.0 javhiv.xyz
|
||||
0.0.0.0 javlxx.com
|
||||
@@ -553,6 +577,7 @@
|
||||
0.0.0.0 javphim.vin
|
||||
0.0.0.0 javphoz.com
|
||||
0.0.0.0 javsex.cc
|
||||
0.0.0.0 javsub.blog
|
||||
0.0.0.0 javsub.cc
|
||||
0.0.0.0 javsub.co
|
||||
0.0.0.0 javsub.live
|
||||
@@ -647,6 +672,7 @@
|
||||
0.0.0.0 m.heyzo.biz
|
||||
0.0.0.0 m.sexsub.xyz
|
||||
0.0.0.0 m.viet69.tech
|
||||
0.0.0.0 m.xnhau.city
|
||||
0.0.0.0 manhwa24hs.com
|
||||
0.0.0.0 manhwavn.com
|
||||
0.0.0.0 massagebinhduong.vipvn.net
|
||||
@@ -723,6 +749,7 @@
|
||||
0.0.0.0 phim-javhd.pro
|
||||
0.0.0.0 phim-sec.one
|
||||
0.0.0.0 phim-set.info
|
||||
0.0.0.0 phim-sex.io
|
||||
0.0.0.0 phim-sex.live
|
||||
0.0.0.0 phim-sex.net
|
||||
0.0.0.0 phim-sexhd.biz
|
||||
@@ -734,6 +761,7 @@
|
||||
0.0.0.0 phim.vl9x.net
|
||||
0.0.0.0 phim.vuasex.co
|
||||
0.0.0.0 phim.xxxhai.com
|
||||
0.0.0.0 phim.xxxmeo.com
|
||||
0.0.0.0 phim18.co
|
||||
0.0.0.0 phim18.online
|
||||
0.0.0.0 phim18.ws
|
||||
@@ -743,6 +771,7 @@
|
||||
0.0.0.0 phim18hd.net
|
||||
0.0.0.0 phim18hd.one
|
||||
0.0.0.0 phim18hd.top
|
||||
0.0.0.0 phim18k.blog
|
||||
0.0.0.0 phim18k.com
|
||||
0.0.0.0 phim18vn.com
|
||||
0.0.0.0 phim18x.net
|
||||
@@ -791,6 +820,7 @@
|
||||
0.0.0.0 phimkk.com
|
||||
0.0.0.0 phimkk.me
|
||||
0.0.0.0 phimkk.net
|
||||
0.0.0.0 phimkk.pro
|
||||
0.0.0.0 phimkk.ws
|
||||
0.0.0.0 phimloanluan.net
|
||||
0.0.0.0 phimloanluan.org
|
||||
@@ -1032,6 +1062,7 @@
|
||||
0.0.0.0 pornpic.org
|
||||
0.0.0.0 pornzo.net
|
||||
0.0.0.0 pphimsex.com
|
||||
0.0.0.0 qmh.garden
|
||||
0.0.0.0 qmh.quest
|
||||
0.0.0.0 qmh.rest
|
||||
0.0.0.0 qmh.sex
|
||||
@@ -1066,10 +1097,12 @@
|
||||
0.0.0.0 ribaysteak.ru
|
||||
0.0.0.0 rphang.ac
|
||||
0.0.0.0 rphang.cc
|
||||
0.0.0.0 rphang.com
|
||||
0.0.0.0 rphang.dog
|
||||
0.0.0.0 rphang.lat
|
||||
0.0.0.0 rphang.luutrurp.com
|
||||
0.0.0.0 rphang.me
|
||||
0.0.0.0 rphang.now
|
||||
0.0.0.0 rphang.online
|
||||
0.0.0.0 rphangcdn.com
|
||||
0.0.0.0 rphangs.net
|
||||
@@ -1078,9 +1111,12 @@
|
||||
0.0.0.0 rphangx.net
|
||||
0.0.0.0 rphangx.tv
|
||||
0.0.0.0 s.chinav.sex
|
||||
0.0.0.0 s.gaidep.blog
|
||||
0.0.0.0 s.gaigu18.blog
|
||||
0.0.0.0 s.phimsexvip.cc
|
||||
0.0.0.0 s.vnchich.net
|
||||
0.0.0.0 s3xvn.com
|
||||
0.0.0.0 s5.phimkk.pro
|
||||
0.0.0.0 s666.tv
|
||||
0.0.0.0 s666tv.com
|
||||
0.0.0.0 sayhentai.me
|
||||
@@ -1125,6 +1161,7 @@
|
||||
0.0.0.0 sexbaophe.pro
|
||||
0.0.0.0 sexbattu.com
|
||||
0.0.0.0 sexbulon.pro
|
||||
0.0.0.0 sexbuz.com
|
||||
0.0.0.0 sexchauau.club
|
||||
0.0.0.0 sexchauau.co
|
||||
0.0.0.0 sexchauau.mobi
|
||||
@@ -1158,6 +1195,7 @@
|
||||
0.0.0.0 sexhay.biz
|
||||
0.0.0.0 sexhay.vip
|
||||
0.0.0.0 sexhay123.com
|
||||
0.0.0.0 sexhay247.net
|
||||
0.0.0.0 sexhay2k.com
|
||||
0.0.0.0 sexhay3x.com
|
||||
0.0.0.0 sexhay69.mobi
|
||||
@@ -1268,6 +1306,7 @@
|
||||
0.0.0.0 sextop1.one
|
||||
0.0.0.0 sextop1.page
|
||||
0.0.0.0 sextop1.site
|
||||
0.0.0.0 sextop1.spa
|
||||
0.0.0.0 sextop1.team
|
||||
0.0.0.0 sextop1.video
|
||||
0.0.0.0 sextop10.pro
|
||||
@@ -1372,6 +1411,7 @@
|
||||
0.0.0.0 ssieukhung.com
|
||||
0.0.0.0 static.manhwa24hs.com
|
||||
0.0.0.0 stream.quatvn.lol
|
||||
0.0.0.0 subjav.buzz
|
||||
0.0.0.0 subjav.live
|
||||
0.0.0.0 subjav.org
|
||||
0.0.0.0 subjav.sex
|
||||
@@ -1536,6 +1576,7 @@
|
||||
0.0.0.0 tzqctz.com
|
||||
0.0.0.0 up1.hhentai.net
|
||||
0.0.0.0 up2.hentaivn.tv
|
||||
0.0.0.0 v.javhd.co.uk
|
||||
0.0.0.0 vailonxx.co
|
||||
0.0.0.0 vailonxx.com
|
||||
0.0.0.0 vailonxx.vip
|
||||
@@ -1672,10 +1713,12 @@
|
||||
0.0.0.0 vlxx.moe
|
||||
0.0.0.0 vlxx.moi
|
||||
0.0.0.0 vlxx.money
|
||||
0.0.0.0 vlxx.ms
|
||||
0.0.0.0 vlxx.mx
|
||||
0.0.0.0 vlxx.net
|
||||
0.0.0.0 vlxx.network
|
||||
0.0.0.0 vlxx.pet
|
||||
0.0.0.0 vlxx.phd
|
||||
0.0.0.0 vlxx.pw
|
||||
0.0.0.0 vlxx.rocks
|
||||
0.0.0.0 vlxx.ru
|
||||
@@ -1739,6 +1782,7 @@
|
||||
0.0.0.0 vnchich.com
|
||||
0.0.0.0 vnchich.net
|
||||
0.0.0.0 vnok.net
|
||||
0.0.0.0 vnsextop1.com
|
||||
0.0.0.0 vnvn77.com
|
||||
0.0.0.0 vnxnxx.cc
|
||||
0.0.0.0 vnxnxx.xyz
|
||||
@@ -1780,8 +1824,10 @@
|
||||
0.0.0.0 www.xamvn.top
|
||||
0.0.0.0 www.xnxx.gold
|
||||
0.0.0.0 wwwxxx.pro
|
||||
0.0.0.0 x.javhd.co.uk
|
||||
0.0.0.0 x.phimsexsub.pw
|
||||
0.0.0.0 x10.viet69.life
|
||||
0.0.0.0 x5.xxxviet.io
|
||||
0.0.0.0 xamvn.pro
|
||||
0.0.0.0 xamvn.sh
|
||||
0.0.0.0 xamvn.top
|
||||
@@ -1827,6 +1873,7 @@
|
||||
0.0.0.0 xmovies-xnxx.com
|
||||
0.0.0.0 xn--sexvitnam-zj7d.com
|
||||
0.0.0.0 xnhau.blog
|
||||
0.0.0.0 xnhau.city
|
||||
0.0.0.0 xnhau.io
|
||||
0.0.0.0 xnhau.moe
|
||||
0.0.0.0 xnxvn.org
|
||||
@@ -1877,6 +1924,7 @@
|
||||
0.0.0.0 xxvnurl.com
|
||||
0.0.0.0 xxx.ditnhau.cc
|
||||
0.0.0.0 xxxhay.biz
|
||||
0.0.0.0 xxxmeo.com
|
||||
0.0.0.0 xxxmoi.com
|
||||
0.0.0.0 xxxner.com
|
||||
0.0.0.0 xxxnhatban.cyou
|
||||
|
||||
@@ -20180,7 +20180,6 @@ fe80::1%lo0 localhost
|
||||
0.0.0.0 zzztube.com
|
||||
|
||||
# snuff domains
|
||||
0.0.0.0 bestgore.com
|
||||
0.0.0.0 goregrish.com
|
||||
0.0.0.0 horriblevideos.com
|
||||
0.0.0.0 kaotic.com
|
||||
@@ -20188,7 +20187,6 @@ fe80::1%lo0 localhost
|
||||
0.0.0.0 miscopy.com
|
||||
0.0.0.0 recipepes.com
|
||||
0.0.0.0 theync.com
|
||||
0.0.0.0 www.bestgore.com
|
||||
0.0.0.0 www.goregrish.com
|
||||
0.0.0.0 www.horriblevideos.com
|
||||
0.0.0.0 www.kaotic.com
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
0.0.0.0 rahaporn.commanhwax.top
|
||||
0.0.0.0 lechitax.com
|
||||
0.0.0.0 rahaporn.com
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 www.rahaporn.com
|
||||
0.0.0.0 007angels.com
|
||||
0.0.0.0 www.007angels.com
|
||||
0.0.0.0 007dating.commanhwax.top
|
||||
0.0.0.0 007dating.com
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 webmail.007dating.com
|
||||
0.0.0.0 007milf.com
|
||||
0.0.0.0 007zeed.com
|
||||
@@ -10422,7 +10425,7 @@
|
||||
0.0.0.0 comicunivers.com
|
||||
0.0.0.0 www.comicxx.com
|
||||
0.0.0.0 comicxxx.eu
|
||||
0.0.0.0 www.shineporn.comideosxxx.biz
|
||||
0.0.0.0 www.shineporn.com
|
||||
0.0.0.0 comiko.net
|
||||
0.0.0.0 comiquetaxxx.com
|
||||
0.0.0.0 comix.site
|
||||
@@ -10439,14 +10442,16 @@
|
||||
0.0.0.0 vids01.comparte.digital
|
||||
0.0.0.0 completeporndatabase.com
|
||||
0.0.0.0 www.completeporndatabase.com
|
||||
0.0.0.0 porn-beeg.comsex-xxx.fun
|
||||
0.0.0.0 porn-beeg.com
|
||||
0.0.0.0 sex-xxx.fun
|
||||
0.0.0.0 hotgirl10.comunidades.net
|
||||
0.0.0.0 pornotorrent.comunidades.net
|
||||
0.0.0.0 comxmag.com
|
||||
0.0.0.0 comxnxx.cam
|
||||
0.0.0.0 comxnxxx.com
|
||||
0.0.0.0 comxvideos.ru
|
||||
0.0.0.0 18teen-porn.comxxxorsex.com
|
||||
0.0.0.0 18teen-porn.com
|
||||
0.0.0.0 xxxorsex.com
|
||||
0.0.0.0 condomfish.com
|
||||
0.0.0.0 conejox.com
|
||||
0.0.0.0 thumbs.conejox.com
|
||||
@@ -12945,7 +12950,8 @@
|
||||
0.0.0.0 eporn.su
|
||||
0.0.0.0 eporn24.com
|
||||
0.0.0.0 www.eporn24.com
|
||||
0.0.0.0 wwwww.japvid245.comw.eporn24.com
|
||||
0.0.0.0 www.japvid245.com
|
||||
0.0.0.0 www.eporn24.com
|
||||
0.0.0.0 eporner.casa
|
||||
0.0.0.0 eporner.com
|
||||
0.0.0.0 eporner.hu
|
||||
@@ -30998,7 +31004,8 @@
|
||||
0.0.0.0 networkwestvirginia.com
|
||||
0.0.0.0 www.networkwestvirginia.com
|
||||
0.0.0.0 netxnxxvideos.com
|
||||
0.0.0.0 freeteenxxx.netxxxorsex.com
|
||||
0.0.0.0 freeteenxxx.net
|
||||
0.0.0.0 xxxorsex.com
|
||||
0.0.0.0 netyda.com
|
||||
0.0.0.0 neuedeutschepornos.com
|
||||
0.0.0.0 neueporn.com
|
||||
@@ -31311,7 +31318,6 @@
|
||||
0.0.0.0 www.nichewebcams.com
|
||||
0.0.0.0 nicolegravesvideo.com
|
||||
0.0.0.0 www.nicolegravesvideo.com
|
||||
0.0.0.0 www.nicovideo.jp
|
||||
0.0.0.0 nieuws.xxx
|
||||
0.0.0.0 nifty.org
|
||||
0.0.0.0 www.nifty.org
|
||||
@@ -40505,7 +40511,7 @@
|
||||
0.0.0.0 redtube.tools
|
||||
0.0.0.0 redtube.training
|
||||
0.0.0.0 redtube.zone
|
||||
0.0.0.0 code.jquery.comembed.redtube.com
|
||||
0.0.0.0 embed.redtube.com
|
||||
0.0.0.0 de.redtube.com
|
||||
0.0.0.0 embed.redtube.com
|
||||
0.0.0.0 es.redtube.com
|
||||
@@ -42443,7 +42449,8 @@
|
||||
0.0.0.0 sexhd.me
|
||||
0.0.0.0 sexhd.pics
|
||||
0.0.0.0 sexhd.xxx
|
||||
0.0.0.0 truesnaps.comvip.sexhd.pics
|
||||
0.0.0.0 truesnaps.com
|
||||
0.0.0.0 vip.sexhd.pics
|
||||
0.0.0.0 vip.sexhd.pics
|
||||
0.0.0.0 www.sexhd.me
|
||||
0.0.0.0 www.sexhd.pics
|
||||
@@ -48602,8 +48609,6 @@
|
||||
0.0.0.0 totallyfreecam.com
|
||||
0.0.0.0 totallynakedteens.com
|
||||
0.0.0.0 totallyshemales.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 totporno.com
|
||||
0.0.0.0 tounavi.net
|
||||
0.0.0.0 tour7me.com
|
||||
@@ -54305,8 +54310,6 @@
|
||||
0.0.0.0 www.xnxx.tv
|
||||
0.0.0.0 www.xnxx.xxx
|
||||
0.0.0.0 www.www.xnxx.com
|
||||
0.0.0.0 www.xnxx.comwww.xnxx.com
|
||||
0.0.0.0 www.xnxx.comwww.xnxx.comwww.xnxx.com
|
||||
0.0.0.0 xnxx-18plus.com
|
||||
0.0.0.0 xnxx-alarab.com
|
||||
0.0.0.0 thumbs.xnxx-alarab.com
|
||||
@@ -61186,3 +61189,9 @@
|
||||
0.0.0.0 trashyneverclassy.com
|
||||
0.0.0.0 chomikuj.pl
|
||||
0.0.0.0 missav.ai
|
||||
0.0.0.0 cdn2.pvvstream.pro
|
||||
0.0.0.0 analzoofilia.xyz
|
||||
0.0.0.0 zoophilia.me
|
||||
0.0.0.0 porndd.com
|
||||
0.0.0.0 orangepix.is
|
||||
0.0.0.0 sexstories69.com
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 88 KiB |
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hosts",
|
||||
"version": "3.16.99",
|
||||
"version": "3.16.117",
|
||||
"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,
|
||||
@@ -35,6 +35,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/StevenBlack/hosts#readme",
|
||||
"devDependencies": {
|
||||
"release-it": "^20.0.1"
|
||||
"release-it": "^21.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **July 18 2026**.
|
||||
- Last updated: **September 25 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with base extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts)
|
||||
containing 80,873 entries.
|
||||
containing 75,944 entries.
|
||||
|
||||

|
||||
|
||||
@@ -54,37 +54,37 @@ 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) | 80,873 | [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) | 83,236 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 75,944 | [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) | 78,515 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
|
||||
**fakenews** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts) | 2,187 | [link](http://sbc.io/hosts/alternates/fakenews-only/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) | 87,399 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,362 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 157,078 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,747 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 84,264 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/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) | 89,586 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,555 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 159,265 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,940 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 86,451 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 163,428 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,109 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 90,614 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,606 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 160,291 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,989 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 165,615 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,302 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 92,801 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,799 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 162,478 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,182 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 166,641 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,351 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 168,828 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,492 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/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,989 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
|
||||
**gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts) | 6,673 | [link](http://sbc.io/hosts/alternates/gambling-only/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) | 152,402 | [link](http://sbc.io/hosts/alternates/porn/hosts)
|
||||
**porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-only/hosts) | 76,793 | [link](http://sbc.io/hosts/alternates/porn-only/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) | 80,104 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,808 | [link](http://sbc.io/hosts/alternates/social-only/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) | 85,176 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
|
||||
**fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-only/hosts) | 8,866 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-only/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) | 154,589 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
|
||||
**fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-only/hosts) | 78,986 | [link](http://sbc.io/hosts/alternates/fakenews-porn-only/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) | 82,291 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 6,001 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/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) | 159,063 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
|
||||
**gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-only/hosts) | 83,466 | [link](http://sbc.io/hosts/alternates/gambling-porn-only/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) | 86,765 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 10,481 | [link](http://sbc.io/hosts/alternates/gambling-social-only/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) | 156,176 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 80,599 | [link](http://sbc.io/hosts/alternates/porn-social-only/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) | 161,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
|
||||
**fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-only/hosts) | 85,659 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-only/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) | 88,952 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 12,674 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social-only/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) | 158,363 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
|
||||
**fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-only/hosts) | 82,792 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social-only/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) | 162,837 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 87,272 | [link](http://sbc.io/hosts/alternates/gambling-porn-social-only/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) | 165,024 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 89,413 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -10,20 +10,16 @@
|
||||
NotebookFileLineBreakTest
|
||||
NotebookFileLineBreakTest
|
||||
NotebookDataPosition[ 154, 7]
|
||||
NotebookDataLength[ 34912, 757]
|
||||
NotebookOptionsPosition[ 34042, 732]
|
||||
NotebookOutlinePosition[ 34470, 749]
|
||||
CellTagsIndexPosition[ 34427, 746]
|
||||
NotebookDataLength[ 34100, 742]
|
||||
NotebookOptionsPosition[ 33268, 716]
|
||||
NotebookOutlinePosition[ 33696, 733]
|
||||
CellTagsIndexPosition[ 33653, 730]
|
||||
WindowFrame->Normal*)
|
||||
|
||||
(* Beginning of Notebook Content *)
|
||||
Notebook[{
|
||||
Cell[BoxData["\[IndentingNewLine]"], "Input",
|
||||
CellChangeTimes->{3.9838230626051273`*^9},
|
||||
CellLabel->"In[8]:=",ExpressionUUID->"4758e301-de41-43dc-8b9d-10592e1aa6bd"],
|
||||
|
||||
Cell[CellGroupData[{
|
||||
|
||||
Cell[BoxData[{
|
||||
RowBox[{
|
||||
RowBox[{"SetDirectory", "[",
|
||||
@@ -53,7 +49,7 @@ Cell[BoxData[{
|
||||
RowBox[{"SetOptions", "[",
|
||||
RowBox[{"#", ",",
|
||||
RowBox[{"CellOpen", "->", "False"}]}], "]"}], "&"}], "/@",
|
||||
"cells"}], ";"}]}], "]"}]}], ";"}], "\n"}], "\[IndentingNewLine]",
|
||||
"cells"}], ";"}]}], "]"}]}], ";"}], "\[IndentingNewLine]"}], "\n",
|
||||
RowBox[{
|
||||
RowBox[{
|
||||
RowBox[{
|
||||
@@ -76,7 +72,7 @@ Cell[BoxData[{
|
||||
RowBox[{"SetOptions", "[",
|
||||
RowBox[{"#", ",",
|
||||
RowBox[{"CellOpen", "->", "True"}]}], "]"}], "&"}], "/@",
|
||||
"cells"}], ";"}]}], "]"}]}], ";"}], "\n"}], "\[IndentingNewLine]",
|
||||
"cells"}], ";"}]}], "]"}]}], ";"}], "\[IndentingNewLine]"}], "\n",
|
||||
RowBox[{"Row", "[",
|
||||
RowBox[{"{",
|
||||
RowBox[{
|
||||
@@ -129,6 +125,7 @@ Cell[BoxData[{
|
||||
RowBox[{"Length", "[", "data", "]"}], "]"}], "]"}], "=", "lastitem"}],
|
||||
";"}]}], "Input",
|
||||
CellOpen->False,
|
||||
InitializationCell->True,
|
||||
CellChangeTimes->{{3.867182545948308*^9, 3.867182555077017*^9}, {
|
||||
3.8671856323646584`*^9, 3.867185655249*^9}, 3.867187032420275*^9, {
|
||||
3.867187218478177*^9, 3.867187234045384*^9}, {3.867187352932571*^9,
|
||||
@@ -154,7 +151,8 @@ Cell[BoxData[{
|
||||
3.931376805515088*^9}, {3.954598230829558*^9, 3.954598269603718*^9}, {
|
||||
3.96136444466888*^9, 3.961364449285103*^9}, {3.961420570214137*^9,
|
||||
3.961420572598192*^9}, {3.972758024916869*^9, 3.972758025765842*^9}},
|
||||
CellLabel->"In[9]:=",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5"],
|
||||
CellLabel->
|
||||
"In[463]:=",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5"],
|
||||
|
||||
Cell[BoxData[
|
||||
TemplateBox[{
|
||||
@@ -165,20 +163,12 @@ Cell[BoxData[
|
||||
$CellContext`OpenAllInputsCells[]], Appearance -> Automatic, Evaluator ->
|
||||
Automatic, Method -> "Preemptive"]},
|
||||
"RowDefault"]], "Output",
|
||||
CellChangeTimes->CompressedData["
|
||||
1:eJwN0F9I0wEQB/AV+kNNzGVGU7ItGIGZ+bAkEReXo1yN5SxJCUlKR0zFiKkF
|
||||
gbK3LfAPpJRb0U+nrm3tV5v7WW3pHlSWmgWamTpRtwkFp0JRGErdw/GB43t3
|
||||
cJKb9SXVewQCgZzqdOIPqH+CsKB5zGi7EVrKhOIAWa4r0hWaEaTcmKKVPBYu
|
||||
VDotCHqjd+PWUwRrXosk7hnCinDk8C6Z+0udnP0coesQH7pBVsovzJhIY7Fr
|
||||
/DKLsG5M3G8l+4c6pQvk5/PeP8d7EHi/GES9CL+lPdX3yRAGTmVYEZIvVqUF
|
||||
yc6I94q4D0FzSXpWT57bDG8FydXaNHbfAIKM2dTF2BCasoUCGanKLJkYJe35
|
||||
toT4FwgHRQ6ljOQGH15zkHwofnjRjsB8VLQ3OxCm2hLWYp0I0yJ1sYHkv7cp
|
||||
r76kP+gb1HOkLVqVbnLR3rDd85O0lEd8DRzNZ722zb5CyHHdC3S7EbKOxkYL
|
||||
PAjub0vbBwYR/jUy8zVke5x5Ppen3FaHImUIYWJnbslERti9H8re0N0japWH
|
||||
1CrriireIixbWu8y76j/SfPFSRpS5IqwDyHD4U+67kd41O9VSd4jnOmY6XKT
|
||||
rC/19leSq1j/+2AYoXbxjpAlDeakkzCCEOSipScCCOnayZpp8j8/zgmF
|
||||
"],
|
||||
CellLabel->"Out[12]=",ExpressionUUID->"3650c1fe-9580-4897-b8e5-9811230a3994"]
|
||||
CellChangeTimes->{
|
||||
3.997518145782423*^9, 3.997781285134109*^9, 3.997983268910081*^9,
|
||||
3.998334160773848*^9, {3.998593602266593*^9, 3.998593605970955*^9},
|
||||
3.9989270399738493`*^9, 3.999183178792614*^9, 3.999353495273066*^9},
|
||||
CellLabel->
|
||||
"Out[466]=",ExpressionUUID->"f987a623-d236-4091-8a99-8a41926e1e1a"]
|
||||
}, Open ]],
|
||||
|
||||
Cell[CellGroupData[{
|
||||
@@ -278,6 +268,7 @@ Cell[BoxData[{
|
||||
" ", "\"\<.png\>\""}], ",", " ", "graph"}], "]"}],
|
||||
";"}], "\[IndentingNewLine]", "graph"}], "Input",
|
||||
CellOpen->False,
|
||||
InitializationCell->True,
|
||||
CellChangeTimes->{{3.867186565207215*^9, 3.867186567959504*^9}, {
|
||||
3.867186655694774*^9, 3.867186670522201*^9}, {3.867186775392453*^9,
|
||||
3.867186776891725*^9}, 3.867186837903651*^9, {3.867186904930146*^9,
|
||||
@@ -300,204 +291,210 @@ Cell[BoxData[{
|
||||
3.956601171882221*^9, 3.956601200199129*^9}, {3.956601252613394*^9,
|
||||
3.9566012593755283`*^9}, {3.956601299500546*^9, 3.956601381489203*^9}},
|
||||
NumberMarks->False,
|
||||
CellLabel->"In[19]:=",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309"],
|
||||
CellLabel->
|
||||
"In[473]:=",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309"],
|
||||
|
||||
Cell[BoxData[
|
||||
GraphicsBox[{{}, GraphicsComplexBox[CompressedData["
|
||||
1:eJzt22eUFNW6BuAiz5BsESWIUChIhiKIZArwkERoEMlIwUhSQoOISLJEciyC
|
||||
MIBgCUgaQovjMCJCiWkQlAYJQy6JQximAYEhnzvf+/Zdq8/irHV/3V/lH86z
|
||||
dvr2t3dXmDq7dJ+hHfpmVxRleW5Fyfr3f/4zZ6ZcaZL1P9zOV/QnOJj0X+x0
|
||||
jbbZTuzLtxvWO4kDvWj7LbE9LWL0F/qGdmAt5ne6m9jqQbvdxc5kWl8SbbWn
|
||||
WD0eaQ+b1fbARh/E25VW+yPeTbQN66mR+vPTn+RA9r30KsTfiVYTEH8CrX8j
|
||||
Ng7RzhbM5zFtw+r4Pzi/0dG26yP+A7SacVnif0DrV8Xuy3/S58X6GNo4KVbK
|
||||
7KNPi529/80HxOHbtAr7Xw/RmzH+F6HI/DD+blqB9ZL7uR8SxYGWtLtKbDx/
|
||||
gPNLwPhDaWcOxrtGmxb6H/QX248T288eZHtTHGpMq7CVRitdMJ8Gh1gOm98f
|
||||
iuxf5KfAEY53Cu1nROyK1bypzM99zH8q7U7H/jlJ27OwHyYd5fifR9tdGm0H
|
||||
1o7R6lbsl5zHON4+7JeqtH5MHJ5AmzmuSjyVjrO/WHHg4H+xW0AcKn+CfkFs
|
||||
7afNVHG47EnG3/Ga5GsVrbYXu5m0myS/h9CeU2y/VazePM36Y8TBYS7L5+H3
|
||||
U/xvzucu2g+JOJv0ry48w3zWE/sGnmU8cWKt3zmWHxY752h3KtrXPU/XFPvj
|
||||
Iq6A/vJfiIpfi73IeDeKrZ606/8PdxWHv6adLmJ3Yhp9HfnOcYnz7Y58d6aN
|
||||
DFyvKl7meHlRf/UVzh9Wyl5l/XGo/wdtD8f1y05n+7HYPzeuMb7P8PsqkcH6
|
||||
I8S++DDjOX0py/quiH34PWy/wfzmCmfZ/u4my9dnSPxnI04WO0n/cL5txP5X
|
||||
btGzxHrMbY4/U2xVu0Ofw3qk0sZ5cajCXfoZqR9++R694IasZ3vajpVyX5n7
|
||||
nG8G9kPpB4z/1hmJ7wtahQPPP2J/mWLtZ1ovfFbqN33M8iJifYFyFVbFWv9s
|
||||
sJJXbM7ODju5xPaMHLAZg/6m5mT7PKhfPRf9O8bfmJv9bRL71+eB3dVifVwM
|
||||
6yeJrVWxsB4Umx/mZfsE1FfzMZ4pYuOF/Oyvq9gdUoDt+2L8hQVZXl3isy7T
|
||||
aiXEX/gpzgcOXoy4OPLTz8f2z4rV/IWiyv21Iy6G+rHPwHZdjKcVpuug/yrP
|
||||
sj84VPE5+iLy/3HEaYjvIW1fFbv3itA3xUpmUY5/F+1/eZ5+gPh2lWB/sO+9
|
||||
F1j+GPUHlKTbncty2FeK/fcRm3Noc5I4+F3Es8RavtLsfyHKe7zI8qViZeJL
|
||||
dHfkI3sZ5r9QtJ1e0bafwfwr08pK6S+wtizXdw3Gb/8y+9sk9rctx/aJYqNk
|
||||
BY7fD/0Nj3gA8nOdtu9JfXdoRfZ/SWxdqcT9mRFtG1bfrcz538D4CyJ+hP4K
|
||||
VWH7x6hfoBrHT0V+e9OGK/a5tH0Z8zupMT9PnZf55KnO/mH/MVovJA5Vqhll
|
||||
pRPtTsP8H9FOHPbj/losfxv76z5tYj10/ytPtor61oe1Wd5HHN5D26hvtn6V
|
||||
fh/9L4/4Pez/YXXYPkNshGnlcZrE+1rdyH6NtvMfVhS53vt/qhvJv5QHi9Rj
|
||||
Pu6JfYNo94RYX0irn4uN+fVZXlj6Uxs0oF8RmxatV8T9pW5DxldNrOVvxHga
|
||||
ip3ptNoU7Ws2Zn/1/0/WT9B6vWirsLZZZ3kbcbhzE+4nHfnYQNuviX1vNaUN
|
||||
cegh7Si4n45tRpfC8+Q9WnkDz4MrX+N4cXj+ffFfHG8snn/b0Crux8qeSPnH
|
||||
6L9Uc86vXLSN+XgebUXbMzH+MlpZhPt3iRbsfwviaR5xEp6fA7SzFfH9Qhuo
|
||||
H2rWkv0dE2vxtJ32RIf1VuyPz8OXaOUOnjcatWb5NfR/gVbb4/m27+vMV5Fo
|
||||
q+XxfDOzDfNRRJ6H3CTarhBttaJYz/cG51NdrJ2infJi//G2bJ9NbOZqR+cW
|
||||
29n97K8Ynn8rtOf+LYj+23dgfdho+ybrP8Tz+F7ayInxSnfk+HfxPvkP7ea7
|
||||
GmUHDg1/K/L7lvrKMlq/L/b/3IntGc+izhyvHOJZ0IXxVcX4/buy/jLk6zyt
|
||||
z0X7et3ohk90KJl2xopVtzvLj6L/vD04/9PIZy3aQbk7lXZno/+TtHEL632s
|
||||
J+OtLHYr9WJ5P7wfPeoVuV7iffjl3pH7G/L5Uh/WX4H+1Diu15/YPy3eYTwH
|
||||
8feG4n3Zfh3ep9Jpdwyer4v0Y/6xH4OXabs43o+sASxPQD6eGsj+PsX842jl
|
||||
Pbzf1H6X4/fD+8102i6L94ma7zF/9aW90/O9qPLwFNqsIDZzD3qy1SbS3jeJ
|
||||
VupIuZ1jMOPrjvebCYMj93v0X3EIxxuC9ekwlPlchd9P2QDLf8F8M2k9Ee8r
|
||||
pYazfDP23w3amIH5NH+f5SOwX36hTQu/t6sjmP945HfnB+x/B/I5byTrP50e
|
||||
ZaUQ3ie3R9u9QLuNMN+Co1huIN99Isb7qDOTtj9Gf70+Yvxz0N802l2I9esx
|
||||
muu5Df1/TbtJeN+cOIbxl8T70KaIj+F9pfNY9n9PHEig1Qd4P1o7juWqvH+p
|
||||
5cZH7q9if3vaP1McaPsxHBwhNkqb7G+oONjyE9ZfI9Z/o60b8j6lBCbAWp6b
|
||||
WQ43/ZTtK4iDV2grQeqH0iay/lgpd76fxPXp+I/E65sM+0bcjLJ/AvqbTYeS
|
||||
xL6ztLtObPeewny1E4dm0M6bYiWJ9nWPtj0c430zlfH/ivGqT2N/pzDeZNrZ
|
||||
gPZdp8OBK2LrCO3XZT7BgzPYvoZYeTCT8cei/MPZHP8PxDtiDv0V8jnM4vxS
|
||||
xGaY1jIRz9C59C3k8/I8rv9L6P+H+eyvqdi9SDua1Nee+oz9D5JyZxZtzRWb
|
||||
tReyfqo41HMRHG5yK8v+zfGcjyp2qyzmejYTh5QlzM9RsVKJtrPflvH+okM/
|
||||
ob8OS9l/Hin33af1F8V62c9ZvkCsZdL+RLG6ZxnHWykO3FgeuX+KrYwvmJ/a
|
||||
qD/EZv5aiM1dtD1UHLr0JeuvxniNVvD3sh/tn17J+f4tdr+jtYtPtN1nFee7
|
||||
E+0Tv+L15ALiPb6a8WaIlW5rOJ90xJ9K+2LvSL4+Wct4g+LQgXVsnzMzylYO
|
||||
cXjfes7nd6kfHJXA+fwi1u/Q5kFxoPQG5veeWLFpvZL0Z5XcyHiqiZ2WtNZS
|
||||
HHx+E39Pc8T2NTo8KdohS6wN3szxp6D/H2lfvFjVg2y/Tuym0YEJEp/m28L6
|
||||
R8VGPTrws9iZTYcuI38FvuF8tkt/viTaqHxX5p83kX5FbNei3beQ37fp8BDk
|
||||
t/u3zP9SxFc1ietzAv13pZ1z0bbgULatnH8a8nmQDu2ReM1xyVyvw1iPfd+x
|
||||
/7+Qv7u0OQ35e2Mb12MZ8reXNraKTfV7rm8LceAmbQ0WG79uj6yvkvWvf/EP
|
||||
rN/5nqxvOq19ILadHay/S2wM3Mn5povVQg7z9/x9mf952iomtuN+ZHwtxUb+
|
||||
Xex/Htp/S6v9kN+eP7H9aqmvb6Htb8XapJ+5PtXF4Sq/MH+G2FV+ZfsiDySf
|
||||
j2jjg2xZ/zqrf+N8J4nV+7TeQ9qb7VLY/3Bx4MXdnN92iTc0krb+irYNq8t/
|
||||
53z6PpZ8DNvD9RuJ+sX2cv23ia1ddHDnQ5nPc3+w/j6x+RkddKW+9vQ+OPVX
|
||||
zGcO7axUojwVVs/R2rsyn2CfEH0X8W2l7cJSP5BvP8cPS7mWSMeUQH9TDsB1
|
||||
Gor1iX/BaY3FoewHGU9XxHOIjvkI+63jITjzM7HvIW2uQ3/lDsOjtoqNMkfY
|
||||
fgvG/4MOpaC/O3TyH2L3g1Suz9+Yzz+0koH4Wh6l80r+rOu0UVMcvHaM15eq
|
||||
2bP+1fQTHH+YWH3mJOsvFgfn0gNscaDeKc7fFYdm02uvo7+zdOCG2Ol9Go7P
|
||||
k0PyMc2FuzQTKz3+5v4cIzY3nuH8DNSvfJb57ynWO9FqN7E17hz3z0Gxsybi
|
||||
A+Lg6POMbyX620cH5qK/u3RKAuJZcYHxrhBre+nkRRhPvch87cJ4rWn3DOK/
|
||||
SWtbxW6LNK7Hboz3OZ3aLKfkr/gluHw6xht6KXK9knL/oMvc78XF7uWIa4gD
|
||||
A68wn7XFRoOrnF87sWPRU99Ef0+lc3/PFQfjaHsp4jGu8frwt9iKzWD7u+iv
|
||||
Jp1cMJf0t4WOf1XsamGO31ysVL3O+pPExgQ6M0nse3SD+amfO+tfe+xNxmeI
|
||||
jbL/8Pr8odifSWvfit2Rtzh+gjhwi7a2or9St5nvH9FfCq09EIeb32H+q+WR
|
||||
9RmSCbecIVaK3OV67BA7O+mUg+JA/fucX6sYWb9ztBInVrc+YHwzxGa+h+zv
|
||||
drTj92M9T9Gp58RKz0dcn26SL20K7e8vdnI95u/nXbHajfZPFpubaGuDWO+s
|
||||
pItHrReHDtHGWaxPx2z0S5Ifazwd00Jsts8ODxgkDo6hjYBYv0cn7xSrdk64
|
||||
jk/yFSyZC15bC/n7jQ6/Ibav034/8t88NxzfS6wF6JgxYmMJXccSWz9HyoNY
|
||||
r2v01NXicNE8sPuF2L1CxxzG+AtiYPMS+m8YCysFZb38vrywVk/szqaTW4hD
|
||||
vfPBaaPFyky66Hjsh2n54WAi1v8kbW8T65MLwJlnsJ+6FoSt2FiZzxG6ZRtx
|
||||
ONtTjL+dWK1MBz/JK/2b9KjlYvcgrWL+gcXPMn5YKfocHHLwe3dodxXuR42L
|
||||
MN4ksTmQ9i3E/ahBUThlmVj5nrZx/9PO0zGHxOFZxeDUsDhYuzjL+8v9yjXo
|
||||
UePEduzzsBMvDtWk66wVG1volBN4fshdgvk4g/vfUboL7n+BCS+wfnuxvYH2
|
||||
D8T97TCd/BHuZ+tKMn9JYn/5UtwPB3C/HEtb59H+I5XjVcP1/U9abYv7R5vS
|
||||
3C/jxeGRtDJdrH5J15mN+9eIF2nMP5BCW2vE/iFluH9aIX9X6dAnYl+RsszH
|
||||
FORn3stcn/Vis345xrdPrJ+j66SJlVnlWe7D/BMrMN7PxW6Nihz/R+TzOK2m
|
||||
IX+plbi+9WU+/s6Vmb84sT2+CtuniI1yVRnvELQfQxuzxWaZapzfKbEyUuPv
|
||||
NxH5tumUJOS7ZHXu53K4/12npy4R2z/XYP0auL7+WJPrv10cXFCL8RbC/abh
|
||||
Kyzvh/uLrzbj34j71Vna2oPrZ4FXGW8Mfi9uxL0e6Vn/1KrD39MEsdqjLtdn
|
||||
idjNWY/7P688vwY+pQO9xZZZn+WvitXHtOsX2/6GvP5Wx/PmikaMLxXx7G7M
|
||||
/dge+yOs8/q8Gb+fn5pwfvmxv52mXP81YqNxM67PbqzXfHqAmiPK5fvh+ch6
|
||||
jfOdguej83TRbXgem/0vjn8Xz1/5mzMfNWW91Bl0Cp5X3ZotOP9r+H1vaRG5
|
||||
fmN/naDdUojnaEvuxwDiOdyK6zEc9T9uzfzEI56DtP4T9mf517m/8byp7qdj
|
||||
imF/tWvD+dXF/nrxDe6fabi/f0gri/H8toeO/01sprRlPgvjealFO5bruJ8P
|
||||
o8NtxYGldNEOeF54zc/1Go/9vIteuxzPb03ac33q4flyZ/vI/RjPI406MN5B
|
||||
Yu0iPeD1aPtzyPuoVf9N7scd8j6mbqN1RcrNgh2Z35fE+lba7ii2873FfAzA
|
||||
+61B2wPFRiKttxI7MZ34e+8rDteIeJBY7Ulrq6JtrUE8X3eKXP/EPq0z1/Nr
|
||||
cWAirW/H+J27sPw0+lO6crzDYnctHXxZ3m/1h7TRRWzc60avx/vwqO7M1yK8
|
||||
D9+h1Y3iwO89uJ+/Fmvv9+R4CehvGe3OFKvN3+Z8HbGvWC/ONxnxNKPt78X2
|
||||
ol5R9Z0FBtdztdj/TG/OZwnia9g78nsVB/vTAUvszqWNkRjvAq10Fofe6cP+
|
||||
CyL+s7Sdgv1TII711yG/MyPejPXp9Q7nG4/1+YYO1sR+qdGX/XVH+2r9mL9l
|
||||
2G+V+3M9b2G/mbSiSDzKIVorgfgqDGC899HfAdoZi/mOHsh4vkT9ve+yfWu5
|
||||
Xvu/eI/lS3H9fmEQf1955HqsD6fdkrh+Lx7M9gvEwYVDuB9y4+8JV+iWsXjf
|
||||
nz+U5eXFVoMA90cVPK+dp5MH4e8PycO4PhPFdv7hnP8NGc/4dnhkfXB/ePt9
|
||||
5suPvz/kHsHrx2jcLybRyfh7h9HlA15/puN5pNJIuM5jPI+so2M24P4x9kPe
|
||||
b3C/d9qNYjzX8HzwJ202xvXz1kfMP55PtRGj2X92XN9u0Mml8D6aMYbxz5f7
|
||||
r5I+lvlKx/26yTheT9/E+8FOustNvB/MGw+n9pPn8cDTH/P3tB7P9xat5Zfn
|
||||
b20bHayO5/M+Jue7WGz+TSe/L8/j+vRPeP+akU/yETOB61Mmv/TXk+5Sq4DM
|
||||
7zidVqmg5Kfbp/QZsTmRDjSS9sFNdOZP0l6vMpH52yzj25/QaoyMb3WcxPFi
|
||||
xepfdHiE2Ld6MvNhi/UQrf0gtstMYX8H0d8dOuW22Px9Ksd/KA7+Q4cLS7z2
|
||||
b9M4via2lkzn77mx2Bw8Ay7fTxxaMJP7pazMz2o4i/ldLDZ9s7l/7oqD9Wg1
|
||||
j+TLcucwnhn4flXLYv4Oid08c+lc8j1J70GHJ+N7VLV5nL+J9kdoIw7f48z5
|
||||
/D3NFhsPFnA/JuHv2Xc/Y3w18ffplxZy/xQS6ytopx3+Xn2bdvn36i8Wcfxy
|
||||
+Hvr7kWR+yv+XtsynuXX0f+vtP2DjK//azHLk/D9oekS9m/K9y1nIe3Mwve1
|
||||
xktZfz6+1w2kg2n4Xjj3c5an4/tc3WVcnwrSn3mGDiwV26eXM581xOHcNuNr
|
||||
KO393WnzCL4nTqJVfI/Vq37J9oPle609gTbewPfeI7QSK9ayraBzi/2PIk7C
|
||||
9+MOK9n/c9ezHLhPh+aItVWr+PvvIu2tTNodKQ63+Yr5mIf+v6TVVvheemM1
|
||||
42uL/ZKxhvmdju+5xdey/o/Yf7topRC+n6bT7jOYf5F1zHcD9P8Z7U/H/3/4
|
||||
h/XM93qx2zeB7ftL/cA52v4T34fjNrBckfyHX9nI/GbH+iXSVmex3nMT55uA
|
||||
76fHaWuEfP8zum3mfp+C74sJQY43GOs9Zgv7D2I/lfmG828ttu/Qxj3E1yaR
|
||||
8X2HfJRIYvunsf8yaMMSW4O3Mr4W2L96Mstj8H15Ae3H93K74Xfsb4CUGxdo
|
||||
sw++98/ZxvXagfjc75nf8WKt13bul0rIX54fuH4jMf5kWq2F+QbpcCNxoOsO
|
||||
9tca8XxKB5/D9aPyTrYvJ/Y/pq1Zsr6+tQ69A7+XyHkm/ve/5fzPO//knX+C
|
||||
vfNP0t47/+Sdf5Jy7/yTxO+df4p8Txd755+8808o984/Rdk7/4T18s4/MT7v
|
||||
/FOWvfNP3vknzMc7/yTxeuefmD/v/JPkwzv/xHLv/JOM551/Yn/e+SdZH+/8
|
||||
E+fjnX+S/Hnnn7i+3vknyad3/on59s4/SXze+SfaO/8k8Xnnn5hv7/yTzM87
|
||||
/8T//4x3/kny751/Yn3v/JOsp3f+ifW9808yf+/8E/PjnX+S/rzzTyz3zj9l
|
||||
2Tv/5J1/Qv/e+SeJxzv/xP68809Z9s4/eeef0J93/knG984/cX7/D+ef/g0o
|
||||
/gck
|
||||
1:eJzt23d0FGW/B/ChJqGuiFKFQXpfikhnAF+aCAsiHRmINGkLIiLNEel1KEJo
|
||||
MgIvLZQVY4iIMDQNRVkwQOgjNZSQBQQS6r35fb97z9l7eM+5f9+z7z/cz33a
|
||||
7/k9z07J+JTqO7xjv6yKoiTmVJTMf//7f8bsxNtNM/8Pp8tt7RX2xf8H291C
|
||||
bbQXu3IfgrXOYm9v2vpIbM0IGv35f6Rt2B15mO4uNnvSTg+xPZXWloVa7SVW
|
||||
zwXbw0b1I7DeF/F2o9UBiHcrbcFacrD+wtRX2Zv1KL0W8Xem1VjEH0trP4r1
|
||||
k7S9HfN5SVuwOvEPzm9sqK0GiP8Erabdkvif0dodsVPuT/qaWBtH6xfESplj
|
||||
9CWxffQ/+YQ48IhWYc/7fnobxl/lD84P4x+iFVgrcZz7IU7sbUU7a8V6sROc
|
||||
XyzGH07b8zDeXdow0f+Qv9h+gth6I4ntDbG/Ca3CZgqtdMV8Gp5kOWz8cjK4
|
||||
f5GfvKc53kW0nxW0I1ZzJTM/TzH/6bQzE/vnAm3NwX6Ycobjrwi1szzUNuw+
|
||||
S6s7sF+yn+V4x7BfqtHaWXFgEm1kuyPxVD7H/qLE3qT/YCev2F/hPP2W2DxO
|
||||
G8niQNkLjL/TXcnXWlrtIHbSaSdefg/+IxfZfodYfXCJ9ceJfSMcli/A76fo
|
||||
35xPBtoPCzqL9K8uvsx81he7Bl1hPNFid/+rLD8ltq/SznS0r3eNriX2RAdd
|
||||
Ef3luR4SvzvqBuPdIjZ70Y7nf7mbOPADbXcVO5NT6HvId7abnG8P5LsLrafh
|
||||
elXpFsfLhfrrbnP+sFL2DutPQP0/aGskrl9WKtuPx/65f5fxfYvfV/E01h8l
|
||||
dsUEGM+lm5nW9gXtwu9h133mN0cg09bPD1i+KU3ivxJ0gtiO/4fzbSv2vPOQ
|
||||
niPWIh9x/Nlis/pj+irWI5nWr4n9FTPo16V+oNwTetF9Wc8OtBUl5a4yTznf
|
||||
NOyHUs8Y/8PLEt8qWoW9xV6wv3Sx+wCtFbwi9Zu9ZHkhsbZIuQOrYveALLCS
|
||||
S2zMzQrbOcTWrGywEYn+pmdn+wjUr5GDPozxt+Rkf1vFnk0RsLNOrE2IZP14
|
||||
sbk2CtZ8YuOLXGwfi/pqbsYzTay/lYf9dRM7w/KyfT+Mvzgfy2tIfOYtWq2M
|
||||
+Avm53xg342giyI//V1s/4ZYzVMgpNxTJ+giqB/1OmzVw3jugnRd9F/1DfYH
|
||||
+yu9Sd9A/r8KOgXxPaetO2LnSSH6gVhJL8zxM9D+YDH6GeLbV5z9wa7Bb7H8
|
||||
JeoPLEG3v5rpgKsk++8rNubRxhSx7+eg54jduUux/8Uo7/k2y5eLlcml6R7I
|
||||
R9YyzH+BUNu9Q229jvlXoZU10p93Q1mu73qM36Ec+9sq9rQrz/ZxYr1ERY7f
|
||||
H/2NDHog8nOPtp5IfWd4JfZ/U2zersz9mRZqC1Y/rcL538f4i4J+gf4KVGX7
|
||||
l6iftzrHT0Z++9C6I3Y5tHUL87vgZn7yX5P5RNRg/7DnLK0VEPsr1wqx0pl2
|
||||
ZmD+L2g7GvvxeG2Wf4z99ZQ2sB6a551XW0V984s6LO8rDhyhLdQ32rxLf4b+
|
||||
vwt6MPb/iLpsnybWA7TyMkXifa9ecL+G2v5fVhS53nv21wvmX8p9heozH0/E
|
||||
riG0c16sLabVFWJ9YQOWF5T+1IYN6XfEhklrlXB/qdeI8VUXu/M0ZjyNxPZM
|
||||
Wm2G9rWasL8G/ydr52mtfqhV2L1NY3lbcaBLU+4nDfnYTFvviV0fNaN1sf85
|
||||
bSu4n45vTpfE8+QTWvkAz4Nr3uN40Xj+fftfHG88nn/b0irux8qRYPlX6L9k
|
||||
C86vfKj1hXgebU1bszH+SlpZgvt38ZbsfzviaRF0PJ6fvbS9A/EdpHXU9zdv
|
||||
xf7Oit0xtJXySge01uyPz8M3aeUxnjcat2H5XfR/nVY74Pm23/vMV6FQqxXw
|
||||
fDO7LfNRSJ6HnHjaqhhqtZJYy/0B51ND7L5I2xXEnnPt2D6L2MjRns4ptrJ6
|
||||
2F8RPP9W7MD9mw/9d+jI+rDe7kPWf47n8aO0nh3jlerE8TPwPvkP7eS+E2Ib
|
||||
9o/8KPj7lvrKSlp7KvYc6Mz2jGdJF45XHvEs6sr4qmH8Ad1YfyXydY3W5qN9
|
||||
/e50o1fan0Db48Wq04PlZ9B/rp6c/yXkszZto9yZTjtz0f8FWn+I9T7bi/FW
|
||||
ETuVe7O8P96PXvQOXi/xPlyuT/D+hnyW7sv6q9GfGs31+hP7p+UnjCcJf28o
|
||||
2o/tN+J9KpV2xuH5ulB/5h/70XeLtori/cgcyPJY5CP/IPb3DeYfTSuD8X5T
|
||||
51OO3x/vNzNpqyzeJ2oNZv4aSHu71+CQ8sA02qgoNnIOebXVptLeNYVW6kq5
|
||||
lW0o4+uB95tJQ4P3e/RfaRjHG4b16Tic+VyL309ZL8sPYr7ptBaH95WSI1m+
|
||||
DfvvPq3PwnxafMbyUdgvB2nDxO/tzijmPwb53fM5+9+NfC4YzfqvpYZYKYD3
|
||||
yV2hdq7TTmPMN98YluvId9+g8T5qz6atr9Bf7y8Z/zz0N4N2FmP9eo7leu5E
|
||||
/z/QTjzeNyePY/wl8D60NeizeF/pMp79PxF7Y2n1Gd6PNkxguSrvX2r5icH7
|
||||
q9jTgfbMFnvbfQX7Ron1Ugb7Gy72tfqa9deLtd9p8768TyneSbA74kGmA82+
|
||||
YfuKYt9t2oyV+v6Uyaw/XsrtX6ZwfTr9I/G6psKuUQ9C7JmE/ubS/nix6wrt
|
||||
bBRbfaYxX+3F/lm0/aFYiaddPUJtjcR4P05n/L9hvBoz2N9FjDeVtjejfbeZ
|
||||
sPe22DxNezSZjy9pFtvXFCvPZjP+KJR/MZfj/4F4R82j/418jjA5v0SxEaDd
|
||||
6Yhn+Hz6IfJ5awHXvzT6/3Uh+2smdm7Qtlvqu/N/y/6HSLk9hzbni406i1k/
|
||||
WezvtQQONH2Yac+2GM5HFTtVl3I9m4v9yjLm54xYqUxbWR/JeH/R/v3or+Ny
|
||||
9h8h5a6ntPa2WCu7guWLxO502hMnVo+s5HhrxN773wXvn2IzbRXzUwf1h1nM
|
||||
X0uxsY+2hov9N79n/XUYr/Fq/l6Oo/1razjfv8XOz7T7xitt9V3L+e5B+7h/
|
||||
83pyHfGeW8d408RK9/WcTyriT6ZdUY8lX19vYLw+sf/ERrbPnh5iM5s4cGwT
|
||||
53NY6vvGxHI+B8XaY9pIEntLbWZ+n4gVi9YqS39miS2Mp7rYbkW7W4l9xbby
|
||||
9zRPbN2lA1NC7TfF7qHbOP409L+XdsWIVc3H9hvFTgrtnSTxuV3bWf+MWK9P
|
||||
ew+I7bm0/xbyl/dHzmeX9OeKp/UqGTL/XHH0O2KrNu18hPx+TAeGIb89fmL+
|
||||
lyO+avFcn/PovxttXw21Cfuz7OD8U5DPJNp/ROI1JiRwvU5hPY79zP7/Qv4y
|
||||
aGMG8vfBTq7HSuTvKK3vEBvqL1zflmLvA9ocKtZ/2xVcXyXzX8/SX1m/yxNZ
|
||||
31Ta/bnYsnez/j6xPmgP55sqVgvYzF+xpzL/a7RZRGxF72V8rcR6nn3sfwHa
|
||||
/0Sr/ZHfXvvZfp3U17bT1k9i95QDXJ8a4kDVg8yfLnaU39i+0DPJ5wta/zxL
|
||||
5r/2ut853yli9Smt9ZT2RvtE9j9S7H37EOe3S+L1j6bNv0Jtwep3hzmffi8l
|
||||
HyOOcP1Go36Ro1z/nWJzH+3b81zm8+YfrH9MbHxL+xyp737tGJz8G+Yzj7bX
|
||||
KCGeDqtXafenMh9fXz+dgfh20FZBqe/NfZzjB6TcHUdHFkd/007AdRuJtcl/
|
||||
wSlNxP6sSYynG+I5SUd+if3W6SSc/q3Y9Zw2NqK/8qfgMTvEepnTbL8d4/9B
|
||||
+xPR32M64Q+x83ky1+dvzOcfWklDfK3O0Lkkf+Y9Wq8l9t09y+tLtayZ/7q1
|
||||
8xx/hFh9/QLrLxX75tMDLbG3/kXO3xH759Ib7qG/K7T3vtjucwmOicgm+Zjh
|
||||
wF2bi5Wef3N/jhMbWy5zfjrqV7nC/PcSa51ptbvYnHCV+ydJbK8P+oTYN/Ya
|
||||
41uD/o7R3vnoL4NOjEU8q68z3tVi91E6YQnGU28wX/swXhvauYz4H9DuHWKn
|
||||
ZQrX4xDGW0EnN88u+St6E66QivGG3wxer6TcM+QW93tRsXMr6Jpi76DbzGcd
|
||||
sd7wDufXXmyb9PQP0V/+VO7v+WJfNG0tRzz6XV4f/habUWlsn4H+atEJ+XJI
|
||||
f9vpmHfFjjvA8VuIlWr3WH+KWJ9Ep8eLXS/uMz8Ncmb+a41/wPh0sV72H16f
|
||||
vxB70mn3T2Jn9EOOHyv2PqTNHeiv5CPmey/6S6Tdz8SBFo+Z/+oRsj7D0uFW
|
||||
s8RKoQyux26xvYdOTBJ7Gzzl/FpHyvpdpZVosbrjGeObJTZyP2d/j0Idcxzr
|
||||
eZFOvipWer3g+nSXfLmn0Z4BYjvHS/5+PhWr3WnPVLGxlTY3i7UuSqp4zCax
|
||||
/yStX8H6dMpCl5b8mBPpyJZio0NWeOAQsW8crXvF2hM6YY9YtbLDdV2SL1+J
|
||||
HPCG2sjf73TgA7F1j/Z4kP8WOeGY3mK3l44cJ9aX0XVNsXkgWO7Det2lp68T
|
||||
BwpHwM4qsXObjjyF8RdFwsZN9N8oClbyyXp5XLlgd32xM5dOaCn298kNp4wV
|
||||
K7PpwhOxH2bkgX1xWP8LtLVTrE3NC6dfxn7qlg82o6JkPqfpVm3FgSz5GX97
|
||||
sVqF9n2dS/o36DHfiZ0kWsX8vUvfYPywUvhN2G/j927Tzlrcj5oUYrzxYmMQ
|
||||
7VqM+1HDwnDiSrHyC23h/ue+RkeeFAfmFIGTA2JfnaIsHyD3K0enx0wQW1HF
|
||||
YDtG7K9F190g1rfTiefx/JCzOPNxGfe/M3RX3P+8k95i/Q5iazPtGYT72yk6
|
||||
4UvczzaWYP7ixZ4KJbkfTuB+OZ42r6H9lyrHq47r+5+02g73j7aluF8migOj
|
||||
aWWmWP2erjsX969Rb9OYvzeRNteLPcPKcP+0Rv7u0P6vxa5CZZmPacjPgnJc
|
||||
n01io0F5xndMrF2l66aIlTkVWO7C/OMqMt4VYqdmJY6/F/k8R6spyF9yZa5v
|
||||
A5mPp0sV5i9abE2syvaJYr18NcY7DO3H0fpcsVGmOud3UayMdvP3G4d8W3Ri
|
||||
PPJdogb3c3nc/+7R05eJrQM1Wb8mrq97a3H9d4l9i2oz3gK43zR6h+X9cX9x
|
||||
1WH8W3C/ukKbR3D9zPsu443E78UJuvcLLfOf2nX5e5okVnvW4/osEzvZ63P/
|
||||
55LnV+83tLeP2DQasPxdsfqSdjxiy9OI198aeN5c3ZjxJSOeQ024HztgfwQ0
|
||||
Xp+34fezvynnlwf7227G9V8v1ps05/ocwnotpAeq2UJcoT+ej8z3ON9peD66
|
||||
Rhfeieexuf/i+Bl4/srTgvmoJeulzqIT8bzq1GrJ+d/F73t7y+D1G/vrPO2U
|
||||
RDxnWnE/ehHPqdZcj5Go/1Ub5icG8STR2n7szwrvc3/jeVM9TkcWwf5q35bz
|
||||
q4f99fYH3D8zcH//glaW4vntCB3zu9hIbMd8FsTzUsv2LNdwPx9BB9qJvcvp
|
||||
wh3xvPCeh+s1Eft5H73hOzy/Ne3A9amP58s9HYL3YzyPNO7IeIeI3Tfoge+H
|
||||
2pNN3kfNBh9yP+6W9zF1J60pUm7k68T8lhZrO2irk9jK/RHzMRDvtzptDRLr
|
||||
cbTWWmxHdubvvZ84UDPoIWK1F+1eG2pzPeL5oXPw+id2ubtwPX8QeyfT2i6M
|
||||
36Uryy+hP6UbxzsldjbQvnLyfqs9p/WuYv1Jd3oT3ofH9GC+luB9+DGtbhF7
|
||||
D/fkfv5B7P6sF8eLRX8raWe2WG3xMedri11FenO+CYinOW39IraW9A6pby/S
|
||||
uZ7rxJ7X+3A+yxBfoz7B36vYN4D2mmJnPq2PxnjXaaWL2P9JX/afD/Ffoa1E
|
||||
7J+80ay/EfmdHfQ2rE/vTzjfGKzPj7SvFvZLzX7srwfaV+/P/K3EfqsygOv5
|
||||
EPvNoBVF4lFO0u7iiK/iQMb7FP2doO3xmO/YQYzne9Q/+inbt5HrtWfVYJYv
|
||||
x/X7rSH8fUXI9VgbSTslcP1eOpTtF4l9i4dxP+TE3xNu062i8L6/cDjLK4jN
|
||||
hl7uj6p4XrtGJwzB3x8SRnB9JoutPCM5//synv7TyOD64P7w8WfMlwd/f8g5
|
||||
itePsbhfTKET8PcOvevnvP7MxPNI5dFw3Zd4HtlIR27G/WP8F7zf4H5vtx/D
|
||||
eO7i+eBP2miC6+fDL5l/PJ+6R41l/1lxfbtPJ5TE+2jaOMa/UO6/Sup45isV
|
||||
9+umE3g9/RDvB3vorg/wfrBgIpzcX57Hva99xd/TJjzfm7Q7jzx/u3fSvhp4
|
||||
Pu9rcL5LxcbfdMJn8jyuzfya969ZuSUfkZO4PmXySH+96K6188r8ztEplfNJ
|
||||
frp/Q18WG5Npb2Np79tKp++X9lrVyczfNhnf+ppWI2V8s9MUjhclVv+iA6PE
|
||||
rnVTmQ9LrPlp969iq8w09peE/h7TiY/ExuHpHP+52PcPHSgo8Vq/z+D4brG5
|
||||
bCZ/z03ExtBZcIX+Yv+i2dwvZWV+ZqM5zO9SseGay/2TIfbVp9UIyZfpzGM8
|
||||
s/D9qrbJ/J0UOxHz6RzyPUnrSQem4ntU9QWcv4H2p2k9Gt/jjIX8Pc0V688W
|
||||
cT/G4+/ZGd8yvlr4+3Tpxdw/BcTaatpuj79XP6Id/r161RKOXx5/bz20JHh/
|
||||
xd9rW8Ww/B76/422fpXxtX8tZXk8vj80W8b+Dfm+ZS+m7Tn4vtZkOesvxPe6
|
||||
QbQvBd8L569geSq+z9VbyfWpKP0Zl2nvcrF16Tvms6Y4kNNifI2kvacHbZzG
|
||||
98QptIrvsVq179l+qHyvtSbR+gf43nuaVqLE7iyr6Zxiz4ug4/H9uOMa9v/m
|
||||
vUx7n9L+eWL32rX8/XeV9mY67YwWB9r+m/lYgP6/p9XW+F56fx3ja4f9krae
|
||||
+Z2J77lFN7D+Xuy/fbRSAN9PU2nndcy/0EbmuyH6/5b2pOK/H/51E/O9Sez0
|
||||
i2X7AVLfe5W2/sT34ejNLFck/4F3tjC/WbF+cbTZRaz12sr5xuL76TnaHCXf
|
||||
//Tu27jfp+H7YqyP4w3Feo/bzv592E9lfuT824itx7T+BPG1jWN8PyMfxePZ
|
||||
/jXsvzRaN8Xm0B2MryX2r5bA8kh8X15Ee/C93Gr0M/sbKOX6ddroi+/983Zy
|
||||
vXYjPucX5nei2N17F/dLZeQv4leu32iMP5VWa2O+PjrQWOzttpv9tUE839C+
|
||||
N3H9qLKH7cuLPS9pc46sr2uDTe9G+3J7me+H+J49jnbvxvfs0vuYz1Xy+3fU
|
||||
/RyvIb6vraI97fB9bsUB1sf3PLXYQZZXwPet/bSrB77PFv6N/SXh+/Ri2lUB
|
||||
+X3jd87nEv57hCZBj8H8UmilBtZ7fiLnMw3zy3+I+2sw9scntDUF/31BnsNc
|
||||
L/xejJ9ocwH6q32E8a/A9WM77WzB9SPiKNd/pvh/zocF/xcs5//C58nC58ng
|
||||
8HkyaR8+TxY+Tybl4fNkEn/4PFnwv08Qh8+Thc+ToTx8nizE4fNkWK/weTLG
|
||||
Fz5PlunwebLweTLMJ3yeTOINnydj/sLnySQf4fNkLA+fJ5PxwufJ2F/4PJms
|
||||
T/g8GecTPk8m+QufJ+P6hs+TST7D58mY7/B5MokvfJ6MDp8nk/jC58mY7/B5
|
||||
Mplf+DxZ8L+fCZ8nU8LnycLnycLnycTh82Th82SZ/+/webLg/Th8nkwJnycL
|
||||
nycLnydDvsLnyWS+4fNkzEf4PFmmw+fJwufJkK/weTIZP3yejPslfJ4s0/+v
|
||||
zpP9F1521Sk=
|
||||
"], {{{},
|
||||
{RGBColor[0.24, 0.6, 0.8], Opacity[0.2], EdgeForm[None],
|
||||
GraphicsGroupBox[PolygonBox[CompressedData["
|
||||
1:eJwl1lPUEIgWBtA/27Zt2zYm2zXZbrJnsu2abNvmZNu27+72sNc5z99aB4ka
|
||||
tavcNnBAQEAgKgb5XSsE+d2XpxxlKUNpSlGSEhSnGEUpQmEKUZAC5CcfeclD
|
||||
bnKRkxxkJxtZyUJmMpGRDKQnHWlJQ2pSkZIUJCcZSUlCYhKRkATEJx5xiUNs
|
||||
YhGTGEQnGlGJQmQiEZEIhCccYQlDaEIRkhAEJxhBCULgX/kRwE+h/uA73/jK
|
||||
Fz7ziY984D3veMsbXvOKl7zgOc94yhMe84iHPOA+97jLHW5zi5vc4DrXuMoV
|
||||
LnOJi1zgPP9xjrOc4TSnOMkJjnOMoxzhMIc4yAH2s4+97GE3u9jJDrazja1s
|
||||
YTOb2MgG1rOOtaxhNatYyQqWs4yl/MsSFrOIhSxgPvOYyxxmM4uZzGA605jK
|
||||
FCYziYlMYDzjGMsYRjOKf/ibkYxgOMMYyhAGM4iBDKA//ejLX/ShN73oSQ+6
|
||||
042udKEznehIB9rTjl+D2YbWtKIlf9KC5jSjKU1oTCMa0oD61KMudahNLWpS
|
||||
g+pUoypV+IPKVKIiFShPOcpShtKUoiQlKE4xilKEwhSiIAXITz7ykofc5CIn
|
||||
OchONrKShcxkIiMZSE860pKG1KQiJSlITjKSkoTEJCIhCYhPPOISh9jEIiYx
|
||||
iE40ohKFyEQiIhEITzjCEobQhCIkIQhOMIIShMAEIoCfFukPvvONr3zhM5/4
|
||||
yAfe8463vOE1r3jJC57zjKc84TGPeMgD7nOPu9zhNre4yQ2uc42rXOEyl7jI
|
||||
Bc7zH+c4yxlOc4qTnOA4xzjKEQ5ziIMcYD/72MsedrOLnexgO9vYyhY2s4mN
|
||||
bGA961jLGlazipWsYDnLWMq/LGExi1jIAuYzj7nMYTazmMkMpjONqUxhMpOY
|
||||
yATGM46xjGE0o/iHvxnJCIYzjKEMYTCDGMgA+tOPvvxFH3rTi570oDvd6EoX
|
||||
OtOJjnSgPe1oSxta04qW/EkLmtOMpjShMY1oSAPqU4+61KE2tahJDapTjapU
|
||||
4Q8qU4mKVKA85ShLGUpTipKUoDjFKEoRClOIghQgP/nISx5yk4uc5CA72chK
|
||||
FjKTiYxkID3pSEsaUpOKlKQgOclIShISk4iEJCA+8YhLHGITi5jEIDrRiEoU
|
||||
IhOJiEQgPOEISxhCE4qQhCA4wQhKEAITKNDvZ+qn8oPvfOMrX/jMJz7ygfe8
|
||||
4y1veM0rXvKC5zzjKU94zCMe8oD73OMud7jNLW5yg+tc4ypXuMwlLnKB8/zH
|
||||
Oc5yhtOc4iQnOM4xjnKEwxziIAfYzz72sofd7GInO9jONrayhc1sYiMbWM86
|
||||
1rKG1axiJStYzjKW8i9LWMwiFrKA+cxjLnOYzSxmMoPpTGMqU5jMJCYygfGM
|
||||
YyxjGM0o/uFvRjKC4QxjKEMYzCAGMoD+9KMvf9GH3vSiJz3oTje60oXOdKIj
|
||||
HWhPO9rShta0oiV/0oLmNKMpTWhMIxrSgPrUoy51qE0talKD6lSjKlX4g8pU
|
||||
oiIVKE85ylKG0pSiJCUoTjGKUoTCFKIgBchPPvKSh9zkIic5yE42spKFzGQi
|
||||
IxlITzrSkobUpCIlKUhOMpKShMQkIiEJiE884hKH2MQiJjGITjSiEoXIRCIi
|
||||
EQhPOMIShtCEIiQhCE4wggb8/+X/dfYD/gf1epEz
|
||||
1:eJwl1lPUEIgWBtA/27Zt27Zt25Nrsm3btjGTbdvNNNmuu7s97HXO+7cOEjXu
|
||||
ULl94ICAgEA0C/K7Ng3yu29CYxrRkAbUpx51qUNtalGTGlSnGlWpQmUqUZEK
|
||||
lKccZSlDaUpRkhIUpxhFKUJhClGQAuQnH3nJQ25ykZMcZCcbWclCZjKRkQyk
|
||||
Jx1pSUNqUpGSFCQnGUlJQmISkZAExCcecYlDbGIRkxhEJxpRiUJkIhGRCIQn
|
||||
HGEJQ2hCEZIQBCcYQQlC4F+ZEMBPQf3gO9/4yhc+84mPfOA973jLG17zipe8
|
||||
4DnPeMp/POFf/uExj3jIA+5zj7vc4Ta3uMkNrnONq1zhMpe4yAXOc46znOE0
|
||||
pzjJCY5zjKMc4TCHOMgB9rOPv/mLvexhN7vYyQ62s42tbGEzm9jIBtazjrWs
|
||||
YTWrWMkKlrOMpSxhMYtYyALmM4+5zGE2s5jJDKYzjalMYTKTmMgExjOOsYxh
|
||||
NKMYyQiGM4yhDGEwgxjIAPrTjz/pSx9604ue9KA73ejKH3ShM53oSAd+DXs7
|
||||
2tKG1rSiJS1oTjOa0oTGNKIhDahPPepSh9rUoiY1qE41qlKFylSiIhUoTznK
|
||||
UobSlKIkJShOMYpShMIUoiAFyE8+8pKH3OQiJznITjaykoXMZCIjGUhPOtKS
|
||||
htSkIiUpSE4ykpKExCQiIQmITzziEofYxCImMYhONKIShchEIiIRCE84whKG
|
||||
0IQiJCEITjCCEoTABCKAn5bzD77zja984TOf+MgH3vOOt7zhNa94yQue84yn
|
||||
/McT/uUfHvOIhzzgPve4yx1uc4ub3OA617jKFS5ziYtc4DznOMsZTnOKk5zg
|
||||
OMc4yhEOc4iDHGA/+/ibv9jLHnazi53sYDvb2MoWNrOJjWxgPetYyxpWs4qV
|
||||
rGA5y1jKEhaziIUsYD7zmMscZjOLmcxgOtOYyhQmM4mJTGA84xjLGEYzipGM
|
||||
YDjDGMoQBjOIgQygP/34k770oTe96EkPutONrvxBFzrTiY50oD3taEsbWtOK
|
||||
lrSgOc1oShMa04iGNKA+9ahLHWpTi5rUoDrVqEoVKlOJilSgPOUoSxlKU4qS
|
||||
lKA4xShKEQpTiIIUID/5yEsecpOLnOQgO9nIShYyk4mMZCA96UhLGlKTipSk
|
||||
IDnJSEoSEpOIhCQgPvGISxxiE4uYxCA60YhKFCITiYhEIDzhCEsYQhOKkIQg
|
||||
OMEIShACEyjQ7wftp/KD73zjK1/4zCc+8oH3vOMtb3jNK17yguc84yn/8YR/
|
||||
+YfHPOIhD7jPPe5yh9vc4iY3uM41rnKFy1ziIhc4zznOcobTnOIkJzjOMY5y
|
||||
hMMc4iAH2M8+/uYv9rKH3exiJzvYzja2soXNbGIjG1jPOtayhtWsYiUrWM4y
|
||||
lrKExSxiIQuYzzzmMofZzGImM5jONKYyhclMYiITGM84xjKG0YxiJCMYzjCG
|
||||
MoTBDGIgA+hPP/6kL33oTS960oPudKMrf9CFznSiIx1oTzva0obWtKIlLWhO
|
||||
M5rShMY0oiENqE896lKH2tSiJjWoTjWqUoXKVKIiFShPOcpShtKUoiQlKE4x
|
||||
ilKEwhSiIAXITz7ykofc5CInOchONrKShcxkIiMZSE860pKG1KQiJSlITjKS
|
||||
koTEJCIhCYhPPOISh9jEIiYxiE40ohKFyEQiIhEITzjCEobQhCIkIQhOMIIG
|
||||
/P/l/3X2A/4HMCmY/g==
|
||||
"]]]}, {}, {}}, {{}, {},
|
||||
TagBox[
|
||||
{RGBColor[0.24, 0.6, 0.8], PointSize[0.0055000000000000005`],
|
||||
AbsoluteThickness[2], LineBox[CompressedData["
|
||||
1:eJwl11OwGIYSANAb27Zt27aNxrbZ2LZt22zspI1t207eybyPM7vfO7NK1Kh9
|
||||
5XaBAgICygcJCPgTAyMNCEowghOCkIQiNGEISzjCE4GIRCIyUYhKNKITg5jE
|
||||
IjZxiEs84pOAhCQiMUlISjKSk4KUpCI1aUhLOtKTgYxkIjNZyEo2spODnOQi
|
||||
N3nISz7yU4CCFKIwRShKMYpTgpKUojRlKEu5P3WjAhWpRGWqUJVqVKcGNalF
|
||||
bepQl3rU5y8a0JBGNKYJTWlGc1rQkla0pg1taUd7OtCRTnSmC13pRnd60JNe
|
||||
9KYPffmbfvRnAAMZxGCGMJRhDGcEIxnFaMYwlnGMZwITmcRkpjCVaUxnBjOZ
|
||||
xWzmMJd5zGcBC1nEYpawlGUsZwUrWcVq1rCWdaxnAxvZxGa2sJVtbGcHO9nF
|
||||
bvawl33s5x8OcJBDHOYIRznGcU5wklOc5gxnOce//Md5LnCRS1zmCle5xnVu
|
||||
cJNb3OYOd7nHfR7wkEc85glPecZzXvCSV7zmDW95x3s+8JFPfOYLX/nGd37w
|
||||
k1/85k/zByIwQQhKMIITgpCEIjRhCEs4whOBiEQiMlGISjSiE4OYxCI2cYhL
|
||||
POKTgIQkIjFJSEoykpOClKQiNWlISzrSk4GMZCIzWchKNrKTg5zkIjd5yEs+
|
||||
8lOAghSiMEUoSjGKU4KSlKI0ZShLOcpTgYpUojJVqEo1qlODmtSiNnWoSz3q
|
||||
8xcNaEgjGtOEpjSjOS1oSSta04a2/Bne7elARzrRmS50pRvd6UFPetGbPvTl
|
||||
b/rRnwEMZBCDGcJQhjGcEYxkFKMZw1jGMZ4JTGQSk5nCVKYxnRnMZBazmcNc
|
||||
5jGfBSxkEYtZwlKWsZwVrGQVq1nDWtaxng1sZBOb2cJWtrGdHexkF7vZw172
|
||||
sZ9/OMBBDnGYIxzlGMc5wUlOcZoznOUc//If57nARS5xmStc5RrXucFNbnGb
|
||||
O9zlHvd5wEMe8ZgnPOUZz3nBS17xmje85R3v+cBHPvGZL3zlG9/5wU9+8Zs/
|
||||
iz8QgQlCUIIRnBCEJBShCUNYwhGeCEQkEpGJQlSiEZ0YxCQWsYlDXOIRnwQk
|
||||
JBGJSUJSkpGcFKQkFalJQ1rSkZ4MZCQTmclCVrKRnRzkJBe5yUNe8pGfAhSk
|
||||
EIUpQlGKUZwSlKQUpSlDWcpRngpUpBKVqUJVqlGdGtSkFrWpQ13qUZ+/aEBD
|
||||
GtGYJjSlGc1pQUta0Zo2tKUd7elARzrRmS50pRvd6UFPetGbPvTlb/rRnwEM
|
||||
ZBCDGcJQhjGcEYxkFKMZw1jGMZ4JTGQSk5nCVKYxnRnMZBazmcNc5jGfBSxk
|
||||
EYtZwlKWsZwVrGQVq1nDWtaxng1sZBOb2cJWtrGdHexkF7vZw172sZ9/OMBB
|
||||
DnGYIxzlGMc5wUlOcZoznOUc//If57nARS5xmStc5RrXucFNbnGbO9zlHvd5
|
||||
wEMe8ZgnPOUZz3nBS17xmje85R3v+cBHPvGZL3zlG9/5wU9+8Zs/R38gAhOE
|
||||
oAQjOCEISShCE4awhCM8EYhIJCIThahEIzoxiEksYhOHuMQjPglISCISk4Sk
|
||||
JCM5KUhJKlKThrSkIz0ZyEgmMpOFrGQjOznISS5yk4e85CM/BShIIQpThKIU
|
||||
ozglKEkpSlOGspQL8v+/6X/NfZCK
|
||||
1:eJwl10MQGAgSAMDYtm3btm3bNje2bdu2dmPbtm3nOnWPrpn/1Chho/aV2gUM
|
||||
ECBA48ABAvyNgZAGCEJQghGcEIQkFKEJQ1jCEZ4IRCQSkYlCVKIRnRjEJBax
|
||||
iUNc4hGfBCQkEYlJQlKSkZwUpCQVqUlDWtKRngxkJBOZyUJWspGdHOQkF7nJ
|
||||
Q17ykZ8CFKQQhSlCUYpRnBKUpBSlKUNZylGeClSkEpWpQlWqUZ0a1KQWtalD
|
||||
XepRnwY0pNHfWtCEpjSjOS1oSSta04a2tKM9HehIJzrTha50ozs96EkvetOH
|
||||
vvxDP/ozgIEMYjBDGMowhjOCkYxiNGMYyzjGM4GJTGIyU5jKNKYzg5nMYjZz
|
||||
mMs85rOAhSxiMUtYyjKWs4KVrGI1a1jLOtazgY1sYjNb2Mo2trODnexiN3vY
|
||||
yz7+5T/2c4CDHOIwRzjKMY5zgpOc4jRnOMs5znOBi1ziMle4yjWuc4Ob3OI2
|
||||
d7jLPe7zgIc84jFPeMoznvOCl7ziNW94yzve84GPfOIzX/jKN77zg5/84jd/
|
||||
+Nv8AQlEYIIQlGAEJwQhCUVowhCWcIQnAhGJRGSiEJVoRCcGMYlFbOIQl3jE
|
||||
JwEJSURikpCUZCQnBSlJRWrSkJZ0pCcDGclEZrKQlWxkJwc5yUVu8pCXfOSn
|
||||
AAUpRGGKUJRiFKcEJSlFacpQlnKUpwIVqURlqlCValSnBjWpRW3qUJd61KcB
|
||||
DWlEY5rQlGY0pwUtaUVr2tCWv8O7PR3oSCc604WudKM7PehJL3rTh778Qz/6
|
||||
M4CBDGIwQxjKMIYzgpGMYjRjGMs4xjOBiUxiMlOYyjSmM4OZzGI2c5jLPOaz
|
||||
gIUsYjFLWMoylrOClaxiNWtYyzrWs4GNbGIzW9jKNrazg53sYjd72Ms+/uU/
|
||||
9nOAgxziMEc4yjGOc4KTnOI0ZzjLOc5zgYtc4jJXuMo1rnODm9ziNne4yz3u
|
||||
84CHPOIxT3jKM57zgpe84jVveMs73vOBj3ziM1/4yje+84Of/OI3f/i7+AMS
|
||||
iMAEISjBCE4IQhKK0IQhLOEITwQiEonIRCEq0YhODGISi9jEIS7xiE8CEpKI
|
||||
xCQhKclITgpSkorUpCEt6UhPBjKSicxkISvZyE4OcpKL3OQhL/nITwEKUojC
|
||||
FKEoxShOCUpSitKUoSzlKE8FKlKJylShKtWoTg1qUova1KEu9ahPAxrSiMY0
|
||||
oSnNaE4LWtKK1rShLe1oTwc60onOdKEr3ehOD3rSi970oS//0I/+DGAggxjM
|
||||
EIYyjOGMYCSjGM0YxjKO8UxgIpOYzBSmMo3pzGAms5jNHOYyj/ksYCGLWMwS
|
||||
lrKM5axgJatYzRrWso71bGAjm9jMFrayje3sYCe72M0e9rKPf/mP/RzgIIc4
|
||||
zBGOcozjnOAkpzjNGc5yjvNc4CKXuMwVrnKN69zgJre4zR3uco/7POAhj3jM
|
||||
E57yjOe84CWveM0b3vKO93zgI5/4zBe+8o3v/OAnv/jNH/4e/QEJRGCCEJRg
|
||||
BCcEIQlFaMIQlnCEJwIRiURkohCVaEQnBjGJRWziEJd4xCcBCUlEYpKQlGQk
|
||||
JwUpSUVq0pCWdKQnAxnJRGaykJVsZCcHOclFbvKQl3zkpwAFKURhilCUYhSn
|
||||
BCUpRWnKUJZylKcCFalEZapQlWpUpwY1qUVt6lCXetSnAQ1pFPj/v9j/AJpM
|
||||
mCs=
|
||||
"]]},
|
||||
Annotation[#, "Charting`Private`Tag#1"]& ]},
|
||||
TagBox[
|
||||
{Opacity[0.], PointBox[1694]},
|
||||
Annotation[#, {{Callout}, Charting`Private`Tag, {846}}]& ]}], {{{}, {{},
|
||||
{Opacity[0.], PointBox[1736]},
|
||||
Annotation[#, {{Callout}, Charting`Private`Tag, {867}}]& ]}], {{{}, {{},
|
||||
GraphicsGroupBox[{
|
||||
{LightDarkSwitched[
|
||||
RGBColor[0.87, 0.94, 1]], AbsoluteThickness[4], Opacity[
|
||||
@@ -505,46 +502,39 @@ ozglKEkpSlOGspQL8v+/6X/NfZCK
|
||||
Rational[2, 3], 0.6666666666666666]], CapForm["Butt"], JoinForm[
|
||||
"Round"],
|
||||
BSplineCurveBox[{
|
||||
Offset[{-3., 3.6739403974420594`*^-16}, {3.992526642375*^9,
|
||||
80873.}],
|
||||
Offset[{-8., 9.797174393178826*^-16}, {3.992526642375*^9, 80873.}],
|
||||
Offset[{-10., 9.797174393178826*^-16}, {3.992526642375*^9,
|
||||
80873.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.992526642375*^9,
|
||||
80873.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.992526642375*^9,
|
||||
80873.}]}]},
|
||||
Offset[{-3., 3.6739403974420594`*^-16}, {3.998470311*^9, 75944.}],
|
||||
Offset[{-8., 9.797174393178826*^-16}, {3.998470311*^9, 75944.}],
|
||||
Offset[{-10., 9.797174393178826*^-16}, {3.998470311*^9, 75944.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.998470311*^9, 75944.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.998470311*^9,
|
||||
75944.}]}]},
|
||||
{LightDarkSwitched[
|
||||
RGBColor[
|
||||
0.6666666666666666, 0.6666666666666666, 0.6666666666666666]],
|
||||
AbsoluteThickness[1.25],
|
||||
BSplineCurveBox[{
|
||||
Offset[{-3., 3.6739403974420594`*^-16}, {3.992526642375*^9,
|
||||
80873.}],
|
||||
Offset[{-8., 9.797174393178826*^-16}, {3.992526642375*^9, 80873.}],
|
||||
Offset[{-10., 9.797174393178826*^-16}, {3.992526642375*^9,
|
||||
80873.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.992526642375*^9,
|
||||
80873.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.992526642375*^9,
|
||||
80873.}]}]},
|
||||
Offset[{-3., 3.6739403974420594`*^-16}, {3.998470311*^9, 75944.}],
|
||||
Offset[{-8., 9.797174393178826*^-16}, {3.998470311*^9, 75944.}],
|
||||
Offset[{-10., 9.797174393178826*^-16}, {3.998470311*^9, 75944.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.998470311*^9, 75944.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.998470311*^9,
|
||||
75944.}]}]},
|
||||
{EdgeForm[None], FaceForm[{RGBColor[0.87, 0.94, 1], Opacity[
|
||||
NCache[
|
||||
Rational[2, 3], 0.6666666666666666]]}],
|
||||
PolygonBox[{
|
||||
Offset[{-12.000000000000002`, 5.500000000000004}, {
|
||||
3.992526642375*^9, 80873.}],
|
||||
Offset[{-11.999999999999998`, -5.499999999999996}, {
|
||||
3.992526642375*^9, 80873.}],
|
||||
Offset[{-43., -5.500000000000003}, {3.992526642375*^9, 80873.}],
|
||||
Offset[{-43., 5.499999999999997}, {3.992526642375*^9,
|
||||
80873.}]}]},
|
||||
Offset[{-12.000000000000002`, 5.500000000000004}, {3.998470311*^9,
|
||||
75944.}],
|
||||
Offset[{-11.999999999999998`, -5.499999999999996}, {3.998470311*^9,
|
||||
75944.}],
|
||||
Offset[{-43., -5.500000000000003}, {3.998470311*^9, 75944.}],
|
||||
Offset[{-43., 5.499999999999997}, {3.998470311*^9, 75944.}]}]},
|
||||
{LightDarkSwitched[
|
||||
RGBColor[
|
||||
0.6666666666666666, 0.6666666666666666, 0.6666666666666666]],
|
||||
AbsoluteThickness[1.25], EdgeForm[None]}, {}, InsetBox[
|
||||
StyleBox[
|
||||
RotationBox["\<\"80873\"\>",
|
||||
RotationBox["\<\"75944\"\>",
|
||||
BoxRotation->0.],
|
||||
StripOnInput->False,
|
||||
LineColor->GrayLevel[0],
|
||||
@@ -558,8 +548,8 @@ ozglKEkpSlOGspQL8v+/6X/NfZCK
|
||||
FontSize->Small,
|
||||
FontColor->GrayLevel[0],
|
||||
FontOpacity->1],
|
||||
Offset[{-27.5, 9.797174393178826*^-16}, {3.992526642375*^9, 80873.}],
|
||||
NCache[ImageScaled[{Rational[1, 2], Rational[1, 2]}],
|
||||
Offset[{-27.5, 9.797174393178826*^-16}, {3.998470311*^9, 75944.}],
|
||||
NCache[ImageScaled[{Rational[1, 2], Rational[1, 2]}],
|
||||
ImageScaled[{0.5, 0.5}]]]}]}}, {}}},
|
||||
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
|
||||
Axes->{False, False},
|
||||
@@ -704,36 +694,30 @@ ozglKEkpSlOGspQL8v+/6X/NfZCK
|
||||
"\"base version: (adware + malware) only\"", 12, Bold, StripOnInput ->
|
||||
False]}, {
|
||||
StyleBox[
|
||||
"\"updated: Sat 18 Jul 2026 21:49:19 UTC\"", 12, StripOnInput ->
|
||||
"\"updated: Fri 25 Sep 2026 19:31:35 UTC\"", 12, StripOnInput ->
|
||||
False]}}, GridBoxAlignment -> {"Columns" -> {{Center}}},
|
||||
DefaultBaseStyle -> "Column",
|
||||
GridBoxItemSize -> {
|
||||
"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"],
|
||||
TraditionalForm],
|
||||
PlotRange->{{3.729024*^9, 3.9933216*^9}, {0., 253021.}},
|
||||
PlotRange->{{3.729024*^9, 3.9992832*^9}, {0., 253021.}},
|
||||
PlotRangePadding->{{
|
||||
Scaled[0.02],
|
||||
Scaled[0.02]}, {None,
|
||||
Scaled[0.08090169943749476]}},
|
||||
Ticks->{{}, Automatic}]], "Output",
|
||||
CellChangeTimes->CompressedData["
|
||||
1:eJwNz1sowwEYBfDJEIuYS7GIB8nEJPHk8hmiFho2JQ+W5ZbWhFwm8bg88EBZ
|
||||
iblkGPtnF7YxI5e55MndShFF+0oRWsj3cPo9nnMSZAqx3IfFYqVTYld3Em+1
|
||||
CEGM7StpBmEqNAmiZxEO3Hp5D+nRnQri5hAEnuYYF7k7bK+Mn0fgPfHzOshJ
|
||||
ycubi/zhlGs5CwjTmo8Wtg5BaI9iZZLPIunxHjnIrAQFLiLM8JnSTPIze1S6
|
||||
TPrOCR13SwgFZfKRgWWE8+z0Bz89Qq64smKITI7UlFatILiDe8suyb7GZp56
|
||||
FcEiMxjfyVAbZ7PTgHDfa9adMwivfv1OzRrC2H7aU44RIeOD6+WaEBrYnOtW
|
||||
kv/rvM6yIPgrDIXh6wj1RX9uNSluCziq2UDo7pGKjKTerCypsyIcTxy2+9to
|
||||
b7HkQk9yheOFj3aECOYkpHYTgX1gFyVs0X/TzfgaaVXJm65IrPJ4VQ7qfewK
|
||||
05JKa0QqbCN877xVpzgR8nXvrWfkP1Hn0NQ=
|
||||
"],
|
||||
CellLabel->"Out[21]=",ExpressionUUID->"4dce608b-52fb-40e8-9898-398907a1d3b4"]
|
||||
CellChangeTimes->{
|
||||
3.997518146010844*^9, 3.997781286629609*^9, 3.9979832705299664`*^9,
|
||||
3.998334162359736*^9, {3.9985936039711027`*^9, 3.998593606199188*^9},
|
||||
3.9989270403515987`*^9, 3.999183179015541*^9, 3.999353495530822*^9},
|
||||
CellLabel->
|
||||
"Out[475]=",ExpressionUUID->"bdcf96de-d96e-4ffd-83be-c8e2d5933243"]
|
||||
}, Open ]]
|
||||
},
|
||||
WindowSize->{1280.25, 878.25},
|
||||
WindowMargins->{{0, Automatic}, {Automatic, 0}},
|
||||
Magnification:>1.25 Inherited,
|
||||
FrontEndVersion->"15.0 for Mac OS X ARM (64-bit) (May 19, 2026)",
|
||||
FrontEndVersion->"15.0 for Mac OS X ARM (64-bit) (July 2, 2026)",
|
||||
StyleDefinitions->"Default.nb",
|
||||
ExpressionUUID->"a68abeaf-41ba-46e4-a91b-e09f414e080e"
|
||||
]
|
||||
@@ -748,16 +732,17 @@ CellTagsIndex->{}
|
||||
*)
|
||||
(*NotebookFileOutline
|
||||
Notebook[{
|
||||
Cell[554, 20, 167, 2, 62, "Input",ExpressionUUID->"4758e301-de41-43dc-8b9d-10592e1aa6bd"],
|
||||
Cell[CellGroupData[{
|
||||
Cell[746, 26, 5536, 130, 23, "Input",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5",
|
||||
CellOpen->False],
|
||||
Cell[6285, 158, 1224, 22, 53, "Output",ExpressionUUID->"3650c1fe-9580-4897-b8e5-9811230a3994"]
|
||||
Cell[576, 22, 5568, 132, 23, "Input",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5",
|
||||
CellOpen->False,
|
||||
InitializationCell->True],
|
||||
Cell[6147, 156, 751, 14, 53, "Output",ExpressionUUID->"f987a623-d236-4091-8a99-8a41926e1e1a"]
|
||||
}, Open ]],
|
||||
Cell[CellGroupData[{
|
||||
Cell[7546, 185, 5482, 117, 23, "Input",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309",
|
||||
CellOpen->False],
|
||||
Cell[13031, 304, 20995, 425, 546, "Output",ExpressionUUID->"4dce608b-52fb-40e8-9898-398907a1d3b4"]
|
||||
Cell[6935, 175, 5513, 119, 23, "Input",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309",
|
||||
CellOpen->False,
|
||||
InitializationCell->True],
|
||||
Cell[12451, 296, 20801, 417, 546, "Output",ExpressionUUID->"bdcf96de-d96e-4ffd-83be-c8e2d5933243"]
|
||||
}, Open ]]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -844,3 +844,24 @@
|
||||
2026-07-09,78450
|
||||
2026-07-14,75993
|
||||
2026-07-18,80873
|
||||
2026-07-21,89946
|
||||
2026-07-23,93155
|
||||
2026-07-27,96766
|
||||
2026-08-02,99275
|
||||
2026-08-05,99557
|
||||
2026-08-11,97646
|
||||
2026-08-14,98949
|
||||
2026-08-18,95665
|
||||
2026-08-20,93515
|
||||
2026-08-23,82561
|
||||
2026-08-26,81394
|
||||
2026-08-27,79746
|
||||
2026-08-31,78608
|
||||
2026-09-04,79994
|
||||
2026-09-07,79540
|
||||
2026-09-09,79962
|
||||
2026-09-13,78140
|
||||
2026-09-17,80169
|
||||
2026-09-20,76229
|
||||
2026-09-23,76510
|
||||
2026-09-25,75944
|
||||
|
||||
Reference in New Issue
Block a user