mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-09-26 14:20:09 +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 |
+35
-5
@@ -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,15 +12,43 @@ updates:
|
||||
github-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
update-types:
|
||||
- minor
|
||||
- patch
|
||||
- package-ecosystem: pip
|
||||
directory: "/"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
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
|
||||
versioning-strategy: lockfile-only
|
||||
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
|
||||
|
||||
@@ -39,13 +39,13 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
|
||||
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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
|
||||
uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
|
||||
with:
|
||||
category: "/language:${{ matrix.language }}"
|
||||
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
||||
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
|
||||
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
|
||||
|
||||
@@ -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: 27 August 2026 19:34:01 (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,786
|
||||
# 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: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 3.928 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
|
||||
@@ -2255,6 +2255,8 @@
|
||||
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
|
||||
@@ -2293,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
|
||||
@@ -2426,6 +2429,7 @@
|
||||
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
|
||||
@@ -2546,14 +2550,17 @@
|
||||
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
|
||||
@@ -2652,11 +2659,13 @@
|
||||
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
|
||||
@@ -2843,10 +2852,12 @@
|
||||
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
|
||||
@@ -2891,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
|
||||
@@ -3112,9 +3124,11 @@
|
||||
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
|
||||
@@ -3437,9 +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
|
||||
@@ -3472,6 +3489,7 @@
|
||||
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
|
||||
@@ -3486,6 +3504,7 @@
|
||||
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
|
||||
@@ -3532,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
|
||||
@@ -3742,6 +3762,7 @@
|
||||
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
|
||||
@@ -3749,6 +3770,7 @@
|
||||
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
|
||||
@@ -3997,6 +4019,7 @@
|
||||
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
|
||||
@@ -4009,9 +4032,11 @@
|
||||
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
|
||||
@@ -4040,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
|
||||
@@ -4086,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
|
||||
@@ -4158,6 +4185,7 @@
|
||||
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
|
||||
@@ -4165,6 +4193,7 @@
|
||||
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
|
||||
@@ -4270,12 +4299,15 @@
|
||||
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
|
||||
@@ -4512,11 +4544,13 @@
|
||||
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
|
||||
@@ -4635,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
|
||||
@@ -4740,8 +4776,10 @@
|
||||
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
|
||||
@@ -4790,11 +4828,13 @@
|
||||
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
|
||||
@@ -4867,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
|
||||
@@ -5040,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
|
||||
@@ -5110,6 +5153,7 @@
|
||||
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
|
||||
@@ -5136,6 +5180,7 @@
|
||||
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
|
||||
@@ -5241,7 +5286,9 @@
|
||||
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
|
||||
@@ -5348,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
|
||||
@@ -5356,6 +5404,7 @@
|
||||
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
|
||||
@@ -5372,6 +5421,7 @@
|
||||
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
|
||||
@@ -5539,11 +5589,13 @@
|
||||
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
|
||||
@@ -6031,8 +6083,10 @@
|
||||
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
|
||||
@@ -6131,6 +6185,7 @@
|
||||
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
|
||||
@@ -6150,6 +6205,31 @@
|
||||
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
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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,786 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:02 (UTC)
|
||||
# Date: 25 September 2026 19:30:12 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: fakenews, gambling, porn
|
||||
# Number of unique domains: 85,541
|
||||
# Number of unique domains: 85,659
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-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 Gambling VN
|
||||
# Last modified: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 3.928 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
|
||||
@@ -2255,6 +2255,8 @@
|
||||
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
|
||||
@@ -2293,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
|
||||
@@ -2426,6 +2429,7 @@
|
||||
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
|
||||
@@ -2546,14 +2550,17 @@
|
||||
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
|
||||
@@ -2652,11 +2659,13 @@
|
||||
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
|
||||
@@ -2843,10 +2852,12 @@
|
||||
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
|
||||
@@ -2891,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
|
||||
@@ -3112,9 +3124,11 @@
|
||||
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
|
||||
@@ -3437,9 +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
|
||||
@@ -3472,6 +3489,7 @@
|
||||
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
|
||||
@@ -3486,6 +3504,7 @@
|
||||
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
|
||||
@@ -3532,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
|
||||
@@ -3742,6 +3762,7 @@
|
||||
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
|
||||
@@ -3749,6 +3770,7 @@
|
||||
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
|
||||
@@ -3997,6 +4019,7 @@
|
||||
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
|
||||
@@ -4009,9 +4032,11 @@
|
||||
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
|
||||
@@ -4040,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
|
||||
@@ -4086,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
|
||||
@@ -4158,6 +4185,7 @@
|
||||
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
|
||||
@@ -4165,6 +4193,7 @@
|
||||
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
|
||||
@@ -4270,12 +4299,15 @@
|
||||
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
|
||||
@@ -4512,11 +4544,13 @@
|
||||
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
|
||||
@@ -4635,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
|
||||
@@ -4740,8 +4776,10 @@
|
||||
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
|
||||
@@ -4790,11 +4828,13 @@
|
||||
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
|
||||
@@ -4867,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
|
||||
@@ -5040,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
|
||||
@@ -5110,6 +5153,7 @@
|
||||
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
|
||||
@@ -5136,6 +5180,7 @@
|
||||
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
|
||||
@@ -5241,7 +5286,9 @@
|
||||
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
|
||||
@@ -5348,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
|
||||
@@ -5356,6 +5404,7 @@
|
||||
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
|
||||
@@ -5372,6 +5421,7 @@
|
||||
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
|
||||
@@ -5539,11 +5589,13 @@
|
||||
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
|
||||
@@ -6031,8 +6083,10 @@
|
||||
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
|
||||
@@ -6131,6 +6185,7 @@
|
||||
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
|
||||
@@ -6150,6 +6205,31 @@
|
||||
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
|
||||
@@ -8816,9 +8896,9 @@
|
||||
0.0.0.0 nextbola.ac.id
|
||||
0.0.0.0 bolaku.sch.id
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 1.906 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
|
||||
@@ -8913,6 +8993,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
|
||||
@@ -9073,6 +9154,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
|
||||
@@ -9086,7 +9168,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
|
||||
@@ -9139,6 +9224,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
|
||||
@@ -9265,9 +9351,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
|
||||
@@ -9275,6 +9363,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
|
||||
@@ -9296,8 +9385,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
|
||||
@@ -9331,11 +9424,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
|
||||
@@ -9350,6 +9445,8 @@
|
||||
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
|
||||
@@ -9472,6 +9569,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
|
||||
@@ -9548,6 +9646,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
|
||||
@@ -9559,6 +9658,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
|
||||
@@ -9568,6 +9668,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
|
||||
@@ -9616,6 +9717,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
|
||||
@@ -9892,10 +9994,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
|
||||
@@ -9904,9 +10008,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
|
||||
@@ -9951,6 +10058,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
|
||||
@@ -9984,6 +10092,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
|
||||
@@ -10094,6 +10203,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
|
||||
@@ -10198,6 +10308,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
|
||||
@@ -10362,6 +10473,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
|
||||
@@ -10567,6 +10679,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
|
||||
@@ -10608,8 +10721,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
|
||||
@@ -10655,6 +10770,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
|
||||
@@ -10705,6 +10821,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
|
||||
@@ -31118,6 +31235,7 @@
|
||||
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 lechitax.com
|
||||
0.0.0.0 rahaporn.com
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 www.rahaporn.com
|
||||
@@ -58497,7 +58615,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
|
||||
@@ -85311,6 +85428,7 @@
|
||||
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: **August 27 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,541 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:04 (UTC)
|
||||
# Date: 25 September 2026 19:30:14 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: fakenews, gambling, porn, social
|
||||
# Number of unique domains: 89,295
|
||||
# Number of unique domains: 89,413
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts
|
||||
# Project home page: https://github.com/StevenBlack/hosts
|
||||
@@ -2206,9 +2206,9 @@
|
||||
0.0.0.0 yubasuttertimes.com
|
||||
0.0.0.0 zombie.news
|
||||
# Title: hostsVN Gambling VN
|
||||
# Last modified: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 3.928 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
|
||||
@@ -2249,6 +2249,8 @@
|
||||
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
|
||||
@@ -2287,6 +2289,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
|
||||
@@ -2420,6 +2423,7 @@
|
||||
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
|
||||
@@ -2540,14 +2544,17 @@
|
||||
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
|
||||
@@ -2646,11 +2653,13 @@
|
||||
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
|
||||
@@ -2837,10 +2846,12 @@
|
||||
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
|
||||
@@ -2885,6 +2896,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
|
||||
@@ -3106,9 +3118,11 @@
|
||||
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
|
||||
@@ -3431,9 +3445,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
|
||||
@@ -3466,6 +3483,7 @@
|
||||
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
|
||||
@@ -3480,6 +3498,7 @@
|
||||
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
|
||||
@@ -3526,6 +3545,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
|
||||
@@ -3736,6 +3756,7 @@
|
||||
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
|
||||
@@ -3743,6 +3764,7 @@
|
||||
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
|
||||
@@ -3991,6 +4013,7 @@
|
||||
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
|
||||
@@ -4003,9 +4026,11 @@
|
||||
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
|
||||
@@ -4034,6 +4059,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
|
||||
@@ -4080,6 +4106,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
|
||||
@@ -4152,6 +4179,7 @@
|
||||
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
|
||||
@@ -4159,6 +4187,7 @@
|
||||
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
|
||||
@@ -4264,12 +4293,15 @@
|
||||
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
|
||||
@@ -4506,11 +4538,13 @@
|
||||
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
|
||||
@@ -4629,6 +4663,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
|
||||
@@ -4734,8 +4770,10 @@
|
||||
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
|
||||
@@ -4784,11 +4822,13 @@
|
||||
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
|
||||
@@ -4861,6 +4901,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
|
||||
@@ -5034,6 +5075,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
|
||||
@@ -5104,6 +5147,7 @@
|
||||
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
|
||||
@@ -5130,6 +5174,7 @@
|
||||
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
|
||||
@@ -5235,7 +5280,9 @@
|
||||
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
|
||||
@@ -5342,6 +5389,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
|
||||
@@ -5350,6 +5398,7 @@
|
||||
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
|
||||
@@ -5366,6 +5415,7 @@
|
||||
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
|
||||
@@ -5533,11 +5583,13 @@
|
||||
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
|
||||
@@ -6025,8 +6077,10 @@
|
||||
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
|
||||
@@ -6125,6 +6179,7 @@
|
||||
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
|
||||
@@ -6144,6 +6199,31 @@
|
||||
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
|
||||
@@ -8810,9 +8890,9 @@
|
||||
0.0.0.0 nextbola.ac.id
|
||||
0.0.0.0 bolaku.sch.id
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 1.906 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
|
||||
@@ -8905,6 +8985,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
|
||||
@@ -9064,6 +9145,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
|
||||
@@ -9076,7 +9158,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
|
||||
@@ -9129,6 +9214,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
|
||||
@@ -9255,9 +9341,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
|
||||
@@ -9265,6 +9353,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
|
||||
@@ -9286,8 +9375,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
|
||||
@@ -9321,11 +9414,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
|
||||
@@ -9340,6 +9435,8 @@
|
||||
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
|
||||
@@ -9460,6 +9557,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
|
||||
@@ -9535,6 +9633,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
|
||||
@@ -9546,6 +9645,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
|
||||
@@ -9555,6 +9655,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
|
||||
@@ -9603,6 +9704,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
|
||||
@@ -9878,10 +9980,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
|
||||
@@ -9890,9 +9994,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
|
||||
@@ -9937,6 +10044,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
|
||||
@@ -9970,6 +10078,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
|
||||
@@ -10080,6 +10189,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
|
||||
@@ -10184,6 +10294,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
|
||||
@@ -10346,6 +10457,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
|
||||
@@ -10551,6 +10663,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
|
||||
@@ -10591,8 +10704,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
|
||||
@@ -10638,6 +10753,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
|
||||
@@ -10688,6 +10804,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
|
||||
@@ -31096,6 +31213,7 @@
|
||||
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 lechitax.com
|
||||
0.0.0.0 rahaporn.com
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 www.rahaporn.com
|
||||
@@ -58465,7 +58583,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
|
||||
@@ -85263,6 +85380,7 @@
|
||||
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: **August 27 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 89,295 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28697
-32050
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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,381 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28697
-32050
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 164,607 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:04 (UTC)
|
||||
# Date: 25 September 2026 19:30:15 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: fakenews, gambling, social
|
||||
# Number of unique domains: 12,594
|
||||
# Number of unique domains: 12,674
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-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: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 3.928 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
|
||||
@@ -2255,6 +2255,8 @@
|
||||
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
|
||||
@@ -2293,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
|
||||
@@ -2426,6 +2429,7 @@
|
||||
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
|
||||
@@ -2546,14 +2550,17 @@
|
||||
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
|
||||
@@ -2652,11 +2659,13 @@
|
||||
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
|
||||
@@ -2843,10 +2852,12 @@
|
||||
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
|
||||
@@ -2891,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
|
||||
@@ -3112,9 +3124,11 @@
|
||||
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
|
||||
@@ -3437,9 +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
|
||||
@@ -3472,6 +3489,7 @@
|
||||
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
|
||||
@@ -3486,6 +3504,7 @@
|
||||
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
|
||||
@@ -3532,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
|
||||
@@ -3742,6 +3762,7 @@
|
||||
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
|
||||
@@ -3749,6 +3770,7 @@
|
||||
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
|
||||
@@ -3997,6 +4019,7 @@
|
||||
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
|
||||
@@ -4009,9 +4032,11 @@
|
||||
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
|
||||
@@ -4040,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
|
||||
@@ -4086,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
|
||||
@@ -4158,6 +4185,7 @@
|
||||
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
|
||||
@@ -4165,6 +4193,7 @@
|
||||
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
|
||||
@@ -4270,12 +4299,15 @@
|
||||
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
|
||||
@@ -4512,11 +4544,13 @@
|
||||
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
|
||||
@@ -4635,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
|
||||
@@ -4740,8 +4776,10 @@
|
||||
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
|
||||
@@ -4790,11 +4828,13 @@
|
||||
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
|
||||
@@ -4867,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
|
||||
@@ -5040,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
|
||||
@@ -5110,6 +5153,7 @@
|
||||
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
|
||||
@@ -5136,6 +5180,7 @@
|
||||
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
|
||||
@@ -5241,7 +5286,9 @@
|
||||
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
|
||||
@@ -5348,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
|
||||
@@ -5356,6 +5404,7 @@
|
||||
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
|
||||
@@ -5372,6 +5421,7 @@
|
||||
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
|
||||
@@ -5539,11 +5589,13 @@
|
||||
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
|
||||
@@ -6031,8 +6083,10 @@
|
||||
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
|
||||
@@ -6131,6 +6185,7 @@
|
||||
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
|
||||
@@ -6150,6 +6205,31 @@
|
||||
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
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 12,594 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28655
-32045
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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,346 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28655
-32045
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 88,570 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:00 (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: **August 27 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:06 (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,948
|
||||
# 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: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 1.906 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
|
||||
@@ -2727,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
|
||||
@@ -2746,6 +2761,8 @@
|
||||
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
|
||||
@@ -2868,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
|
||||
@@ -2944,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
|
||||
@@ -2955,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
|
||||
@@ -2964,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
|
||||
@@ -3012,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
|
||||
@@ -3288,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
|
||||
@@ -3300,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
|
||||
@@ -3347,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
|
||||
@@ -3380,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
|
||||
@@ -3490,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
|
||||
@@ -3594,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
|
||||
@@ -3758,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
|
||||
@@ -3963,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
|
||||
@@ -4004,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
|
||||
@@ -4051,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
|
||||
@@ -4101,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
|
||||
@@ -24514,6 +24551,7 @@
|
||||
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 lechitax.com
|
||||
0.0.0.0 rahaporn.com
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 www.rahaporn.com
|
||||
@@ -51893,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
|
||||
@@ -78707,6 +78744,7 @@
|
||||
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: **August 27 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,948 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:07 (UTC)
|
||||
# Date: 25 September 2026 19:30:18 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: fakenews, porn, social
|
||||
# Number of unique domains: 82,754
|
||||
# Number of unique domains: 82,792
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social-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: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 1.906 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
|
||||
@@ -2727,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
|
||||
@@ -2746,6 +2761,8 @@
|
||||
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
|
||||
@@ -2868,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
|
||||
@@ -2944,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
|
||||
@@ -2955,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
|
||||
@@ -2964,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
|
||||
@@ -3012,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
|
||||
@@ -3288,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
|
||||
@@ -3300,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
|
||||
@@ -3347,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
|
||||
@@ -3380,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
|
||||
@@ -3490,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
|
||||
@@ -3594,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
|
||||
@@ -3758,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
|
||||
@@ -3963,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
|
||||
@@ -4004,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
|
||||
@@ -4051,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
|
||||
@@ -4101,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
|
||||
@@ -24514,6 +24551,7 @@
|
||||
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 lechitax.com
|
||||
0.0.0.0 rahaporn.com
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 www.rahaporn.com
|
||||
@@ -51893,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
|
||||
@@ -78707,6 +78744,7 @@
|
||||
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: **August 27 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,754 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28614
-32047
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 161,800 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28614
-32047
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 158,026 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:08 (UTC)
|
||||
# Date: 25 September 2026 19:30:18 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: fakenews, social
|
||||
# Number of unique domains: 6,001
|
||||
|
||||
@@ -35,7 +35,7 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28572
-32042
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 85,765 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28572
-32042
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 81,989 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:09 (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,593
|
||||
# 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: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 3.928 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
|
||||
@@ -62,6 +62,8 @@
|
||||
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
|
||||
@@ -100,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
|
||||
@@ -233,6 +236,7 @@
|
||||
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
|
||||
@@ -353,14 +357,17 @@
|
||||
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
|
||||
@@ -459,11 +466,13 @@
|
||||
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
|
||||
@@ -650,10 +659,12 @@
|
||||
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
|
||||
@@ -698,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
|
||||
@@ -919,9 +931,11 @@
|
||||
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
|
||||
@@ -1244,9 +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
|
||||
@@ -1279,6 +1296,7 @@
|
||||
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
|
||||
@@ -1293,6 +1311,7 @@
|
||||
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
|
||||
@@ -1339,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
|
||||
@@ -1549,6 +1569,7 @@
|
||||
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
|
||||
@@ -1556,6 +1577,7 @@
|
||||
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
|
||||
@@ -1804,6 +1826,7 @@
|
||||
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
|
||||
@@ -1816,9 +1839,11 @@
|
||||
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
|
||||
@@ -1847,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
|
||||
@@ -1893,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
|
||||
@@ -1965,6 +1992,7 @@
|
||||
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
|
||||
@@ -1972,6 +2000,7 @@
|
||||
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
|
||||
@@ -2077,12 +2106,15 @@
|
||||
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
|
||||
@@ -2319,11 +2351,13 @@
|
||||
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
|
||||
@@ -2442,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
|
||||
@@ -2547,8 +2583,10 @@
|
||||
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
|
||||
@@ -2597,11 +2635,13 @@
|
||||
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
|
||||
@@ -2674,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
|
||||
@@ -2847,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
|
||||
@@ -2917,6 +2960,7 @@
|
||||
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
|
||||
@@ -2943,6 +2987,7 @@
|
||||
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
|
||||
@@ -3048,7 +3093,9 @@
|
||||
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
|
||||
@@ -3155,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
|
||||
@@ -3163,6 +3211,7 @@
|
||||
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
|
||||
@@ -3179,6 +3228,7 @@
|
||||
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
|
||||
@@ -3346,11 +3396,13 @@
|
||||
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
|
||||
@@ -3838,8 +3890,10 @@
|
||||
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
|
||||
@@ -3938,6 +3992,7 @@
|
||||
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
|
||||
@@ -3957,6 +4012,31 @@
|
||||
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
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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,593 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:10 (UTC)
|
||||
# Date: 25 September 2026 19:30:20 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: gambling, porn
|
||||
# Number of unique domains: 83,348
|
||||
# Number of unique domains: 83,466
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-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: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 3.928 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
|
||||
@@ -62,6 +62,8 @@
|
||||
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
|
||||
@@ -100,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
|
||||
@@ -233,6 +236,7 @@
|
||||
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
|
||||
@@ -353,14 +357,17 @@
|
||||
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
|
||||
@@ -459,11 +466,13 @@
|
||||
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
|
||||
@@ -650,10 +659,12 @@
|
||||
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
|
||||
@@ -698,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
|
||||
@@ -919,9 +931,11 @@
|
||||
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
|
||||
@@ -1244,9 +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
|
||||
@@ -1279,6 +1296,7 @@
|
||||
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
|
||||
@@ -1293,6 +1311,7 @@
|
||||
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
|
||||
@@ -1339,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
|
||||
@@ -1549,6 +1569,7 @@
|
||||
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
|
||||
@@ -1556,6 +1577,7 @@
|
||||
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
|
||||
@@ -1804,6 +1826,7 @@
|
||||
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
|
||||
@@ -1816,9 +1839,11 @@
|
||||
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
|
||||
@@ -1847,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
|
||||
@@ -1893,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
|
||||
@@ -1965,6 +1992,7 @@
|
||||
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
|
||||
@@ -1972,6 +2000,7 @@
|
||||
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
|
||||
@@ -2077,12 +2106,15 @@
|
||||
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
|
||||
@@ -2319,11 +2351,13 @@
|
||||
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
|
||||
@@ -2442,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
|
||||
@@ -2547,8 +2583,10 @@
|
||||
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
|
||||
@@ -2597,11 +2635,13 @@
|
||||
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
|
||||
@@ -2674,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
|
||||
@@ -2847,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
|
||||
@@ -2917,6 +2960,7 @@
|
||||
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
|
||||
@@ -2943,6 +2987,7 @@
|
||||
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
|
||||
@@ -3048,7 +3093,9 @@
|
||||
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
|
||||
@@ -3155,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
|
||||
@@ -3163,6 +3211,7 @@
|
||||
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
|
||||
@@ -3179,6 +3228,7 @@
|
||||
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
|
||||
@@ -3346,11 +3396,13 @@
|
||||
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
|
||||
@@ -3838,8 +3890,10 @@
|
||||
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
|
||||
@@ -3938,6 +3992,7 @@
|
||||
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
|
||||
@@ -3957,6 +4012,31 @@
|
||||
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
|
||||
@@ -6623,9 +6703,9 @@
|
||||
0.0.0.0 nextbola.ac.id
|
||||
0.0.0.0 bolaku.sch.id
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 1.906 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
|
||||
@@ -6720,6 +6800,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
|
||||
@@ -6880,6 +6961,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
|
||||
@@ -6893,7 +6975,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
|
||||
@@ -6946,6 +7031,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
|
||||
@@ -7072,9 +7158,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
|
||||
@@ -7082,6 +7170,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
|
||||
@@ -7103,8 +7192,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
|
||||
@@ -7138,11 +7231,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
|
||||
@@ -7157,6 +7252,8 @@
|
||||
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
|
||||
@@ -7279,6 +7376,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
|
||||
@@ -7355,6 +7453,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
|
||||
@@ -7366,6 +7465,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
|
||||
@@ -7375,6 +7475,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
|
||||
@@ -7423,6 +7524,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
|
||||
@@ -7699,10 +7801,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
|
||||
@@ -7711,9 +7815,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
|
||||
@@ -7758,6 +7865,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
|
||||
@@ -7791,6 +7899,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
|
||||
@@ -7901,6 +8010,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
|
||||
@@ -8005,6 +8115,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
|
||||
@@ -8169,6 +8280,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
|
||||
@@ -8374,6 +8486,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
|
||||
@@ -8415,8 +8528,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
|
||||
@@ -8462,6 +8577,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
|
||||
@@ -8512,6 +8628,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
|
||||
@@ -28925,6 +29042,7 @@
|
||||
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 lechitax.com
|
||||
0.0.0.0 rahaporn.com
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 www.rahaporn.com
|
||||
@@ -56304,7 +56422,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
|
||||
@@ -83118,6 +83235,7 @@
|
||||
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: **August 27 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,348 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:12 (UTC)
|
||||
# Date: 25 September 2026 19:30:22 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: gambling, porn, social
|
||||
# Number of unique domains: 87,154
|
||||
# Number of unique domains: 87,272
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-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: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 3.928 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
|
||||
@@ -62,6 +62,8 @@
|
||||
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
|
||||
@@ -100,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
|
||||
@@ -233,6 +236,7 @@
|
||||
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
|
||||
@@ -353,14 +357,17 @@
|
||||
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
|
||||
@@ -459,11 +466,13 @@
|
||||
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
|
||||
@@ -650,10 +659,12 @@
|
||||
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
|
||||
@@ -698,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
|
||||
@@ -919,9 +931,11 @@
|
||||
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
|
||||
@@ -1244,9 +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
|
||||
@@ -1279,6 +1296,7 @@
|
||||
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
|
||||
@@ -1293,6 +1311,7 @@
|
||||
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
|
||||
@@ -1339,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
|
||||
@@ -1549,6 +1569,7 @@
|
||||
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
|
||||
@@ -1556,6 +1577,7 @@
|
||||
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
|
||||
@@ -1804,6 +1826,7 @@
|
||||
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
|
||||
@@ -1816,9 +1839,11 @@
|
||||
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
|
||||
@@ -1847,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
|
||||
@@ -1893,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
|
||||
@@ -1965,6 +1992,7 @@
|
||||
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
|
||||
@@ -1972,6 +2000,7 @@
|
||||
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
|
||||
@@ -2077,12 +2106,15 @@
|
||||
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
|
||||
@@ -2319,11 +2351,13 @@
|
||||
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
|
||||
@@ -2442,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
|
||||
@@ -2547,8 +2583,10 @@
|
||||
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
|
||||
@@ -2597,11 +2635,13 @@
|
||||
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
|
||||
@@ -2674,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
|
||||
@@ -2847,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
|
||||
@@ -2917,6 +2960,7 @@
|
||||
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
|
||||
@@ -2943,6 +2987,7 @@
|
||||
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
|
||||
@@ -3048,7 +3093,9 @@
|
||||
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
|
||||
@@ -3155,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
|
||||
@@ -3163,6 +3211,7 @@
|
||||
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
|
||||
@@ -3179,6 +3228,7 @@
|
||||
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
|
||||
@@ -3346,11 +3396,13 @@
|
||||
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
|
||||
@@ -3838,8 +3890,10 @@
|
||||
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
|
||||
@@ -3938,6 +3992,7 @@
|
||||
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
|
||||
@@ -3957,6 +4012,31 @@
|
||||
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
|
||||
@@ -6623,9 +6703,9 @@
|
||||
0.0.0.0 nextbola.ac.id
|
||||
0.0.0.0 bolaku.sch.id
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 1.906 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
|
||||
@@ -6720,6 +6800,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
|
||||
@@ -6880,6 +6961,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
|
||||
@@ -6893,7 +6975,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
|
||||
@@ -6946,6 +7031,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
|
||||
@@ -7072,9 +7158,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
|
||||
@@ -7082,6 +7170,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
|
||||
@@ -7103,8 +7192,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
|
||||
@@ -7138,11 +7231,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
|
||||
@@ -7157,6 +7252,8 @@
|
||||
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
|
||||
@@ -7279,6 +7376,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
|
||||
@@ -7355,6 +7453,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
|
||||
@@ -7366,6 +7465,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
|
||||
@@ -7375,6 +7475,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
|
||||
@@ -7423,6 +7524,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
|
||||
@@ -7699,10 +7801,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
|
||||
@@ -7711,9 +7815,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
|
||||
@@ -7758,6 +7865,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
|
||||
@@ -7791,6 +7899,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
|
||||
@@ -7901,6 +8010,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
|
||||
@@ -8005,6 +8115,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
|
||||
@@ -8169,6 +8280,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
|
||||
@@ -8374,6 +8486,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
|
||||
@@ -8415,8 +8528,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
|
||||
@@ -8462,6 +8577,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
|
||||
@@ -8512,6 +8628,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
|
||||
@@ -28925,6 +29042,7 @@
|
||||
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 lechitax.com
|
||||
0.0.0.0 rahaporn.com
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 www.rahaporn.com
|
||||
@@ -56304,7 +56422,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
|
||||
@@ -83118,6 +83235,7 @@
|
||||
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: **August 27 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 87,154 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28697
-32050
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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,194 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28697
-32050
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 162,420 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:12 (UTC)
|
||||
# Date: 25 September 2026 19:30:23 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: gambling, social
|
||||
# Number of unique domains: 10,401
|
||||
# Number of unique domains: 10,481
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-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: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 3.928 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
|
||||
@@ -62,6 +62,8 @@
|
||||
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
|
||||
@@ -100,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
|
||||
@@ -233,6 +236,7 @@
|
||||
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
|
||||
@@ -353,14 +357,17 @@
|
||||
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
|
||||
@@ -459,11 +466,13 @@
|
||||
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
|
||||
@@ -650,10 +659,12 @@
|
||||
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
|
||||
@@ -698,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
|
||||
@@ -919,9 +931,11 @@
|
||||
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
|
||||
@@ -1244,9 +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
|
||||
@@ -1279,6 +1296,7 @@
|
||||
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
|
||||
@@ -1293,6 +1311,7 @@
|
||||
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
|
||||
@@ -1339,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
|
||||
@@ -1549,6 +1569,7 @@
|
||||
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
|
||||
@@ -1556,6 +1577,7 @@
|
||||
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
|
||||
@@ -1804,6 +1826,7 @@
|
||||
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
|
||||
@@ -1816,9 +1839,11 @@
|
||||
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
|
||||
@@ -1847,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
|
||||
@@ -1893,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
|
||||
@@ -1965,6 +1992,7 @@
|
||||
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
|
||||
@@ -1972,6 +2000,7 @@
|
||||
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
|
||||
@@ -2077,12 +2106,15 @@
|
||||
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
|
||||
@@ -2319,11 +2351,13 @@
|
||||
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
|
||||
@@ -2442,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
|
||||
@@ -2547,8 +2583,10 @@
|
||||
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
|
||||
@@ -2597,11 +2635,13 @@
|
||||
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
|
||||
@@ -2674,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
|
||||
@@ -2847,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
|
||||
@@ -2917,6 +2960,7 @@
|
||||
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
|
||||
@@ -2943,6 +2987,7 @@
|
||||
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
|
||||
@@ -3048,7 +3093,9 @@
|
||||
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
|
||||
@@ -3155,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
|
||||
@@ -3163,6 +3211,7 @@
|
||||
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
|
||||
@@ -3179,6 +3228,7 @@
|
||||
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
|
||||
@@ -3346,11 +3396,13 @@
|
||||
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
|
||||
@@ -3838,8 +3890,10 @@
|
||||
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
|
||||
@@ -3938,6 +3992,7 @@
|
||||
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
|
||||
@@ -3957,6 +4012,31 @@
|
||||
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
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 10,401 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28655
-32045
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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,159 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28655
-32045
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 86,383 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:14 (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,755
|
||||
# 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: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 1.906 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
|
||||
@@ -534,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
|
||||
@@ -553,6 +568,8 @@
|
||||
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
|
||||
@@ -675,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
|
||||
@@ -751,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
|
||||
@@ -762,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
|
||||
@@ -771,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
|
||||
@@ -819,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
|
||||
@@ -1095,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
|
||||
@@ -1107,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
|
||||
@@ -1154,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
|
||||
@@ -1187,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
|
||||
@@ -1297,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
|
||||
@@ -1401,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
|
||||
@@ -1565,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
|
||||
@@ -1770,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
|
||||
@@ -1811,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
|
||||
@@ -1858,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
|
||||
@@ -1908,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
|
||||
@@ -22321,6 +22358,7 @@
|
||||
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 lechitax.com
|
||||
0.0.0.0 rahaporn.com
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 www.rahaporn.com
|
||||
@@ -49700,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
|
||||
@@ -76514,6 +76551,7 @@
|
||||
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: **August 27 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,755 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:15 (UTC)
|
||||
# Date: 25 September 2026 19:30:26 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: porn, social
|
||||
# Number of unique domains: 80,561
|
||||
# Number of unique domains: 80,599
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-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: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 1.906 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
|
||||
@@ -534,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
|
||||
@@ -553,6 +568,8 @@
|
||||
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
|
||||
@@ -675,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
|
||||
@@ -751,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
|
||||
@@ -762,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
|
||||
@@ -771,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
|
||||
@@ -819,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
|
||||
@@ -1095,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
|
||||
@@ -1107,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
|
||||
@@ -1154,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
|
||||
@@ -1187,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
|
||||
@@ -1297,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
|
||||
@@ -1401,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
|
||||
@@ -1565,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
|
||||
@@ -1770,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
|
||||
@@ -1811,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
|
||||
@@ -1858,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
|
||||
@@ -1908,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
|
||||
@@ -22321,6 +22358,7 @@
|
||||
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 lechitax.com
|
||||
0.0.0.0 rahaporn.com
|
||||
0.0.0.0 manhwax.top
|
||||
0.0.0.0 www.rahaporn.com
|
||||
@@ -49700,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
|
||||
@@ -76514,6 +76551,7 @@
|
||||
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: **August 27 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 80,561 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28614
-32047
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 159,613 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28614
-32047
File diff suppressed because it is too large
Load Diff
+30
-30
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 155,839 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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: 27 August 2026 19:34:16 (UTC)
|
||||
# Date: 25 September 2026 19:30:26 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: social
|
||||
# Number of unique domains: 3,808
|
||||
|
||||
@@ -35,7 +35,7 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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,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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+28572
-32042
File diff suppressed because it is too large
Load Diff
+30
-30
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **August 27 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 83,578 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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
|
||||
|
||||
+34011
-33269
File diff suppressed because it is too large
Load Diff
@@ -3267,3 +3267,11 @@
|
||||
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
|
||||
|
||||
+121
-120
@@ -1,45 +1,38 @@
|
||||
################################################################
|
||||
# abuse.ch URLhaus Host file #
|
||||
# Last updated: 2026-08-27 19:28:27 (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 123.ywxww.net
|
||||
127.0.0.1 1717.1000uc.com
|
||||
127.0.0.1 1h.vuregyy1.ru
|
||||
127.0.0.1 1h.xeteloi4.ru
|
||||
127.0.0.1 540239621396215402.raymelo.vu
|
||||
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 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 aftelecom.com.br
|
||||
127.0.0.1 airtickts.com
|
||||
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 alphapicaficagency.com
|
||||
127.0.0.1 alternativas.ru
|
||||
127.0.0.1 andrewtreks.com
|
||||
127.0.0.1 app.appzcvb.com
|
||||
127.0.0.1 app.static-file.lol
|
||||
127.0.0.1 architekten-schreiner.de
|
||||
127.0.0.1 archivoscrosoft.com
|
||||
127.0.0.1 areyouready.co.za
|
||||
127.0.0.1 asdsocial.pt
|
||||
127.0.0.1 armoniamiddleeast.ae
|
||||
127.0.0.1 atasapka.com.tr
|
||||
127.0.0.1 atom.freehosting.dev
|
||||
127.0.0.1 attention-check.online
|
||||
127.0.0.1 audicontadores.com
|
||||
127.0.0.1 awarenessexhibition.com
|
||||
127.0.0.1 backupso.com
|
||||
127.0.0.1 balanced-red-emhnkdfj-dp7g2kvqxx8n.edgeone.dev
|
||||
127.0.0.1 beak.in
|
||||
127.0.0.1 bito.com.pk
|
||||
127.0.0.1 beoauto.alexion.rs
|
||||
127.0.0.1 blankeyeo.com
|
||||
127.0.0.1 blessdayservices.org
|
||||
127.0.0.1 blogs.sokun.jp
|
||||
@@ -47,60 +40,63 @@
|
||||
127.0.0.1 bnet-api.playm8ru.win
|
||||
127.0.0.1 bnet.playm8ru.win
|
||||
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 bserail.com
|
||||
127.0.0.1 bvaco.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 ccoffice.site
|
||||
127.0.0.1 cdaonline.com.ar
|
||||
127.0.0.1 cdn.file6.goodid.com
|
||||
127.0.0.1 celebratingseniors.net
|
||||
127.0.0.1 chat-server.maverickpreviews.com
|
||||
127.0.0.1 cheatclients.com
|
||||
127.0.0.1 checkfivem.com
|
||||
127.0.0.1 chiptune.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.calltop.com.br
|
||||
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 coconutoficial.com.br
|
||||
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 cpc188.day
|
||||
127.0.0.1 cpofficial.com
|
||||
127.0.0.1 crazy2cdn.com
|
||||
127.0.0.1 creativevoltage.com
|
||||
127.0.0.1 crazypianoswebshop.nl
|
||||
127.0.0.1 crystalpvp.ru
|
||||
127.0.0.1 cs.go.kg
|
||||
127.0.0.1 cta.edu.pe
|
||||
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 dl.1003b.56a.com
|
||||
127.0.0.1 dl.dzqzd.com
|
||||
127.0.0.1 dl.natgo.cn
|
||||
127.0.0.1 dl.unicron-dl.click
|
||||
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
|
||||
@@ -112,94 +108,105 @@
|
||||
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 download.tfyxzai.com
|
||||
127.0.0.1 dreamwatchevent.com
|
||||
127.0.0.1 duct-master.com
|
||||
127.0.0.1 dynga.pl
|
||||
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 envs.sh
|
||||
127.0.0.1 epanpano.com
|
||||
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 fastsrunners.com
|
||||
127.0.0.1 fd.v2downf.shop
|
||||
127.0.0.1 fdstat.vip
|
||||
127.0.0.1 femade.co.uk
|
||||
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 final-aura.top
|
||||
127.0.0.1 first-security-verden.de
|
||||
127.0.0.1 fiscalizarais.xyz
|
||||
127.0.0.1 flicargo.com
|
||||
127.0.0.1 floppaclient.com
|
||||
127.0.0.1 floppaclient.org
|
||||
127.0.0.1 flyingmutts.com
|
||||
127.0.0.1 fmrio.com
|
||||
127.0.0.1 fujiarte.com
|
||||
127.0.0.1 freeclients.net
|
||||
127.0.0.1 fukt.link
|
||||
127.0.0.1 fullinstall.sbs
|
||||
127.0.0.1 fullstacknir.com
|
||||
127.0.0.1 funneldiy.com
|
||||
127.0.0.1 furystaff.tech
|
||||
127.0.0.1 gabyagozetim.com
|
||||
127.0.0.1 gaiadeqi.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 galerisenimutiara.com
|
||||
127.0.0.1 gamblerigmod.org
|
||||
127.0.0.1 gboutros.howto.rocks
|
||||
127.0.0.1 geoxsecurity.ro
|
||||
127.0.0.1 gestionycobranzas.com
|
||||
127.0.0.1 gestroom.it
|
||||
127.0.0.1 ghanioilandgas.com
|
||||
127.0.0.1 gfgxcx.com
|
||||
127.0.0.1 glbeletronica.com.br
|
||||
127.0.0.1 globalbank.us
|
||||
127.0.0.1 graficaminascard.com.br
|
||||
127.0.0.1 grantexx.com
|
||||
127.0.0.1 gmxx.online
|
||||
127.0.0.1 greenf.alexion.rs
|
||||
127.0.0.1 grupomcperu.com
|
||||
127.0.0.1 gutando.com
|
||||
127.0.0.1 harmeetmotors.com
|
||||
127.0.0.1 hasalltalent.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 htdentshop.com
|
||||
127.0.0.1 icoffeecloud.com
|
||||
127.0.0.1 idylliccreations.net
|
||||
127.0.0.1 ignetwork.us
|
||||
127.0.0.1 igra123.com
|
||||
127.0.0.1 ikincielesyaciankara.com.tr
|
||||
127.0.0.1 impectorinternational.com
|
||||
127.0.0.1 indusenterprises.co
|
||||
127.0.0.1 inventorychanger.com
|
||||
127.0.0.1 iploglab.store
|
||||
127.0.0.1 iniciaonline.com
|
||||
127.0.0.1 invmove.com
|
||||
127.0.0.1 ircftp.net
|
||||
127.0.0.1 isiore.com.co
|
||||
127.0.0.1 itssprout.com
|
||||
127.0.0.1 ixirgroup.com
|
||||
127.0.0.1 jawaratekno.com
|
||||
127.0.0.1 jenniferloeffler.com
|
||||
127.0.0.1 jessespridecharters.com
|
||||
127.0.0.1 jlwz.cn
|
||||
127.0.0.1 joyeriatauro.com
|
||||
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 khavar.com
|
||||
127.0.0.1 kimyen.net
|
||||
127.0.0.1 kits.frog.tw
|
||||
127.0.0.1 kokorostore.it
|
||||
127.0.0.1 kolpa.lol
|
||||
127.0.0.1 KONAKONACRICKET.COM
|
||||
127.0.0.1 konsor.ru
|
||||
127.0.0.1 kramersmarionnettes.com
|
||||
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 laofa.kaoaaapc.cc
|
||||
127.0.0.1 lavos.life
|
||||
127.0.0.1 lawfirm.paperbirdtech.com
|
||||
127.0.0.1 letsupconfig.sbs
|
||||
127.0.0.1 lindnerelektroanlagen.de
|
||||
127.0.0.1 linen-harbor.com
|
||||
127.0.0.1 local-update.com
|
||||
127.0.0.1 lomejordesalamanca.es
|
||||
127.0.0.1 lomeqpe.com
|
||||
127.0.0.1 loop-lumen.com
|
||||
127.0.0.1 luizmatoso.com.br
|
||||
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 manita.lol
|
||||
127.0.0.1 medicosantiagomarrero.com
|
||||
127.0.0.1 meissner.ae
|
||||
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 mkconstructions.net
|
||||
@@ -207,35 +214,43 @@
|
||||
127.0.0.1 mogimall.com
|
||||
127.0.0.1 muaklekcoop.com
|
||||
127.0.0.1 muledo.com
|
||||
127.0.0.1 mundocarnes.cl
|
||||
127.0.0.1 munihuacho.gob.pe
|
||||
127.0.0.1 mx9x.com
|
||||
127.0.0.1 mysura.it
|
||||
127.0.0.1 n.vs108.com
|
||||
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 nova-client.com
|
||||
127.0.0.1 nusatoyota.co.id
|
||||
127.0.0.1 nw.almfwb.com
|
||||
127.0.0.1 ny.lshdw.cc
|
||||
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 okhan.net
|
||||
127.0.0.1 oknoplastik.sk
|
||||
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 palharesinformatica.com.br
|
||||
127.0.0.1 pancar.lol
|
||||
127.0.0.1 paste.mangsud.org
|
||||
127.0.0.1 pay.aqiu6.com
|
||||
127.0.0.1 pcupd.com
|
||||
127.0.0.1 pic.li
|
||||
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 plutotvshow.biz
|
||||
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 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 pulgarinrealtor.com
|
||||
127.0.0.1 pvsa.gxfugy.cn
|
||||
127.0.0.1 qiniuyunxz.yxflzs.com
|
||||
127.0.0.1 qv.co.ke
|
||||
@@ -244,102 +259,94 @@
|
||||
127.0.0.1 rdm.91yunma.cn
|
||||
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 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 rxquickpay.com
|
||||
127.0.0.1 ryanborn.net
|
||||
127.0.0.1 safe-pdf-viewer.lat
|
||||
127.0.0.1 sablayan.seasonshotelmindoro.com
|
||||
127.0.0.1 safeifm.com
|
||||
127.0.0.1 safeuploadz.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 scanbot.me
|
||||
127.0.0.1 scoala1gherla.ro
|
||||
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 shipminttracking.net
|
||||
127.0.0.1 shqdown.ggzuhao.com
|
||||
127.0.0.1 signageinsignia.co.za
|
||||
127.0.0.1 sixmexicos.com
|
||||
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 smileshiplogistics.com
|
||||
127.0.0.1 sochibeer.ru
|
||||
127.0.0.1 soft.110route.com
|
||||
127.0.0.1 solar-sanat.net
|
||||
127.0.0.1 somostask.co
|
||||
127.0.0.1 spgint.com
|
||||
127.0.0.1 static.ilclock.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 streammobs.com
|
||||
127.0.0.1 studiogioeli.it
|
||||
127.0.0.1 support.clz.kr
|
||||
127.0.0.1 sutterpoint.com
|
||||
127.0.0.1 svirtual.sanviatorperu.edu.pe
|
||||
127.0.0.1 swiftfusion.tech
|
||||
127.0.0.1 sxetnavelelaio.com
|
||||
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 tarkioweb.com
|
||||
127.0.0.1 tattinamecheap.com
|
||||
127.0.0.1 taunahi.st
|
||||
127.0.0.1 tecunonline.com
|
||||
127.0.0.1 tehnomag.rs
|
||||
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 thtp2.volamngayxua.net
|
||||
127.0.0.1 tiacreation.club
|
||||
127.0.0.1 tmcksa.com
|
||||
127.0.0.1 toolshare.com.tr
|
||||
127.0.0.1 top8onlinegame.com
|
||||
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 twitch.tj
|
||||
127.0.0.1 twu-hwt.org
|
||||
127.0.0.1 universalmobility.pro
|
||||
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 us.wind0ws.net
|
||||
127.0.0.1 vc.tnygbw.com
|
||||
127.0.0.1 vcc-library.uk
|
||||
127.0.0.1 versaclean.com.br
|
||||
127.0.0.1 veryboys.com
|
||||
127.0.0.1 vgd.vg
|
||||
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 vrajras.com
|
||||
127.0.0.1 wappingerbicornshaps.com
|
||||
127.0.0.1 webcstore.pw
|
||||
127.0.0.1 website.mypetapp.co.za
|
||||
127.0.0.1 widexenmexico.com.mx
|
||||
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 wordtax.ink
|
||||
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
|
||||
@@ -354,33 +361,30 @@
|
||||
127.0.0.1 www.cutting-edge.in
|
||||
127.0.0.1 www.drgenov.com
|
||||
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
|
||||
127.0.0.1 www.kaoaaapc.cc
|
||||
127.0.0.1 www.kenwillzltd.com
|
||||
127.0.0.1 www.knockknock.top
|
||||
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.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.nishiwaki.ne.jp
|
||||
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.pointtohealth.com
|
||||
127.0.0.1 www.reifenquick.de
|
||||
127.0.0.1 www.saf-oil.ru
|
||||
127.0.0.1 www.salonmarketing.ca
|
||||
127.0.0.1 www.sgeseducation.com
|
||||
127.0.0.1 www.silver-hubdachwohnwagen.de
|
||||
127.0.0.1 www.springhillmontessori.com
|
||||
127.0.0.1 www.ss-01.com
|
||||
127.0.0.1 www.starcountry.net
|
||||
127.0.0.1 www.steamrub.com
|
||||
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
|
||||
@@ -392,12 +396,9 @@
|
||||
127.0.0.1 xenon.studio
|
||||
127.0.0.1 xn--yh4bx88a.com
|
||||
127.0.0.1 xshop.com.tr
|
||||
127.0.0.1 xxpro.dev
|
||||
127.0.0.1 yakult-hk.com
|
||||
127.0.0.1 youtransfer.net
|
||||
127.0.0.1 zamilgroups.com
|
||||
127.0.0.1 zcalton.com
|
||||
127.0.0.1 zhigao5191.com
|
||||
127.0.0.1 zhimaly.com
|
||||
127.0.0.1 zycdjz.com
|
||||
# Number of entries: 394
|
||||
# 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: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# 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: Thu, 27 Aug 2026 at 18:26:52 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
|
||||
@@ -1663,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
|
||||
@@ -1939,6 +1940,7 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -2265,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
|
||||
@@ -2970,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
|
||||
@@ -3326,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
|
||||
@@ -3360,6 +3365,8 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -3376,6 +3383,7 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -3400,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
|
||||
@@ -3407,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
|
||||
@@ -3473,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
|
||||
@@ -3485,6 +3497,7 @@ 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
|
||||
@@ -3515,6 +3528,7 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -3541,6 +3555,8 @@ 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
|
||||
@@ -3561,13 +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
|
||||
@@ -3650,8 +3671,10 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -3741,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
|
||||
@@ -3750,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
|
||||
@@ -3793,6 +3819,7 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -3817,6 +3844,8 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -3853,6 +3882,7 @@ 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
|
||||
@@ -3895,6 +3925,7 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -3906,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
|
||||
@@ -3922,6 +3954,7 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -3964,12 +3997,14 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -4051,6 +4086,7 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -4084,6 +4120,7 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -4156,9 +4193,11 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -4237,6 +4276,7 @@ ff02::3 ip6-allhosts
|
||||
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
|
||||
@@ -6550,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
|
||||
@@ -7861,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
|
||||
|
||||
+37
-18
@@ -2,8 +2,8 @@
|
||||
#
|
||||
# For more information about this list, see: https://pgl.yoyo.org/adservers/
|
||||
# ----
|
||||
# last updated: Tue, 11 Aug 2026 12:30:19 GMT
|
||||
# entries: 3522
|
||||
# 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
|
||||
@@ -35,7 +35,7 @@
|
||||
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
|
||||
@@ -45,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
|
||||
@@ -52,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
|
||||
@@ -69,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
|
||||
@@ -113,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
|
||||
@@ -278,6 +278,7 @@
|
||||
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
|
||||
@@ -331,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
|
||||
@@ -406,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
|
||||
@@ -541,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
|
||||
@@ -595,6 +595,7 @@
|
||||
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
|
||||
@@ -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
|
||||
@@ -841,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 +859,6 @@
|
||||
0.0.0.0 als-svc.nytimes.com
|
||||
0.0.0.0 amazingcounters.com
|
||||
0.0.0.0 amazon-adsystem.com
|
||||
0.0.0.0 amcnreil.pro
|
||||
0.0.0.0 americash.com
|
||||
0.0.0.0 amidsttruly.com
|
||||
0.0.0.0 ampscamp.net
|
||||
@@ -1035,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
|
||||
@@ -1074,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
|
||||
@@ -1289,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
|
||||
@@ -1451,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
|
||||
@@ -1653,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
|
||||
@@ -1912,6 +1920,7 @@
|
||||
0.0.0.0 imp.i312864.net
|
||||
0.0.0.0 impossibleexpansion.com
|
||||
0.0.0.0 imprese.cz
|
||||
0.0.0.0 impressionmedia.cz
|
||||
0.0.0.0 impressionmonster.com
|
||||
0.0.0.0 improvedigital.com
|
||||
0.0.0.0 imrworldwide.com
|
||||
@@ -1929,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
|
||||
@@ -1972,7 +1982,6 @@
|
||||
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
|
||||
@@ -1997,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
|
||||
@@ -2148,6 +2156,7 @@
|
||||
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
|
||||
@@ -2384,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
|
||||
@@ -2436,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
|
||||
@@ -2481,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
|
||||
@@ -2544,6 +2552,7 @@
|
||||
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
|
||||
@@ -2614,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
|
||||
@@ -2630,6 +2640,7 @@
|
||||
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
|
||||
@@ -2687,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
|
||||
@@ -2700,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
|
||||
@@ -2717,6 +2726,7 @@
|
||||
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
|
||||
@@ -2756,7 +2766,6 @@
|
||||
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
|
||||
@@ -2787,6 +2796,7 @@
|
||||
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
|
||||
@@ -2825,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
|
||||
@@ -2987,6 +2998,7 @@
|
||||
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
|
||||
@@ -3050,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
|
||||
@@ -3069,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
|
||||
@@ -3078,6 +3092,7 @@
|
||||
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
|
||||
@@ -3207,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
|
||||
@@ -3235,6 +3251,7 @@
|
||||
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
|
||||
@@ -3314,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
|
||||
@@ -3464,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
|
||||
@@ -3479,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: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 3.928 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
|
||||
@@ -42,6 +42,8 @@
|
||||
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
|
||||
@@ -80,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
|
||||
@@ -213,6 +216,7 @@
|
||||
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
|
||||
@@ -333,14 +337,17 @@
|
||||
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
|
||||
@@ -439,11 +446,13 @@
|
||||
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
|
||||
@@ -630,10 +639,12 @@
|
||||
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
|
||||
@@ -678,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
|
||||
@@ -899,9 +911,11 @@
|
||||
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
|
||||
@@ -1224,9 +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
|
||||
@@ -1259,6 +1276,7 @@
|
||||
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
|
||||
@@ -1273,6 +1291,7 @@
|
||||
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
|
||||
@@ -1319,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
|
||||
@@ -1529,6 +1549,7 @@
|
||||
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
|
||||
@@ -1536,6 +1557,7 @@
|
||||
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
|
||||
@@ -1784,6 +1806,7 @@
|
||||
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
|
||||
@@ -1796,9 +1819,11 @@
|
||||
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
|
||||
@@ -1827,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
|
||||
@@ -1873,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
|
||||
@@ -1945,6 +1972,7 @@
|
||||
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
|
||||
@@ -1952,6 +1980,7 @@
|
||||
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
|
||||
@@ -2057,12 +2086,15 @@
|
||||
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
|
||||
@@ -2299,11 +2331,13 @@
|
||||
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
|
||||
@@ -2422,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
|
||||
@@ -2527,8 +2563,10 @@
|
||||
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
|
||||
@@ -2577,11 +2615,13 @@
|
||||
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
|
||||
@@ -2654,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
|
||||
@@ -2827,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
|
||||
@@ -2897,6 +2940,7 @@
|
||||
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
|
||||
@@ -2923,6 +2967,7 @@
|
||||
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
|
||||
@@ -3028,7 +3073,9 @@
|
||||
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
|
||||
@@ -3135,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
|
||||
@@ -3143,6 +3191,7 @@
|
||||
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
|
||||
@@ -3159,6 +3208,7 @@
|
||||
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
|
||||
@@ -3326,11 +3376,13 @@
|
||||
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
|
||||
@@ -3818,8 +3870,10 @@
|
||||
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
|
||||
@@ -3918,6 +3972,7 @@
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 27 Aug 2026 14:23 UTC+7
|
||||
# Version: 2608271423
|
||||
# Blocked: 1.906 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
|
||||
@@ -514,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
|
||||
@@ -533,6 +548,8 @@
|
||||
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
|
||||
@@ -655,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
|
||||
@@ -731,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
|
||||
@@ -742,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
|
||||
@@ -751,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
|
||||
@@ -799,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
|
||||
@@ -1075,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
|
||||
@@ -1087,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
|
||||
@@ -1134,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
|
||||
@@ -1167,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
|
||||
@@ -1277,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
|
||||
@@ -1381,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
|
||||
@@ -1545,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
|
||||
@@ -1750,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
|
||||
@@ -1791,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
|
||||
@@ -1838,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
|
||||
@@ -1888,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
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
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
|
||||
@@ -31317,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
|
||||
@@ -61194,3 +61194,4 @@
|
||||
0.0.0.0 zoophilia.me
|
||||
0.0.0.0 porndd.com
|
||||
0.0.0.0 orangepix.is
|
||||
0.0.0.0 sexstories69.com
|
||||
|
||||
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.110",
|
||||
"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: **August 27 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 79,746 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) | 79,746 | [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) | 81,989 | [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) | 86,383 | [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,593 | [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) | 155,839 | [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,755 | [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) | 83,578 | [link](http://sbc.io/hosts/alternates/social/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) | 88,570 | [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,786 | [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) | 158,026 | [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,948 | [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) | 85,765 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 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) | 162,420 | [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,348 | [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,159 | [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,401 | [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) | 159,613 | [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,561 | [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) | 164,607 | [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,541 | [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,346 | [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,594 | [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) | 161,800 | [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,754 | [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,194 | [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,154 | [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,381 | [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,295 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-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[ 35316, 763]
|
||||
NotebookOptionsPosition[ 34446, 738]
|
||||
NotebookOutlinePosition[ 34874, 755]
|
||||
CellTagsIndexPosition[ 34831, 752]
|
||||
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[72]:=",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[73]:=",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5"],
|
||||
CellLabel->
|
||||
"In[463]:=",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5"],
|
||||
|
||||
Cell[BoxData[
|
||||
TemplateBox[{
|
||||
@@ -165,22 +163,12 @@ Cell[BoxData[
|
||||
$CellContext`OpenAllInputsCells[]], Appearance -> Automatic, Evaluator ->
|
||||
Automatic, Method -> "Preemptive"]},
|
||||
"RowDefault"]], "Output",
|
||||
CellChangeTimes->CompressedData["
|
||||
1:eJwN0VtIE2AUAOAVOrxhLsuaK9uiIZSpD8uMyDi5zOmaTrsoId101DSM0DQI
|
||||
HCMfZjCVUsxZNJtzbebSuVk53Wa6lpUFlpm6qLYJBScXRaEUdh5+Pvg5N87h
|
||||
naksKFvFYDBy6O2K+gaVtxBmpW1MWTuCoojFdZLF8mx5pgaBbx4XqsmtvkxR
|
||||
TwdClcr6/extBN0eBS/sDsInlmPjPzLtlyQm+S5Ca5zNe5I8lXFoqoFU5fe6
|
||||
87QIC6qoNTpSP9jCnyXfZFn/JHYi2OxcYN9D+M3vLLtCetGZkqBDiMkpjfeQ
|
||||
LX5rIbcLQZrL319FHlj0BT3k54p4bWQ3goC5KA8xINQksxgCUry9YGKMNO41
|
||||
RITfR1jHNokEpHng+nETafOGj8wZEZivhE11JoSXjRFfQnsQJtmSfCVp+9oo
|
||||
OvKA9lBVLZkmDYFSTkMv1fUZLT/JjmL/ULWZ8pP6DG8fIqT21jrb+xGStoQG
|
||||
9lkQ+j/ML60dQFi5zJwpJ5vCNDNpNooLNgtjBxEm/k7PN5B+7ernRY+o72aJ
|
||||
2ELKRBeySx4jfOxQX2I+of/X0nc9pDI2Q+gbQkgw2aNP2BFu6q1i3jBCevNU
|
||||
az+pHVp/7j1pLllYvjqCUDF3kaUllZroneBA8JgDR3c4ETiyF+WT5JKsTZPl
|
||||
QsitL4zsIo/9GK/PG0VY7nbHbXuKoBYP6x3ktRrObtcYzaMIUWwaR6hNv8Hz
|
||||
kuqUxGCqm+5dN9rnIA+f585seIZgdx1cOU3+B+hiPjI=
|
||||
"],
|
||||
CellLabel->"Out[76]=",ExpressionUUID->"16f3cb29-31a9-4bed-b9ff-b88485e8763b"]
|
||||
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[{
|
||||
@@ -280,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,
|
||||
@@ -302,206 +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[83]:=",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309"],
|
||||
CellLabel->
|
||||
"In[473]:=",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309"],
|
||||
|
||||
Cell[BoxData[
|
||||
GraphicsBox[{{}, GraphicsComplexBox[CompressedData["
|
||||
1:eJzt22eUFNW6BuAiz5BsESUKheRcBJFMAR6SCA0iGSkYSUpoEBFJlkiORRCG
|
||||
JCUgaQgt4jAiQpF0EJQGBxhySRzCMA0IDPnc+d6371p9Fmetu9b92/6Z85yd
|
||||
vv3t3V1VXewSvYe075NZUZT47IqS8fd//jNnJN5onPE/3E439BfYH/9f7HQJ
|
||||
t9lW7Ml1ANY7in09aft9sT01ZPQX+IF2YC3qd7qr2OpOu93EziRaXxxutYdY
|
||||
PR1qD5tVD8JGb8TbhVb7Id5NtA3ryaH681JfZF/mQ/QqxN+RVuMQfxyt/yA2
|
||||
jtHOFsznOW3D6rg/OL9R4bbrIf6jtJp2XeJ/Qus3xW6ZP+nLYn00bZwVK6UO
|
||||
0+fFzqH/5qPi4H1ahb3vBOjNGH95IDQ/jH+AVmC92BHuh61iXwvaXSU2ihzl
|
||||
/OIw/hDamY3xbtGmhf4H/sX2Y8X2q0lsb4oDjWgVtlJopTPmU/8Yy2Hz52Oh
|
||||
/Yv85DnB8c6h/fSQXbGaM5n5eYz5T6Hdadg/Z2l7JvbDxJMcf2m43SXhdmDt
|
||||
FK1uw37JeorjHcZ+qULrp8TB8bSZ5abEU/E0+4sW+5L+i9084kC5M/TrYusI
|
||||
bSaLg6XPMv4OtyRfq2i1ndhNp914+TwEDp5j+21i9e551h8t9g91WT4Xn5/C
|
||||
f3M+D9F+cMiZpH91wQXms67YM+Ai44kRa30vsfy42LlEu1PQvs5luobYGxNy
|
||||
efSX+0pY/Fr0Vca7UWz1oF3vf7iLOPg97XQWuxNS6NvId5ZrnG835LsTbaTh
|
||||
+6rCdY6XE/VX3+D8YaX0TdYfi/p/0PYwfH/ZqWw/Bvvnzi3G9zU+X0XTWH+4
|
||||
2BMbZDznr2VY3xOyB5+HHXeY32zBDNs/3WX5+jSJ/2LICWIn/h/Ot7XY++Y9
|
||||
eqZYj7rP8WeIraoP6EtYj2TauCwOlH9IvyL1g2Ue0fPvyHq2o+1oKfeUesz5
|
||||
pmE/lHjC+O9dkPiW0yrsK/KM/aWLtX20nv+i1G/ynOUFxPp85SasirV+mWAl
|
||||
p9iclRl2sont6VlgMwr9TcnK9jlQv1o2+neMvzE7+9sk9q7PAburxfrYKNaP
|
||||
F1uromHdLzY/y8n2caiv5mI8k8XG67nZXxexOzgP2/fB+AvysryaxGddp9WK
|
||||
iD//S5wP7L8acmHkp6+H7V8Vq7nzhZV7a4VcCPWjX4HtOhhPy0/XRv+VX2V/
|
||||
cKDCa/RV5P+LkFMQ31Pavil2HxWg74qV9IIc/yHa7y9CP0F8e4qyP9jz8ess
|
||||
f476/YvRbS9lOOgpzv57i83ZtDlR7P8p5JliLVcJ9r8A5d3fYPkSsTKhJN0N
|
||||
+chcivnPF26nZ7jtVzD/SrSyUvrzrS3N9V2D8duVYX+bxN42Zdl+q9goVp7j
|
||||
90V/w0Luj/zcpu1HUt8dUoH9XxNbNypyf6aF24bVjypx/ncw/vyQn6G/fJXZ
|
||||
/jnq56nK8ZOR31604Yo9Lm1fx/zOaszPS5dlPjmqsX/Ye4rW84kDFWuEWelI
|
||||
u1Mx/2e0E4P9eKQmyz/A/npMm1gP3fvmi62ivvVZLZb3FgcP0jbqm63eoj9B
|
||||
/9+E/DH2/9DabJ8mNoK08jxF4n27Tmi/htv5DyuKfN9799YJ5V/K/QXqMh+P
|
||||
xJ6BtHtGrC+g1aViY149lueX/tT69ek3xaZF6xVwfanTgPFVFWu5GzKeBmJn
|
||||
Gq02Qfsajdhfvf+T9TO0XjfcKqxt1lneWhzs1Jj7SUc+NtD222LP+01oQxx4
|
||||
SjsKrqdjmtLFcT/5iFbexf3gyrc5Xgzuf9/4F8cbg/vf1rSK67FyMFT+Bfov
|
||||
3ozzKxtuYx7uR1vS9gyMv4xWFuL6XbQ5+9+CeJqFHI/7Zx/tbEN8+2kD9QNN
|
||||
W7C/U2ItlrZTXuig3pL98X74Gq08wP1Gw1Ysv4X+r9BqO9zf9nmH+SoQbrUc
|
||||
7m9mtGY+Csj9kBtP2+XDrVYQ67ne5XyqibVztFNO7D3dhu0zic1sbensYjuz
|
||||
l/0Vwv1v+Xbcv3nRf7v2rA8bbd5j/ae4Hz9EG1kxXokOHP8hnif/od1cN8Ps
|
||||
wIFh74c+31JfWUbrj8XefR3ZnvEs7MTxyiKe+Z0ZXxWM368L6y9Dvi7T+hy0
|
||||
r9uVbvBCBxJoZ4xYdbux/CT6z9md8z+PfNakHZS7U2h3Fvo/Sxv3sN6nejDe
|
||||
SmK3Yk+W98Xz0bOeoe9LPA+X6RW6viGfJXuz/gr0p8Zwvf7E/mn+IeNJwu8N
|
||||
hfuw/To8T6XS7mjcXxfoy/xjP/qv03ZhPB9Z/Vkeh3y8NID9fYX5x9DKx3i+
|
||||
qfURx++L55tptF0azxM1Pmb+6kl7p8fHYeXBybRZXmxmH/hiq42lvWcirdSW
|
||||
cjvLIMbXDc834weFrvfov8JgjjcY69N+CPO5Cp+f0j6W78d802l9K55Xig9j
|
||||
+Wbsvzu0MR3zafYJy4djv+ynTQuft5vDmf9Y5HfXp+x/J/I5dwTrv5waZiUf
|
||||
nid3hNu9QrsNMd+8I1luIN+9Q8bzqDODtr9Afz0/Z/yz0d9U2l2A9es+iuu5
|
||||
Hf1/T7vxeN6cMJrxF8Pz0KaQT+F5pdMY9v9I7Iuj1Sd4Plo7luWqPH+pZceF
|
||||
rq9ibzvaO0Psa/MF7B8uNkqY7G+I2N/iS9ZfI9Z/o6078jyl+MbDWo67GQ42
|
||||
+Yrty4v9N2grTuoHUiaw/hgpd36eyPXp8I/E65kEe4bfDbN3PPqbRQfixZ6L
|
||||
tLtObPeazHy1FQem0857YiWe9nQLtz0M4/0whfH/ivGqTWV/5zDeJNrZgPZd
|
||||
psG+G2LrBO3VZT7+pOlsX12sPJnB+KNR/tksjv8H4h0+m/4O+RxqcX6JYjNI
|
||||
a+mIZ8gc+h7yeX0u178k+v9lHvtrInav0o4m9bWXvmb/A6XcmUlbc8RmrQWs
|
||||
nywO9FgIBxvfy7B3cyzno4rdyou4nk3FAWUx83NSrFSk7cz3Zby/6MBe9Nd+
|
||||
CfvPIeWex7T+hlgvvZTl88VaOu3dKlYPLuN4K8W+O9+Erp9iK20581ML9Qfb
|
||||
zF9zsbmHtoeIA9e+Zf3VGK/hCn5ejqD9yys537/F7k+0dvWFtnuv4nx3of3W
|
||||
7/h9cgXxnl7NeNPEStc1nE8q4k+mPdEPJF9frmW8fnHg6Dq2z5oeZiuLOHh4
|
||||
Pefzu9T3j4zjfPaL9Qe0mST2ldjA/D4SKzatV5T+rGIbGU9VsdOC1lqI/UU2
|
||||
8fM0W2zfooMTwx2wxNqgzRx/MvrfTXtixaruZ/t1YjeF9o2X+DTPFtY/KTbq
|
||||
0r59YmcWHbiO/OX5gfPZIf154mmj0kOZf86t9Jtiuybtvo/8fkAHByO/3X5k
|
||||
/pcgvirxXJ8z6L8L7VwKtwUHMm3j/FOQzyQ6cFDiNccmcL2OYz0O/8T+/0L+
|
||||
HtLmVOTv3e1cj2XI3yHa2CY21Z+5vs3Fvru0NUhs/LojtL5Kxl/vol9Yv9Mj
|
||||
Wd9UWvtUbDs7WX+P2Biwi/NNFav5HOavyGOZ/2XaKiS2Y3YzvhZiI/ce9j8X
|
||||
7X+k1b7Ib4+9bL9a6utbaPtHsTZxH9enmjhYeT/zZ4hd5Ve2L/BE8vmMNj7N
|
||||
lPHXWf0b5ztRrD6m9e7S3mybyP6HiX1vHOD8dki8gRG09Ve4bVj95nfOp89z
|
||||
ycfQg1y/Eahf6BDXf7vY2kP7dz2V+bz2B+sfFptf035X6msvH4aTf8V8ZtPO
|
||||
SiXMU2D1Eq19JPPx9w7QDxHfNtrOL/V9uY5w/KCUa1vpqKLob/JRuHYDsT7h
|
||||
LzilkTiQOYnxdEE8x+ioz7HfOhyD078We57S5jr0V/Y4PHKb2Ch1gu23YPw/
|
||||
6EAi+ntAJ/whdj9N5vr8jfn8QytpiK/FSTqn5M+6TRs1xP5bp/j9UiVzxl9N
|
||||
P8Pxh4rVV86y/iKxfw7d3xb76p7j/F1xYBa99jb6u0j77oidXufh2BxZJB9T
|
||||
XbhzU7HS/W/uz9Fic+MFzs9A/UoXmf8eYr0jrXYVW2Mvcf8kiZ01IR8V+0dd
|
||||
Znwr0d9h2jcH/T2kE+MQz4orjHeFWDtEJyzEeOpV5msPxmtFuxcQ/11a2yZ2
|
||||
m6dwPQ5gvKV0ctOskr/C1+ByqRhvyLXQ95WUewde534vLHavh1xd7Btwg/ms
|
||||
JTbq3+T82oodi57yHvp7KZX7e47YH0PbSxCPcYvfD3+Lreg0tn+I/mrQCXmz
|
||||
SX9b6Ni3xK4W5PjNxEqV26w/UWyMp9PjxZ5nd5ifetkz/tpj7jI+Q2yU/off
|
||||
z5+Jvem09qPYHXGP48eJffdoaxv6K36f+d6N/hJp7Yk42OwB8181h6zP4HS4
|
||||
xXSxUuAh12On2NlFJyaJffUec34to2T9LtFKjFjd9oTxTRebuZ6yv/vhjj2C
|
||||
9TxHJ18SKz2ecX26Sr60ybS3n9jJ9pyfn4/EalfaO0lsbqKtDWK9k5IqHrle
|
||||
HDhGGxexPh0y0SUlP9Y4Oqq52GyXGe4/UOwfTRs+sf6ITtglVu2scG2P5Mtf
|
||||
LBu8tiby9xsdfFds36a9XuS/WXY4tqdY89FRo8XGYrq2Jbb2hcr9WK9b9JTV
|
||||
4mDBHLC7XOzeoKOOY/z5UbB5Df03iIaVvLJeXk9OWKsrdmfRCc3FgV654JRR
|
||||
YmUGXXAc9sPU3LB/K9b/LG1vF+uT8sDpF7CfuuSFrehomc8JukVrcTDTS4y/
|
||||
rVitRPu/zCn9m/TIb8RuEq1i/r5FrzJ+WCn4Ghxw8Hl3aHcVrkeNCjDeeLE5
|
||||
gPYswPWofkE4cZlY+Zm2cf3TLtNRx8TBmYXg5KDYX6swy/vJ9co16JFjxXZ0
|
||||
EdiJFQdq0LXXio0tdOIZ3D9kL8p8XMD17yTdGdc/3/jXWb+d2N5Aewfg+nac
|
||||
Tvgc17N1xZi/eLG3XHHuh6O4Xo6hrcto/7nK8ari+/1PWm2D60frEtwv48TB
|
||||
EbQyTax+S9eehevX8DdozN+XSFtrxN7Bpbh/WiJ/N+nAl2JPgdLMx2TkZ24Z
|
||||
rs96sVmvLOM7LNYv0bVTxMrMciz3YP5byzPepWK3egWOvxv5PE2rKchfckWu
|
||||
bz2Zj7dTJeYvRmyPq8z2iWKjbBXGOxjtR9PGLLFZqirnd06sjND4+d2KfNt0
|
||||
YjzyXawa93NZXP9u01MWi+191Vm/Or5fd9fg+u8Q++fXZLz5cL1p8CbL++L6
|
||||
4qnF+DfienWRtg7i+zPPW4w3Cp8XN+Sez/SMPzVr8/M0Xqx2r8P1WSx2s9bl
|
||||
/s8p96++r2hfL7Fl1mP5W2L1Oe16xba3Ab9/q+F+c0VDxpeMeA404n5sh/0R
|
||||
1Pn9vBmfn72NOb/c2N9OE67/GrHRqCnX5wDWax7dX80S5nJ9cX9kvc35Tsb9
|
||||
0WW64Hbcj836F8d/iPuv3M2YjxqyXup0OhH3q26N5pz/LXy+tzQPfX9jf52h
|
||||
3eKI52QL7kcf4jnekusxDPW/aMX8xCKeJFrfi/1Z7h3ub9xvqkfoqELYX21b
|
||||
c351sL/eeJf7Zyqu75/RyiLcvx2kY38Tm4ltmM/8uF9q3pblOq7nQ+lgG7Fv
|
||||
CV2wPe4X3vZyvcZhP++h136D+7fG7bg+dXF/uatd6HqM+5GG7RnvQLF2le7/
|
||||
Tri9WeR51Kr3HvfjTnkeU7fTuiLlZt4OzG9Jsb6NtjuI7VzvMx/98Xxr0PYA
|
||||
sbGV1luKnaiO/Lz3EQerhzxQrPagtVXhttYgnu87hr7/xB6tE9fze7FvAq3v
|
||||
wPidOrP8PPpTunC842J3Le0vI8+3+lPa6Cw2HnWl1+N5eGQ35mshnocf0OpG
|
||||
se/37tzP34u1T3pwvDj0t4x2Z4jVZh9wvo7YU6gn55uAeJrS9s9ie2HPsPrO
|
||||
fIPruVrsfaUX57MY8TXoFfq8iv39aJ8ldufQxgiMd4VWOokDH/Zm/3kR/0Xa
|
||||
TsT+yRPD+uuQ3xkhb8b69PyQ843F+vxA+2tgv1Tvw/66oX3VvszfMuy3Sv24
|
||||
nvew30xaUSQe5RitFUV85fsz3sfo7yjtjMF8Rw1gPN+i/qGP2L6VfF97l3/M
|
||||
8iX4/n59ID9fOeT7WB9Gu8Xw/b1oENvPF/sXDOZ+yI7fE27QLaLxvD9vCMvL
|
||||
ia36Pu6Pyrhfu0wnDMTvDwlDuT4TxHbuYZz/HRnP+HFYaH1wffjgE+bLi98f
|
||||
sg/n98coXC8m0gn4vcPo/Cm/f6bhfqTiCLj2c9yPrKOjNuD6MeYzXm9wvXfa
|
||||
jmQ8t3B/8CdtNsL3573PmX/cn2rDR7H/zPh+u0MnFMfzaNpoxj9Prr9K6hjm
|
||||
KxXX68Zj+X36Hp4PdtGd7+L5YO44OLmv3I/7Xv6Cn6f1uL+3aC233H9r22l/
|
||||
Ndyf9zY530Vi82864RO5H9enfcnr1/Rcko+o8VyfUrmlvx5055p5ZH6n6ZSK
|
||||
eSU/Xb+iL4jNCbSvobT3b6LT90p7vfIE5m+zjG9/SatRMr7VYSLHixarf9HB
|
||||
4WLP6knMhy3WA7T2i9guNZn9JaG/B3TifbH5+xSO/1Ts/4cO5pd47d+mcnxN
|
||||
bC2exs9zI7E5aDpcrq84MH8G90tpmZ/VYCbzu0hsemZx/zwU++vSag7Jl+XO
|
||||
ZjzT8f6qpsX8HRO7OebQ2eR9kt6dDk7C+6iqczl/E+1P0EYM3seZ8/h5miU2
|
||||
nsznfozH79kPv2Z8NfD7dMkF3D/5xPoK2mmL36vv0y5/r16+kOOXxe+tBxaG
|
||||
rq/4vbZFLMtvo/9fafsXGV//1yKWx+P9Q5PF7N+U91vOAtqZifdrjZaw/jy8
|
||||
rxtA+1PwvnDOUpan4v1cnWVcn/LSn3mB9i0R2+e/YT6ri4PZbcbXQNp7u9Hm
|
||||
CbxPnEireB+rV/mW7QfJ+1p7PG28i/e9J2glWqxlWkFnF3ufhRyP98ftV7L/
|
||||
125n2PeYDswWa6tW8fPfWdpb6bQ7Qhxs/R3zMRf9f0urLfG+9M5qxtcG+yVt
|
||||
DfM7De9zC69l/d3Yf3toJR/en6bS7iuYf4F1zHd99P817U3Fvx/+ZT3zvV7s
|
||||
9olj+35S33eJtv/E++GYDSxXJP/BNzcyv5mxfltpq5NY77GJ843D+9PTtDVc
|
||||
3v8ZXTdzv0/G+8U4P8cbhPUevYX9+7GfSv3A+bcS2w9o4xHia72V8f2EfBSN
|
||||
Z/uXsf/SaMMSW4O2Mb7m2L96Asuj8H55Pu3F+3K7wU/sr7+UG1doszfe98/e
|
||||
zvXaifjcn5nfcWKt5w7ul4rIX45fuH4jMP4kWq2J+frpYEOxr8tO9tcK8XxF
|
||||
+1/D90elXWxfVux9TlszZX09ax16J9qX2c1838P77NG0thPvs0vuYT6Xy+ff
|
||||
VfdyvPp4v7ac9rbB+7ml+1gf7/PUIvtZXg7vt/bSnm54P1vwV/aXhPfTC2hP
|
||||
OeT31d84n/P49wiNQh6Jz3voPBb/+99y/hc5vxU5vwVHzm9J+8j5rcj5LSmP
|
||||
nN+S+CPnt0L/HkAcOb8VOb+F8sj5rTBHzm9hvSLntxhf5PxWhiPntyLntzCf
|
||||
yPktiTdyfov5i5zfknxEzm+xPHJ+S8aLnN9if5HzW7I+kfNbnE/k/JbkL3J+
|
||||
i+sbOb8l+Yyc32K+I+e3JL7I+S06cn5L4ouc32K+I+e3ZH6R81uhf68SOb+l
|
||||
RM5vRc5vRc5viSPntyLntzL+78j5rdD1OHJ+S4mc34qc34qc30K+Iue3ZL6R
|
||||
81vMR+T8VoYj57ci57eQr8j5LRk/cn6L+yVyfivD/6/zW/8G0yN+jA==
|
||||
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:eJwl1lO0GIYSAMAb27Zt27adxradxrZto42dRm1s27atN3n5mLP7vXsWiRq1
|
||||
r9wucEBAQCDqBvkd6wT5ndemFjWpQXWqUZUqVKYSFalAecpRljKUphQlKUFx
|
||||
ilGUIhSmEAUpQH7ykZc85CYXOclBdrKRlSxkJhMZyUB60pGWNKQmFSlJQXKS
|
||||
kZQkJCYRCUlAfOIRlzjEJhYxiUF0ohGVKEQmEhGJQHjCEZYwhCYUIQlBcIIR
|
||||
lCAE/lVvAvipCT/4zje+8oXPfOIjH3jPO97yhte84iUveM4znvKExzziIQ+4
|
||||
zz3ucofb3OImN7jONa5yhctc4iIXOM85znKG05ziJCc4zjGOcoTDHOIgB9jP
|
||||
f/zLPvayh93s4h92soPtbGMrW9jMJjaygfWsYy1r+Ju/WM0qVrKC5SxjKUtY
|
||||
zCIWsoD5zGMuc5jNLGYyg+lMYypTmMwkJjKB8YxjLGMYzShGMoLhDGMoQxjM
|
||||
IAYygP7040/60ofe9KInPehON7rShc50oiMdaM+vQW5LG1rTipa0oDnNaEoT
|
||||
GtOIhjSgPvX4g7rUoTa1qEkNqlONqlShMpWoSAXKU46ylKE0pShJCYpTjKIU
|
||||
oTCFKEgB8pOPvOQhN7nISQ6yk42sZCEzmchIBtKTjrSkITWpSEkKkpOMpCQh
|
||||
MYlISALiE4+4xCE2sYhJDKITjahEITKRiEgEwhOOsIQhNKEISQiCE4ygBCEw
|
||||
gQjgp8X7g+984ytf+MwnPvKB97zjLW94zSte8oLnPOMpT3jMIx7ygPvc4y53
|
||||
uM0tbnKD61zjKle4zCUucoHznOMsZzjNKU5yguMc4yhHOMwhDnKA/fzHv+xj
|
||||
L3vYzS7+YSc72M42trKFzWxiIxtYzzrWsoa/+YvVrGIlK1jOMpayhMUsYiEL
|
||||
mM885jKH2cxiJjOYzjSmMoXJTGIiExjPOMYyhtGMYiQjGM4whjKEwQxiIAPo
|
||||
Tz/+pC996E0vetKD7nSjK13oTCc60oH2tKMtbWhNK1rSguY0oylNaEwjGtKA
|
||||
+tTjD+pSh9rUoiY1qE41qlKFylSiIhUoTznKUobSlKIkJShOMYpShMIUoiAF
|
||||
yE8+8pKH3OQiJznITjaykoXMZCIjGUhPOtKShtSkIiUpSE4ykpKExCQiIQmI
|
||||
TzziEofYxCImMYhONKIShchEIiIRCE84whKG0IQiJCEITjCCEoTABAr0+/n6
|
||||
KfzgO9/4yhc+84mPfOA973jLG17zipe84DnPeMoTHvOIhzzgPve4yx1uc4ub
|
||||
3OA617jKFS5ziYtc4DznOMsZTnOKk5zgOMc4yhEOc4iDHGA///Ev+9jLHnaz
|
||||
i3/YyQ62s42tbGEzm9jIBtazjrWs4W/+YjWrWMkKlrOMpSxhMYtYyALmM4+5
|
||||
zGE2s5jJDKYzjalMYTKTmMgExjOOsYxhNKMYyQiGM4yhDGEwgxjIAPrTjz/p
|
||||
Sx9604ue9KA73ehKFzrTiY50oD3taEsbWtOKlrSgOc1oShMa04iGNKA+9fiD
|
||||
utShNrWoSQ2qU42qVKEylahIBcpTjrKUoTSlKEkJilOMohShMIUoSAHyk4+8
|
||||
5CE3uchJDrKTjaxkITOZyEgG0pOOtKQhNalISQqSk4ykJCExiUhIAuITj7jE
|
||||
ITaxiEkMohONqEQhMpGISATCE46whCE0oQhJCIITjKAB/3/5f539gP8B8QWV
|
||||
cQ==
|
||||
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:eJwl11OwGIYSANAb27Zt27bNxrbR2LZtm22cxrZt23gn8z7O7H7vzCpRo/aV
|
||||
2wUKCAioHSQg4E8MjDQgKMEITghCEorQhCEs4QhPBCISichEISrRiE4MYhKL
|
||||
2MQhLvGITwISkojEJCEpyUhOClKSitSkIS3pSE8GMpKJzGQhK9nITg5ykovc
|
||||
5CEv+chPAQpSiMIUoSjFKE4JSlKK0pShLOUoTwUqUonKVKEq1ahODWpS60+d
|
||||
qUNd6lGfBjTkLxrRmCY0pRnNaUFLWtGaNrSlHe3pQEc60ZkudKUb3elBT3rR
|
||||
mz705W/60Z8BDGQQgxnCUIYxnBGMZBSjGcNYxjGeCUxkEpOZwlSmMZ0ZzGQW
|
||||
s5nDXOYxnwUsZBGLWcJSlrGcFaxkFatZw1rWsZ4NbGQTm9nCVraxnR3s5B/+
|
||||
ZRe72cNe9rGfAxzkPw5xmCMc5RjHOcFJTnGaM5zlHOe5wEUucZkrXOUa17nB
|
||||
TW5xmzvc5R73ecBDHvGYJzzlGc95wUte8Zo3vOUd7/nARz7xmS985Rvf+cFP
|
||||
fvGbP80fiMAEISjBCE4IQhKK0IQhLOEITwQiEonIRCEq0YhODGISi9jEIS7x
|
||||
iE8CEpKIxCQhKclITgpSkorUpCEt6UhPBjKSicxkISvZyE4OcpKL3OQhL/nI
|
||||
TwEKUojCFKEoxShOCUpSitKUoSzlKE8FKlKJylShKtWoTg1qUova1KEu9ahP
|
||||
AxryF41oTBOa0ozmtKAlrWhNG9ryZ3i3pwMd6URnutCVbnSnBz3pRW/60Je/
|
||||
6Ud/BjCQQQxmCEMZxnBGMJJRjGYMYxnHeCYwkUlMZgpTmcZ0ZjCTWcxmDnOZ
|
||||
x3wWsJBFLGYJS1nGclawklWsZg1rWcd6NrCRTWxmC1vZxnZ2sJN/+Jdd7GYP
|
||||
e9nHfg5wkP84xGGOcJRjHOcEJznFac5wlnOc5wIXucRlrnCVa1znBje5xW3u
|
||||
cJd73OcBD3nEY57wlGc85wUvecVr3vCWd7znAx/5xGe+8JVvfOcHP/nFb/4s
|
||||
/kAEJghBCUZwQhCSUIQmDGEJR3giEJFIRCYKUYlGdGIQk1jEJg5xiUd8EpCQ
|
||||
RCQmCUlJRnJSkJJUpCYNaUlHejKQkUxkJgtZyUZ2cpCTXOQmD3nJR34KUJBC
|
||||
FKYIRSlGcUpQklKUpgxlKUd5KlCRSlSmClWpRnVqUJNa1KYOdalHfRrQkL9o
|
||||
RGOa0JRmNKcFLWlFa9rQlna0pwMd6URnutCVbnSnBz3pRW/60Je/6Ud/BjCQ
|
||||
QQxmCEMZxnBGMJJRjGYMYxnHeCYwkUlMZgpTmcZ0ZjCTWcxmDnOZx3wWsJBF
|
||||
LGYJS1nGclawklWsZg1rWcd6NrCRTWxmC1vZxnZ2sJN/+Jdd7GYPe9nHfg5w
|
||||
kP84xGGOcJRjHOcEJznFac5wlnOc5wIXucRlrnCVa1znBje5xW3ucJd73OcB
|
||||
D3nEY57wlGc85wUvecVr3vCWd7znAx/5xGe+8JVvfOcHP/nFb/4c/YEITBCC
|
||||
EozghCAkoQhNGMISjvBEICKRiEwUohKN6MQgJrGITRziEo/4JCAhiUhMEpKS
|
||||
jOSkICWpSE0a0pKO9GQgI5nITBayko3s5CAnuchNHvKSj/wUoCCFKEwRilKM
|
||||
4pSgJKUoTRnKUo7yVKAilahMFapSjerUoCa1gvz/z/of8lWUsA==
|
||||
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[1718]},
|
||||
Annotation[#, {{Callout}, Charting`Private`Tag, {858}}]& ]}], {{{}, {{},
|
||||
{Opacity[0.], PointBox[1736]},
|
||||
Annotation[#, {{Callout}, Charting`Private`Tag, {867}}]& ]}], {{{}, {{},
|
||||
GraphicsGroupBox[{
|
||||
{LightDarkSwitched[
|
||||
RGBColor[0.87, 0.94, 1]], AbsoluteThickness[4], Opacity[
|
||||
@@ -509,46 +502,39 @@ jOSkICWpSE0a0pKO9GQgI5nITBayko3s5CAnuchNHvKSj/wUoCCFKEwRilKM
|
||||
Rational[2, 3], 0.6666666666666666]], CapForm["Butt"], JoinForm[
|
||||
"Round"],
|
||||
BSplineCurveBox[{
|
||||
Offset[{-3., 3.6739403974420594`*^-16}, {3.995972247375*^9,
|
||||
79746.}],
|
||||
Offset[{-8., 9.797174393178826*^-16}, {3.995972247375*^9, 79746.}],
|
||||
Offset[{-10., 9.797174393178826*^-16}, {3.995972247375*^9,
|
||||
79746.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.995972247375*^9,
|
||||
79746.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.995972247375*^9,
|
||||
79746.}]}]},
|
||||
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.995972247375*^9,
|
||||
79746.}],
|
||||
Offset[{-8., 9.797174393178826*^-16}, {3.995972247375*^9, 79746.}],
|
||||
Offset[{-10., 9.797174393178826*^-16}, {3.995972247375*^9,
|
||||
79746.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.995972247375*^9,
|
||||
79746.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.995972247375*^9,
|
||||
79746.}]}]},
|
||||
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.995972247375*^9, 79746.}],
|
||||
Offset[{-11.999999999999998`, -5.499999999999996}, {
|
||||
3.995972247375*^9, 79746.}],
|
||||
Offset[{-43., -5.500000000000003}, {3.995972247375*^9, 79746.}],
|
||||
Offset[{-43., 5.499999999999997}, {3.995972247375*^9,
|
||||
79746.}]}]},
|
||||
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["\<\"79746\"\>",
|
||||
RotationBox["\<\"75944\"\>",
|
||||
BoxRotation->0.],
|
||||
StripOnInput->False,
|
||||
LineColor->GrayLevel[0],
|
||||
@@ -562,8 +548,8 @@ jOSkICWpSE0a0pKO9GQgI5nITBayko3s5CAnuchNHvKSj/wUoCCFKEwRilKM
|
||||
FontSize->Small,
|
||||
FontColor->GrayLevel[0],
|
||||
FontOpacity->1],
|
||||
Offset[{-27.5, 9.797174393178826*^-16}, {3.995972247375*^9, 79746.}],
|
||||
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},
|
||||
@@ -708,32 +694,24 @@ jOSkICWpSE0a0pKO9GQgI5nITBayko3s5CAnuchNHvKSj/wUoCCFKEwRilKM
|
||||
"\"base version: (adware + malware) only\"", 12, Bold, StripOnInput ->
|
||||
False]}, {
|
||||
StyleBox[
|
||||
"\"updated: Thu 27 Aug 2026 19:35:22 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.9967776*^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:eJwN0VtIkwEUB/AvnEr7MnTeSC2cmOLECyLuJc3jTBKGxjQniIHD4WWIKBZp
|
||||
RiX0Ij7UQ0ILsXnJqXP7dN62qdu8TJ0iPkydNRMUg2IHBoqVlHUeDr+XA///
|
||||
4QgVjTLlFYZh7tDc1Ntvf9Yg8Dnzz8Q+hN7gRLjRj+Dw6JStpFe7mXZrACHN
|
||||
Wxe1Ri52WUpiBxGiT0R3W8iesu++NfIPW6xhhxA+qs/qeVoEiSWCySS/SeXO
|
||||
ZfIVN8a/OozQJ+IKM8lz8Vv5KOk3IFn4MoKQV6R882IUwSVOP/LXIeTISh50
|
||||
kEnh6sLSMQRPUFvRLvmspi66U48wrTAYT8lgMzv32IBw2DaldXEIP/yf29QT
|
||||
CO9WUk+yjQgZZ4ILwSRCNY91q0jRX5s7axohoNGQHzqDUHXv0tNJyhoC18tn
|
||||
EZ62yqVGUjfVdL/ShOB8v9ocYKa+BWU7OlIg6c4/tiCEcRvXK+YQeA6LVDhP
|
||||
90/ud0+QpnZl7R6Jpd6L9gXKPX4SoiGbTGEpYEX4Zfc9TLYh5GpPVVtkRYLj
|
||||
Q4Ed4SjpETtIprZsvi5eRGCGr0XGL1EP/dInK+l0CcX2Zdr/yn8Zs4IQq1IL
|
||||
D8jmvBRfuoP+Erc+biW3fye4I1cRFP3yf1XkfzFEBK8=
|
||||
"],
|
||||
CellLabel->"Out[85]=",ExpressionUUID->"a43d194c-b3b3-46e4-b273-f5d547e3fcba"]
|
||||
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},
|
||||
@@ -754,16 +732,17 @@ CellTagsIndex->{}
|
||||
*)
|
||||
(*NotebookFileOutline
|
||||
Notebook[{
|
||||
Cell[554, 20, 168, 2, 62, "Input",ExpressionUUID->"4758e301-de41-43dc-8b9d-10592e1aa6bd"],
|
||||
Cell[CellGroupData[{
|
||||
Cell[747, 26, 5537, 130, 23, "Input",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5",
|
||||
CellOpen->False],
|
||||
Cell[6287, 158, 1334, 24, 53, "Output",ExpressionUUID->"16f3cb29-31a9-4bed-b9ff-b88485e8763b"]
|
||||
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[7658, 187, 5482, 117, 23, "Input",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309",
|
||||
CellOpen->False],
|
||||
Cell[13143, 306, 21287, 429, 546, "Output",ExpressionUUID->"a43d194c-b3b3-46e4-b273-f5d547e3fcba"]
|
||||
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 ]]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user