mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-09-26 22:05:58 +01:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8067d17bba | ||
|
|
c7a87b2566 | ||
|
|
a3f88ecd27 | ||
|
|
87e9330082 | ||
|
|
f0c1e87868 | ||
|
|
f1a13a0d99 | ||
|
|
b4f4d7af89 | ||
|
|
eabf4093ca | ||
|
|
b69f6533d5 | ||
|
|
71b47e42bf | ||
|
|
0e7dd7596d | ||
|
|
bf3260a038 | ||
|
|
9db3052ff0 | ||
|
|
2a73530306 | ||
|
|
6d7dab027c | ||
|
|
6ea99ec2e3 | ||
|
|
2368189081 | ||
|
|
82114f23a6 | ||
|
|
9ded1583ad | ||
|
|
4e1e847ffe | ||
|
|
05a503d85c | ||
|
|
79b51de682 | ||
|
|
d3e8387125 | ||
|
|
85e4029547 | ||
|
|
c43f9a8c82 | ||
|
|
c23f146657 | ||
|
|
9c281c6535 | ||
|
|
0062e63821 | ||
|
|
3be10f1353 | ||
|
|
331bb99d8c | ||
|
|
95ac18c612 | ||
|
|
4c196c6b61 | ||
|
|
c30616c6f3 | ||
|
|
1ad2f21a0a | ||
|
|
8ce06e1ed6 | ||
|
|
13ca06fd89 | ||
|
|
64ffd8d73c | ||
|
|
4a68876c7f | ||
|
|
11337d758f | ||
|
|
6558ea57ed | ||
|
|
e4bdb531b6 | ||
|
|
2939112453 | ||
|
|
db4d4a1749 | ||
|
|
8b5abf8b02 | ||
|
|
61b93463b3 | ||
|
|
d7e76f249b | ||
|
|
a37afe9499 | ||
|
|
0303516fa0 | ||
|
|
d5b7e74f31 | ||
|
|
c4e1f3776d | ||
|
|
e6de3d602e | ||
|
|
66180dae89 | ||
|
|
7adda9b685 | ||
|
|
db6c334e94 | ||
|
|
f924014d99 | ||
|
|
44d7516aeb | ||
|
|
46c0aa9d8b | ||
|
|
cc3ba5c8d7 |
@@ -29,15 +29,15 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
|
||||
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
|
||||
with:
|
||||
languages: "python"
|
||||
queries: +security-and-quality
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
|
||||
uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
|
||||
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
|
||||
with:
|
||||
category: "/language:python"
|
||||
|
||||
@@ -25,10 +25,10 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
|
||||
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
|
||||
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
|
||||
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
@@ -36,12 +36,12 @@ jobs:
|
||||
|
||||
- name: Extract metadata (tags, labels)
|
||||
id: meta
|
||||
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
|
||||
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
|
||||
- name: Build and push container image
|
||||
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
|
||||
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
@@ -14,4 +14,4 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Dependency Review
|
||||
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
|
||||
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
|
||||
|
||||
@@ -9,3 +9,4 @@ hosts-*
|
||||
/node_modules/
|
||||
/package-lock.json
|
||||
/yarn.lock
|
||||
/flake.lock
|
||||
|
||||
@@ -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: 12 April 2026 23:10:58 (UTC)
|
||||
# Date: 21 June 2026 21:35:20 (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,156
|
||||
# Number of unique domains: 8,368
|
||||
#
|
||||
# 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
|
||||
@@ -1883,7 +1883,6 @@
|
||||
0.0.0.0 wastachnews.com
|
||||
0.0.0.0 waterfilters.news
|
||||
0.0.0.0 waterfordtoday.com
|
||||
0.0.0.0 waterfordwhispersnews.com
|
||||
0.0.0.0 waterlooreview.com
|
||||
0.0.0.0 waterlootimes.com
|
||||
0.0.0.0 waterwars.news
|
||||
@@ -2213,9 +2212,9 @@
|
||||
0.0.0.0 yubasuttertimes.com
|
||||
0.0.0.0 zombie.news
|
||||
# Title: hostsVN Gambling VN
|
||||
# Last modified: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 3.323 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 3.533 domains
|
||||
# Only include gambling domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -2252,6 +2251,7 @@
|
||||
0.0.0.0 11bet.vin
|
||||
0.0.0.0 11bet.win
|
||||
0.0.0.0 11betvnd.com
|
||||
0.0.0.0 11win.llc
|
||||
0.0.0.0 11win.mobi
|
||||
0.0.0.0 11win.mx
|
||||
0.0.0.0 11win.net
|
||||
@@ -2284,6 +2284,7 @@
|
||||
0.0.0.0 188pscn2.com
|
||||
0.0.0.0 188thethao.com
|
||||
0.0.0.0 18luck.pro
|
||||
0.0.0.0 18win.net
|
||||
0.0.0.0 1eight8.com
|
||||
0.0.0.0 1tamtamvn.com
|
||||
0.0.0.0 1x.club
|
||||
@@ -2324,8 +2325,15 @@
|
||||
0.0.0.0 388bet.vin
|
||||
0.0.0.0 388bet.vip
|
||||
0.0.0.0 3bet.biz
|
||||
0.0.0.0 3bet.la
|
||||
0.0.0.0 3bet.ph
|
||||
0.0.0.0 3bet.sh
|
||||
0.0.0.0 3bet.ski
|
||||
0.0.0.0 3bet.so
|
||||
0.0.0.0 3bet.tech
|
||||
0.0.0.0 3bet.vc
|
||||
0.0.0.0 3bet.win
|
||||
0.0.0.0 3bet.you
|
||||
0.0.0.0 3kingclub.com
|
||||
0.0.0.0 448kbet.com
|
||||
0.0.0.0 5123b.com
|
||||
@@ -2430,6 +2438,8 @@
|
||||
0.0.0.0 88bong.net
|
||||
0.0.0.0 88cado.com
|
||||
0.0.0.0 88cado.net
|
||||
0.0.0.0 88clb.app
|
||||
0.0.0.0 88clb.fit
|
||||
0.0.0.0 88gobet.com
|
||||
0.0.0.0 88new.cc
|
||||
0.0.0.0 88online.live
|
||||
@@ -2497,6 +2507,10 @@
|
||||
0.0.0.0 9bet.win
|
||||
0.0.0.0 9bet.world
|
||||
0.0.0.0 9e3c.com
|
||||
0.0.0.0 abc8.cm
|
||||
0.0.0.0 abc8.cv
|
||||
0.0.0.0 abcvip.com
|
||||
0.0.0.0 abcvip.in
|
||||
0.0.0.0 account.w88ac.com
|
||||
0.0.0.0 account.w88club.com
|
||||
0.0.0.0 account.w88hn.com
|
||||
@@ -2607,6 +2621,7 @@
|
||||
0.0.0.0 api.oppa88888888.com
|
||||
0.0.0.0 api.red88.club
|
||||
0.0.0.0 api.red88.com
|
||||
0.0.0.0 api.red88.ml
|
||||
0.0.0.0 api.red88.vip
|
||||
0.0.0.0 api.shbet3.com
|
||||
0.0.0.0 api.shbetvv.com
|
||||
@@ -2668,8 +2683,15 @@
|
||||
0.0.0.0 b88ag.com
|
||||
0.0.0.0 bachhoa88.com
|
||||
0.0.0.0 bacty88.com
|
||||
0.0.0.0 ball88.app
|
||||
0.0.0.0 ball88.com
|
||||
0.0.0.0 ball88.day
|
||||
0.0.0.0 ball88.fun
|
||||
0.0.0.0 ball88.games
|
||||
0.0.0.0 ball88.mobi
|
||||
0.0.0.0 ball88.red
|
||||
0.0.0.0 ball88.to
|
||||
0.0.0.0 ball88.zone
|
||||
0.0.0.0 banca.cc
|
||||
0.0.0.0 banca.xo68.vip
|
||||
0.0.0.0 bancadoithuongvn.com
|
||||
@@ -2744,6 +2766,7 @@
|
||||
0.0.0.0 bntv.bongvip.com
|
||||
0.0.0.0 bom52.club
|
||||
0.0.0.0 bom88.com
|
||||
0.0.0.0 bom88.ing
|
||||
0.0.0.0 bom88.net
|
||||
0.0.0.0 bong.thethaowin.net
|
||||
0.0.0.0 bong88.cam
|
||||
@@ -2834,6 +2857,7 @@
|
||||
0.0.0.0 choiwin79.in
|
||||
0.0.0.0 choiwon88.info
|
||||
0.0.0.0 click.mibet88.com
|
||||
0.0.0.0 cm88.com
|
||||
0.0.0.0 cmd368max.com
|
||||
0.0.0.0 cmd368t.com
|
||||
0.0.0.0 cms.v79top.com
|
||||
@@ -2843,6 +2867,7 @@
|
||||
0.0.0.0 connhangheo.top
|
||||
0.0.0.0 coopbet.com
|
||||
0.0.0.0 corona999.com
|
||||
0.0.0.0 cungv9choi.com
|
||||
0.0.0.0 cuoc88.net
|
||||
0.0.0.0 cuoc8899.com
|
||||
0.0.0.0 cuocba.com
|
||||
@@ -2869,8 +2894,15 @@
|
||||
0.0.0.0 cwin999.com
|
||||
0.0.0.0 d1.dabet.club
|
||||
0.0.0.0 d1.debet.cx
|
||||
0.0.0.0 d1.debet.gd
|
||||
0.0.0.0 d1.debet.gs
|
||||
0.0.0.0 d1.debet.info
|
||||
0.0.0.0 d1.debet.lc
|
||||
0.0.0.0 d1.debet.mp
|
||||
0.0.0.0 d1.debet.mw
|
||||
0.0.0.0 d1.debet.sc
|
||||
0.0.0.0 d1.debet.so
|
||||
0.0.0.0 d1.debet.st
|
||||
0.0.0.0 d1.debet.top
|
||||
0.0.0.0 d1.debet.win
|
||||
0.0.0.0 d3.debet.info
|
||||
@@ -2926,6 +2958,7 @@
|
||||
0.0.0.0 dangkyrikvip.tv
|
||||
0.0.0.0 dangkyrikvip.win
|
||||
0.0.0.0 dangkyva88.info
|
||||
0.0.0.0 daomo.club
|
||||
0.0.0.0 datcuoc.thethaofb88.com
|
||||
0.0.0.0 debet.bet
|
||||
0.0.0.0 debet.bot
|
||||
@@ -2935,13 +2968,22 @@
|
||||
0.0.0.0 debet.cx
|
||||
0.0.0.0 debet.fan
|
||||
0.0.0.0 debet.fun
|
||||
0.0.0.0 debet.gd
|
||||
0.0.0.0 debet.gs
|
||||
0.0.0.0 debet.info
|
||||
0.0.0.0 debet.lc
|
||||
0.0.0.0 debet.lv
|
||||
0.0.0.0 debet.moi
|
||||
0.0.0.0 debet.mp
|
||||
0.0.0.0 debet.mw
|
||||
0.0.0.0 debet.net
|
||||
0.0.0.0 debet.sc
|
||||
0.0.0.0 debet.so
|
||||
0.0.0.0 debet.st
|
||||
0.0.0.0 debet.top
|
||||
0.0.0.0 debet.uk
|
||||
0.0.0.0 debet.us
|
||||
0.0.0.0 debet.vg
|
||||
0.0.0.0 debet.win
|
||||
0.0.0.0 debet79.info
|
||||
0.0.0.0 debet88.win
|
||||
@@ -3038,6 +3080,7 @@
|
||||
0.0.0.0 f8betaa.com
|
||||
0.0.0.0 f8betapp.net
|
||||
0.0.0.0 f8betgg.com
|
||||
0.0.0.0 fa88.tel
|
||||
0.0.0.0 fa88.tv
|
||||
0.0.0.0 fa88.win
|
||||
0.0.0.0 fa88vn.live
|
||||
@@ -3123,10 +3166,18 @@
|
||||
0.0.0.0 five-88.link
|
||||
0.0.0.0 five88.biz
|
||||
0.0.0.0 five88.com
|
||||
0.0.0.0 five88.id
|
||||
0.0.0.0 five88.in
|
||||
0.0.0.0 five88.lc
|
||||
0.0.0.0 five88.net
|
||||
0.0.0.0 five88.ng
|
||||
0.0.0.0 five88.nl
|
||||
0.0.0.0 five88.ro
|
||||
0.0.0.0 five88.sale
|
||||
0.0.0.0 five88.show
|
||||
0.0.0.0 five88.sx
|
||||
0.0.0.0 five88.top
|
||||
0.0.0.0 five88.vc
|
||||
0.0.0.0 five88.vin
|
||||
0.0.0.0 five88.win
|
||||
0.0.0.0 five88.wine
|
||||
@@ -3192,10 +3243,18 @@
|
||||
0.0.0.0 gem88.com
|
||||
0.0.0.0 gem88.guru
|
||||
0.0.0.0 gem88.win
|
||||
0.0.0.0 gemwin.fm
|
||||
0.0.0.0 gemwin.ink
|
||||
0.0.0.0 gemwin.is
|
||||
0.0.0.0 gemwin.lc
|
||||
0.0.0.0 gemwin.lv
|
||||
0.0.0.0 gemwin.my
|
||||
0.0.0.0 gemwin.nz
|
||||
0.0.0.0 gemwin.page
|
||||
0.0.0.0 gemwin.to
|
||||
0.0.0.0 gemwin.tv
|
||||
0.0.0.0 gemwin.vc
|
||||
0.0.0.0 gemwin.vin
|
||||
0.0.0.0 gemwin.vip
|
||||
0.0.0.0 gen88.com
|
||||
0.0.0.0 gi8.us
|
||||
@@ -3242,6 +3301,7 @@
|
||||
0.0.0.0 gogobolaku.com
|
||||
0.0.0.0 gw.gen88.com
|
||||
0.0.0.0 gw.mubet.vip
|
||||
0.0.0.0 gw.tot88.store
|
||||
0.0.0.0 h3bet.com
|
||||
0.0.0.0 h51.live
|
||||
0.0.0.0 happy9luck.com
|
||||
@@ -3250,6 +3310,8 @@
|
||||
0.0.0.0 hay8811.com
|
||||
0.0.0.0 hay8822.com
|
||||
0.0.0.0 haywin.ac
|
||||
0.0.0.0 haywin.ai
|
||||
0.0.0.0 haywin.my
|
||||
0.0.0.0 haywin.space
|
||||
0.0.0.0 haywin.store
|
||||
0.0.0.0 haywin.vip
|
||||
@@ -3261,7 +3323,9 @@
|
||||
0.0.0.0 hb8887.com
|
||||
0.0.0.0 hb88vn.co
|
||||
0.0.0.0 hbet.club
|
||||
0.0.0.0 hbet.lv
|
||||
0.0.0.0 hbet.net
|
||||
0.0.0.0 hbet.pw
|
||||
0.0.0.0 hbet.win
|
||||
0.0.0.0 hcm66.com
|
||||
0.0.0.0 hdbet.com
|
||||
@@ -3285,9 +3349,18 @@
|
||||
0.0.0.0 hitclub.cafe
|
||||
0.0.0.0 hitclub.com
|
||||
0.0.0.0 hitclub.in
|
||||
0.0.0.0 hitclub.lc
|
||||
0.0.0.0 hitclub.lt
|
||||
0.0.0.0 hitclub.lv
|
||||
0.0.0.0 hitclub.mk
|
||||
0.0.0.0 hitclub.ml
|
||||
0.0.0.0 hitclub.mu
|
||||
0.0.0.0 hitclub.pl
|
||||
0.0.0.0 hitclub.pro
|
||||
0.0.0.0 hitclub.salon
|
||||
0.0.0.0 hitclub.si
|
||||
0.0.0.0 hitclub.so
|
||||
0.0.0.0 hitclub.su
|
||||
0.0.0.0 hitclub.top
|
||||
0.0.0.0 hitclub.tv
|
||||
0.0.0.0 hitclub.vin
|
||||
@@ -3300,6 +3373,7 @@
|
||||
0.0.0.0 hot51.com
|
||||
0.0.0.0 hotlive.in
|
||||
0.0.0.0 hotlive8.vip
|
||||
0.0.0.0 hubet.com
|
||||
0.0.0.0 i.b52.club
|
||||
0.0.0.0 i.go88.ca
|
||||
0.0.0.0 i.go88.com
|
||||
@@ -3686,6 +3760,7 @@
|
||||
0.0.0.0 kuwin.guide
|
||||
0.0.0.0 kuwinvip.com
|
||||
0.0.0.0 l4.lode88.ai
|
||||
0.0.0.0 lc88.men
|
||||
0.0.0.0 ldp-sum.com
|
||||
0.0.0.0 legabet.gay
|
||||
0.0.0.0 leo88.com
|
||||
@@ -3839,13 +3914,20 @@
|
||||
0.0.0.0 m.w88io.com
|
||||
0.0.0.0 m.w88ok.com
|
||||
0.0.0.0 m.w88yes.com
|
||||
0.0.0.0 m1.ball88.app
|
||||
0.0.0.0 m1.ball88.com
|
||||
0.0.0.0 m1.ball88.fun
|
||||
0.0.0.0 m1.ball88.games
|
||||
0.0.0.0 m1.ball88.mobi
|
||||
0.0.0.0 m1.ball88.red
|
||||
0.0.0.0 m1.ball88.to
|
||||
0.0.0.0 m1.ball88.zone
|
||||
0.0.0.0 m1.fm88.com
|
||||
0.0.0.0 m1.max88.vip
|
||||
0.0.0.0 m1.may88d.com
|
||||
0.0.0.0 m1.tin88.bet
|
||||
0.0.0.0 m1.vin88.net
|
||||
0.0.0.0 m1.vin88.pw
|
||||
0.0.0.0 m1.vin88.vin
|
||||
0.0.0.0 m1.vin88.vip
|
||||
0.0.0.0 m1.xibet.fun
|
||||
@@ -3947,6 +4029,7 @@
|
||||
0.0.0.0 mk.com
|
||||
0.0.0.0 mkt.11bet.us
|
||||
0.0.0.0 mkt.debet.com
|
||||
0.0.0.0 mm88.com
|
||||
0.0.0.0 mm99.vip
|
||||
0.0.0.0 mmwin.nearom.com
|
||||
0.0.0.0 mobi.oleviet777.com
|
||||
@@ -4031,14 +4114,25 @@
|
||||
0.0.0.0 nhacaiuytin.life
|
||||
0.0.0.0 nhanthuong88.com
|
||||
0.0.0.0 nhat.bet
|
||||
0.0.0.0 nhat.bh
|
||||
0.0.0.0 nhat.cx
|
||||
0.0.0.0 nhat.game
|
||||
0.0.0.0 nhat.is
|
||||
0.0.0.0 nhat.it
|
||||
0.0.0.0 nhat.my
|
||||
0.0.0.0 nhat.one
|
||||
0.0.0.0 nhat.pw
|
||||
0.0.0.0 nhat.sh
|
||||
0.0.0.0 nhat.sx
|
||||
0.0.0.0 nhat.vip
|
||||
0.0.0.0 nhat1.club
|
||||
0.0.0.0 nhat9.vip
|
||||
0.0.0.0 nhatvip.ac
|
||||
0.0.0.0 nhatvip.is
|
||||
0.0.0.0 nhatvip.mobi
|
||||
0.0.0.0 nhatvip.moi
|
||||
0.0.0.0 nhatvip.us
|
||||
0.0.0.0 nhatvip.vin
|
||||
0.0.0.0 nhatvip.vip
|
||||
0.0.0.0 nnwud.com
|
||||
0.0.0.0 nohu.band
|
||||
@@ -4052,11 +4146,13 @@
|
||||
0.0.0.0 nuoigada.com
|
||||
0.0.0.0 nxb8.com
|
||||
0.0.0.0 o4.oxbet.in
|
||||
0.0.0.0 ok365.org
|
||||
0.0.0.0 okcado.com
|
||||
0.0.0.0 okcado.org
|
||||
0.0.0.0 okking.com
|
||||
0.0.0.0 okking.cooking
|
||||
0.0.0.0 okking.org
|
||||
0.0.0.0 okvip.fun
|
||||
0.0.0.0 okvip.life
|
||||
0.0.0.0 okvip.pro
|
||||
0.0.0.0 okvip.today
|
||||
@@ -4084,6 +4180,7 @@
|
||||
0.0.0.0 one88.win
|
||||
0.0.0.0 onevegas.com
|
||||
0.0.0.0 ooooooo2.com
|
||||
0.0.0.0 open88.com
|
||||
0.0.0.0 oppa888.com
|
||||
0.0.0.0 oppa88888888.com
|
||||
0.0.0.0 oppo96.com
|
||||
@@ -4115,16 +4212,21 @@
|
||||
0.0.0.0 play.bay789.life
|
||||
0.0.0.0 play.bom52.club
|
||||
0.0.0.0 play.bum3.club
|
||||
0.0.0.0 play.daomo.club
|
||||
0.0.0.0 play.fa88.tel
|
||||
0.0.0.0 play.fa88.win
|
||||
0.0.0.0 play.gemwin.vip
|
||||
0.0.0.0 play.go88.club
|
||||
0.0.0.0 play.go88.tv
|
||||
0.0.0.0 play.haywin.ai
|
||||
0.0.0.0 play.haywin.space
|
||||
0.0.0.0 play.haywin.store
|
||||
0.0.0.0 play.hit.club
|
||||
0.0.0.0 play.im99.com
|
||||
0.0.0.0 play.iwin.bio
|
||||
0.0.0.0 play.lo88.live
|
||||
0.0.0.0 play.okvip.fun
|
||||
0.0.0.0 play.ricwin.pw
|
||||
0.0.0.0 play.rik88.life
|
||||
0.0.0.0 play.rikvip.info
|
||||
0.0.0.0 play.rikvip.tv
|
||||
@@ -4137,11 +4239,15 @@
|
||||
0.0.0.0 play.top88.uk
|
||||
0.0.0.0 play.top88.us
|
||||
0.0.0.0 play.top88.vn
|
||||
0.0.0.0 play.top88.voto
|
||||
0.0.0.0 play.topclub.casa
|
||||
0.0.0.0 play.vaob52.click
|
||||
0.0.0.0 play.vic.hair
|
||||
0.0.0.0 play.vip79.top
|
||||
0.0.0.0 play.win79.vip
|
||||
0.0.0.0 play.win79d.com
|
||||
0.0.0.0 play.x8.club
|
||||
0.0.0.0 play.x8.fit
|
||||
0.0.0.0 play.x8vn.top
|
||||
0.0.0.0 play.xocdia88.video
|
||||
0.0.0.0 play1.son.club
|
||||
@@ -4215,9 +4321,11 @@
|
||||
0.0.0.0 quayso88.com
|
||||
0.0.0.0 quaysogame.com
|
||||
0.0.0.0 quickraiseup.com
|
||||
0.0.0.0 racvl.fun
|
||||
0.0.0.0 record.income88.com
|
||||
0.0.0.0 red88.club
|
||||
0.0.0.0 red88.com
|
||||
0.0.0.0 red88.ml
|
||||
0.0.0.0 red88.top
|
||||
0.0.0.0 red88.tv
|
||||
0.0.0.0 red88.us
|
||||
@@ -4230,6 +4338,7 @@
|
||||
0.0.0.0 rgames.org
|
||||
0.0.0.0 ricbet.com
|
||||
0.0.0.0 ricbet.win
|
||||
0.0.0.0 ricwin.pw
|
||||
0.0.0.0 rik.bet
|
||||
0.0.0.0 rik.club
|
||||
0.0.0.0 rik.fun
|
||||
@@ -4248,6 +4357,9 @@
|
||||
0.0.0.0 rikvip.win
|
||||
0.0.0.0 royal77vn.com
|
||||
0.0.0.0 rr88.live
|
||||
0.0.0.0 rs88.com
|
||||
0.0.0.0 rs88.cyou
|
||||
0.0.0.0 rs88.vip
|
||||
0.0.0.0 rubik88.com
|
||||
0.0.0.0 rw8800.com
|
||||
0.0.0.0 s.sv66c.com
|
||||
@@ -4262,9 +4374,16 @@
|
||||
0.0.0.0 s2.sin88.com
|
||||
0.0.0.0 s26bet.ltd
|
||||
0.0.0.0 s26bet01.com
|
||||
0.0.0.0 s3.sin88.fo
|
||||
0.0.0.0 s3.sin88.lu
|
||||
0.0.0.0 s3.sin88.ml
|
||||
0.0.0.0 s3.sin88.ms
|
||||
0.0.0.0 s3.sin88.si
|
||||
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.vip
|
||||
0.0.0.0 s4.tot88.store
|
||||
0.0.0.0 s555.com
|
||||
0.0.0.0 s99902e.com
|
||||
0.0.0.0 s99906.com
|
||||
@@ -4309,12 +4428,18 @@
|
||||
0.0.0.0 sin88.club
|
||||
0.0.0.0 sin88.com
|
||||
0.0.0.0 sin88.cv
|
||||
0.0.0.0 sin88.fo
|
||||
0.0.0.0 sin88.im
|
||||
0.0.0.0 sin88.lu
|
||||
0.0.0.0 sin88.me
|
||||
0.0.0.0 sin88.ml
|
||||
0.0.0.0 sin88.mn
|
||||
0.0.0.0 sin88.mobi
|
||||
0.0.0.0 sin88.ms
|
||||
0.0.0.0 sin88.mx
|
||||
0.0.0.0 sin88.si
|
||||
0.0.0.0 sin88.sx
|
||||
0.0.0.0 sin88.tw
|
||||
0.0.0.0 sin88.uk
|
||||
0.0.0.0 sin88.us
|
||||
0.0.0.0 sin88.vip
|
||||
@@ -4322,18 +4447,38 @@
|
||||
0.0.0.0 sin88s.com
|
||||
0.0.0.0 sinbet.com
|
||||
0.0.0.0 sinbet.vip
|
||||
0.0.0.0 sk.ball88.app
|
||||
0.0.0.0 sk.ball88.com
|
||||
0.0.0.0 sk.ball88.day
|
||||
0.0.0.0 sk.ball88.fun
|
||||
0.0.0.0 sk.ball88.mobi
|
||||
0.0.0.0 sk.ball88.to
|
||||
0.0.0.0 sk.ball88.zone
|
||||
0.0.0.0 sk.debet.cx
|
||||
0.0.0.0 sk.debet.gd
|
||||
0.0.0.0 sk.debet.gs
|
||||
0.0.0.0 sk.debet.lc
|
||||
0.0.0.0 sk.debet.lv
|
||||
0.0.0.0 sk.debet.mw
|
||||
0.0.0.0 sk.debet.st
|
||||
0.0.0.0 sk.debet.vg
|
||||
0.0.0.0 sk.fm88.com
|
||||
0.0.0.0 sk.sin88.fo
|
||||
0.0.0.0 sk.sin88.lu
|
||||
0.0.0.0 sk.sin88.ml
|
||||
0.0.0.0 sk.sin88.ms
|
||||
0.0.0.0 sk.sin88.si
|
||||
0.0.0.0 sk.sin88.tw
|
||||
0.0.0.0 sk.tin88.bet
|
||||
0.0.0.0 sk.tin88.club
|
||||
0.0.0.0 sk.tin88.in
|
||||
0.0.0.0 sk.vin88.net
|
||||
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.com
|
||||
0.0.0.0 sk.xibet.fun
|
||||
0.0.0.0 sk.zbet.ws
|
||||
0.0.0.0 sky88.bet
|
||||
0.0.0.0 sky88.club
|
||||
0.0.0.0 sky88.com
|
||||
@@ -4359,6 +4504,7 @@
|
||||
0.0.0.0 sock.nbet.vin
|
||||
0.0.0.0 sock.red88.club
|
||||
0.0.0.0 sock.red88.com
|
||||
0.0.0.0 sock.red88.ml
|
||||
0.0.0.0 sock.red88.vip
|
||||
0.0.0.0 sock.sky88.club
|
||||
0.0.0.0 sock.sky88.com
|
||||
@@ -4429,6 +4575,7 @@
|
||||
0.0.0.0 sun52.live
|
||||
0.0.0.0 sun52.tv
|
||||
0.0.0.0 sun6.win
|
||||
0.0.0.0 sunwin.af
|
||||
0.0.0.0 sunwin.club
|
||||
0.0.0.0 sunwin.id
|
||||
0.0.0.0 sunwin.inc
|
||||
@@ -4440,6 +4587,8 @@
|
||||
0.0.0.0 sunwinvn.club
|
||||
0.0.0.0 sure168.asia
|
||||
0.0.0.0 sut88.com
|
||||
0.0.0.0 sv1.sv88.ro
|
||||
0.0.0.0 sv1.sv88.vu
|
||||
0.0.0.0 sv1.sv88d.com
|
||||
0.0.0.0 sv288.net
|
||||
0.0.0.0 sv368.casino
|
||||
@@ -4458,10 +4607,18 @@
|
||||
0.0.0.0 sv66c.com
|
||||
0.0.0.0 sv66s.com
|
||||
0.0.0.0 sv66vip6.com
|
||||
0.0.0.0 sv88.ae
|
||||
0.0.0.0 sv88.cl
|
||||
0.0.0.0 sv88.club
|
||||
0.0.0.0 sv88.com
|
||||
0.0.0.0 sv88.in
|
||||
0.0.0.0 sv88.lv
|
||||
0.0.0.0 sv88.ml
|
||||
0.0.0.0 sv88.ro
|
||||
0.0.0.0 sv88.si
|
||||
0.0.0.0 sv88.vin
|
||||
0.0.0.0 sv88.vip
|
||||
0.0.0.0 sv88.vu
|
||||
0.0.0.0 sv88.win
|
||||
0.0.0.0 sv88a.com
|
||||
0.0.0.0 sv88r.com
|
||||
@@ -4636,8 +4793,11 @@
|
||||
0.0.0.0 top88.us
|
||||
0.0.0.0 top88.vip
|
||||
0.0.0.0 top88.vn
|
||||
0.0.0.0 top88.voto
|
||||
0.0.0.0 topbet.net
|
||||
0.0.0.0 topbet.top
|
||||
0.0.0.0 topclub.casa
|
||||
0.0.0.0 topclub.win
|
||||
0.0.0.0 topdoithuong.net
|
||||
0.0.0.0 topgamebai.biz
|
||||
0.0.0.0 topnohu.com
|
||||
@@ -4646,10 +4806,12 @@
|
||||
0.0.0.0 topzo.top
|
||||
0.0.0.0 topzo.vip
|
||||
0.0.0.0 tot88.com
|
||||
0.0.0.0 tot88.store
|
||||
0.0.0.0 tourghepmienbac.net
|
||||
0.0.0.0 trang188vn.com
|
||||
0.0.0.0 trangchu.life
|
||||
0.0.0.0 trangkeo.com
|
||||
0.0.0.0 trochoidonclub.online
|
||||
0.0.0.0 trochoivuaclub.online
|
||||
0.0.0.0 tructiepdaga.info
|
||||
0.0.0.0 tt128.net
|
||||
@@ -4659,9 +4821,15 @@
|
||||
0.0.0.0 tx88.fun
|
||||
0.0.0.0 tx88.fyi
|
||||
0.0.0.0 tx88.in
|
||||
0.0.0.0 tx88.ing
|
||||
0.0.0.0 tx88.llc
|
||||
0.0.0.0 tx88.onl
|
||||
0.0.0.0 tx88.top
|
||||
0.0.0.0 tydo88.com
|
||||
0.0.0.0 tz.bet20.bet
|
||||
0.0.0.0 u88.watch
|
||||
0.0.0.0 u888.cc
|
||||
0.0.0.0 u888.id
|
||||
0.0.0.0 ud1a.com
|
||||
0.0.0.0 udw87.cc
|
||||
0.0.0.0 udw881.cc
|
||||
@@ -4683,13 +4851,20 @@
|
||||
0.0.0.0 uytin.8day66.com
|
||||
0.0.0.0 v.fa88.tv
|
||||
0.0.0.0 v.hitclub.in
|
||||
0.0.0.0 v.hitclub.lv
|
||||
0.0.0.0 v.hitclub.ml
|
||||
0.0.0.0 v.hitclub.mu
|
||||
0.0.0.0 v.hitclub.si
|
||||
0.0.0.0 v.hitclub.su
|
||||
0.0.0.0 v.hitclub.tv
|
||||
0.0.0.0 v.nhat9.vip
|
||||
0.0.0.0 v.nhatvip.pro
|
||||
0.0.0.0 v.nhatvip.vip
|
||||
0.0.0.0 v1.five88.vin
|
||||
0.0.0.0 v1.lode88.ai
|
||||
0.0.0.0 v111w.com
|
||||
0.0.0.0 v121w.com
|
||||
0.0.0.0 v4.five88.vin
|
||||
0.0.0.0 v4.vivu88.com
|
||||
0.0.0.0 v4.vivu88.net
|
||||
0.0.0.0 v79top.com
|
||||
@@ -4734,6 +4909,8 @@
|
||||
0.0.0.0 vi.oppa888.com
|
||||
0.0.0.0 vi68.org
|
||||
0.0.0.0 vibet.com
|
||||
0.0.0.0 vic.doctor
|
||||
0.0.0.0 vic.hair
|
||||
0.0.0.0 vic.win
|
||||
0.0.0.0 vic88.com
|
||||
0.0.0.0 vic88.net
|
||||
@@ -4747,6 +4924,7 @@
|
||||
0.0.0.0 vin88.com
|
||||
0.0.0.0 vin88.moi
|
||||
0.0.0.0 vin88.net
|
||||
0.0.0.0 vin88.pw
|
||||
0.0.0.0 vin88.sx
|
||||
0.0.0.0 vin88.top
|
||||
0.0.0.0 vin88.tv
|
||||
@@ -4770,11 +4948,13 @@
|
||||
0.0.0.0 vipsodo.top
|
||||
0.0.0.0 viva88.com
|
||||
0.0.0.0 viva88.net
|
||||
0.0.0.0 vivu88.cc
|
||||
0.0.0.0 vivu88.com
|
||||
0.0.0.0 vivu88.net
|
||||
0.0.0.0 vk88.com
|
||||
0.0.0.0 vlott88.com
|
||||
0.0.0.0 vn-lm.jbovietnam.com
|
||||
0.0.0.0 vn.abcvip.in
|
||||
0.0.0.0 vn.app
|
||||
0.0.0.0 vn.ku6101.net
|
||||
0.0.0.0 vn.ku6106.net
|
||||
@@ -4843,7 +5023,9 @@
|
||||
0.0.0.0 vstar79.com
|
||||
0.0.0.0 vu88.com
|
||||
0.0.0.0 vu88.de
|
||||
0.0.0.0 vu88.in
|
||||
0.0.0.0 vu88.net
|
||||
0.0.0.0 vu88.tv
|
||||
0.0.0.0 vua88.app
|
||||
0.0.0.0 vua88.biz
|
||||
0.0.0.0 vua88.club
|
||||
@@ -4947,8 +5129,13 @@
|
||||
0.0.0.0 web.sunwin.pro
|
||||
0.0.0.0 web.topzo.com
|
||||
0.0.0.0 web.win79.moi
|
||||
0.0.0.0 web.win79.vg
|
||||
0.0.0.0 web.yo88.is
|
||||
0.0.0.0 web.yo88.ml
|
||||
0.0.0.0 web.yo88.so
|
||||
0.0.0.0 web.yo88.st
|
||||
0.0.0.0 web.yo88.tv
|
||||
0.0.0.0 web.yo88.vu
|
||||
0.0.0.0 web.zowin.tv
|
||||
0.0.0.0 websvn.info
|
||||
0.0.0.0 wewinvwin.com
|
||||
@@ -4969,6 +5156,7 @@
|
||||
0.0.0.0 win79.moi
|
||||
0.0.0.0 win79.pro
|
||||
0.0.0.0 win79.site
|
||||
0.0.0.0 win79.vg
|
||||
0.0.0.0 win79.vip
|
||||
0.0.0.0 win79a.com
|
||||
0.0.0.0 win79d.com
|
||||
@@ -5001,6 +5189,7 @@
|
||||
0.0.0.0 wp.nbet.vin
|
||||
0.0.0.0 wp.red88.club
|
||||
0.0.0.0 wp.red88.com
|
||||
0.0.0.0 wp.red88.ml
|
||||
0.0.0.0 wp.red88.vip
|
||||
0.0.0.0 wp.rikvip.tv
|
||||
0.0.0.0 wp.sky88.club
|
||||
@@ -5467,6 +5656,7 @@
|
||||
0.0.0.0 www.yule12888.com
|
||||
0.0.0.0 x1798.com
|
||||
0.0.0.0 x8.club
|
||||
0.0.0.0 x8.fit
|
||||
0.0.0.0 x8.games
|
||||
0.0.0.0 x8.mobi
|
||||
0.0.0.0 x88.com
|
||||
@@ -5516,9 +5706,16 @@
|
||||
0.0.0.0 xvipwin.info
|
||||
0.0.0.0 ybbbet.com
|
||||
0.0.0.0 yd88c.com
|
||||
0.0.0.0 yo88.ae
|
||||
0.0.0.0 yo88.cool
|
||||
0.0.0.0 yo88.is
|
||||
0.0.0.0 yo88.ml
|
||||
0.0.0.0 yo88.pw
|
||||
0.0.0.0 yo88.so
|
||||
0.0.0.0 yo88.st
|
||||
0.0.0.0 yo88.tv
|
||||
0.0.0.0 yo88.vg
|
||||
0.0.0.0 yo88.vu
|
||||
0.0.0.0 yo88.win
|
||||
0.0.0.0 yo88vn.com
|
||||
0.0.0.0 youwevnak.kg88.shop
|
||||
@@ -5528,11 +5725,14 @@
|
||||
0.0.0.0 yylive.vip
|
||||
0.0.0.0 yylive.xyz
|
||||
0.0.0.0 z1.zbet.tv
|
||||
0.0.0.0 z1.zbet.ws
|
||||
0.0.0.0 zalomomo.com
|
||||
0.0.0.0 zbet.com
|
||||
0.0.0.0 zbet.dev
|
||||
0.0.0.0 zbet.fun
|
||||
0.0.0.0 zbet.me
|
||||
0.0.0.0 zbet.tv
|
||||
0.0.0.0 zbet.ws
|
||||
0.0.0.0 zet88.com
|
||||
0.0.0.0 zo.club
|
||||
0.0.0.0 zo1.win
|
||||
@@ -5543,9 +5743,18 @@
|
||||
0.0.0.0 zo88.vip
|
||||
0.0.0.0 zoplay.top
|
||||
0.0.0.0 zowin.bh
|
||||
0.0.0.0 zowin.im
|
||||
0.0.0.0 zowin.is
|
||||
0.0.0.0 zowin.kim
|
||||
0.0.0.0 zowin.mom
|
||||
0.0.0.0 zowin.ng
|
||||
0.0.0.0 zowin.red
|
||||
0.0.0.0 zowin.sh
|
||||
0.0.0.0 zowin.sx
|
||||
0.0.0.0 zowin.tv
|
||||
0.0.0.0 zowin.tw
|
||||
0.0.0.0 zowin.uno
|
||||
0.0.0.0 zowin.ws
|
||||
0.0.0.0 10bet.com
|
||||
0.0.0.0 10luxury39.com
|
||||
0.0.0.0 11wickets.com
|
||||
@@ -5655,6 +5864,7 @@
|
||||
0.0.0.0 bet1128.com
|
||||
0.0.0.0 bet11888.com
|
||||
0.0.0.0 bet2290.com
|
||||
0.0.0.0 bet25.dk
|
||||
0.0.0.0 bet2875.com
|
||||
0.0.0.0 bet2earn.net
|
||||
0.0.0.0 bet3000.com
|
||||
@@ -6489,6 +6699,7 @@
|
||||
0.0.0.0 mpl.live
|
||||
0.0.0.0 mr.bet
|
||||
0.0.0.0 mrgreen.com
|
||||
0.0.0.0 mrgreen.dk
|
||||
0.0.0.0 mrjackpotspins.com
|
||||
0.0.0.0 mrmega.com
|
||||
0.0.0.0 mrmobi.com
|
||||
@@ -6735,6 +6946,7 @@
|
||||
0.0.0.0 solverde.pt
|
||||
0.0.0.0 speedybet.com
|
||||
0.0.0.0 spela.com
|
||||
0.0.0.0 spilnu.dk
|
||||
0.0.0.0 spindipity.com
|
||||
0.0.0.0 spinit.com
|
||||
0.0.0.0 spinland.com
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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,156 entries.
|
||||
containing 8,368 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -165,6 +165,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -420,8 +426,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -437,7 +445,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -448,6 +458,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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: 12 April 2026 23:10:59 (UTC)
|
||||
# Date: 21 June 2026 21:35:21 (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: 84,834
|
||||
# Number of unique domains: 85,090
|
||||
#
|
||||
# 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
|
||||
@@ -1883,7 +1883,6 @@
|
||||
0.0.0.0 wastachnews.com
|
||||
0.0.0.0 waterfilters.news
|
||||
0.0.0.0 waterfordtoday.com
|
||||
0.0.0.0 waterfordwhispersnews.com
|
||||
0.0.0.0 waterlooreview.com
|
||||
0.0.0.0 waterlootimes.com
|
||||
0.0.0.0 waterwars.news
|
||||
@@ -2213,9 +2212,9 @@
|
||||
0.0.0.0 yubasuttertimes.com
|
||||
0.0.0.0 zombie.news
|
||||
# Title: hostsVN Gambling VN
|
||||
# Last modified: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 3.323 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 3.533 domains
|
||||
# Only include gambling domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -2252,6 +2251,7 @@
|
||||
0.0.0.0 11bet.vin
|
||||
0.0.0.0 11bet.win
|
||||
0.0.0.0 11betvnd.com
|
||||
0.0.0.0 11win.llc
|
||||
0.0.0.0 11win.mobi
|
||||
0.0.0.0 11win.mx
|
||||
0.0.0.0 11win.net
|
||||
@@ -2284,6 +2284,7 @@
|
||||
0.0.0.0 188pscn2.com
|
||||
0.0.0.0 188thethao.com
|
||||
0.0.0.0 18luck.pro
|
||||
0.0.0.0 18win.net
|
||||
0.0.0.0 1eight8.com
|
||||
0.0.0.0 1tamtamvn.com
|
||||
0.0.0.0 1x.club
|
||||
@@ -2324,8 +2325,15 @@
|
||||
0.0.0.0 388bet.vin
|
||||
0.0.0.0 388bet.vip
|
||||
0.0.0.0 3bet.biz
|
||||
0.0.0.0 3bet.la
|
||||
0.0.0.0 3bet.ph
|
||||
0.0.0.0 3bet.sh
|
||||
0.0.0.0 3bet.ski
|
||||
0.0.0.0 3bet.so
|
||||
0.0.0.0 3bet.tech
|
||||
0.0.0.0 3bet.vc
|
||||
0.0.0.0 3bet.win
|
||||
0.0.0.0 3bet.you
|
||||
0.0.0.0 3kingclub.com
|
||||
0.0.0.0 448kbet.com
|
||||
0.0.0.0 5123b.com
|
||||
@@ -2430,6 +2438,8 @@
|
||||
0.0.0.0 88bong.net
|
||||
0.0.0.0 88cado.com
|
||||
0.0.0.0 88cado.net
|
||||
0.0.0.0 88clb.app
|
||||
0.0.0.0 88clb.fit
|
||||
0.0.0.0 88gobet.com
|
||||
0.0.0.0 88new.cc
|
||||
0.0.0.0 88online.live
|
||||
@@ -2497,6 +2507,10 @@
|
||||
0.0.0.0 9bet.win
|
||||
0.0.0.0 9bet.world
|
||||
0.0.0.0 9e3c.com
|
||||
0.0.0.0 abc8.cm
|
||||
0.0.0.0 abc8.cv
|
||||
0.0.0.0 abcvip.com
|
||||
0.0.0.0 abcvip.in
|
||||
0.0.0.0 account.w88ac.com
|
||||
0.0.0.0 account.w88club.com
|
||||
0.0.0.0 account.w88hn.com
|
||||
@@ -2607,6 +2621,7 @@
|
||||
0.0.0.0 api.oppa88888888.com
|
||||
0.0.0.0 api.red88.club
|
||||
0.0.0.0 api.red88.com
|
||||
0.0.0.0 api.red88.ml
|
||||
0.0.0.0 api.red88.vip
|
||||
0.0.0.0 api.shbet3.com
|
||||
0.0.0.0 api.shbetvv.com
|
||||
@@ -2668,8 +2683,15 @@
|
||||
0.0.0.0 b88ag.com
|
||||
0.0.0.0 bachhoa88.com
|
||||
0.0.0.0 bacty88.com
|
||||
0.0.0.0 ball88.app
|
||||
0.0.0.0 ball88.com
|
||||
0.0.0.0 ball88.day
|
||||
0.0.0.0 ball88.fun
|
||||
0.0.0.0 ball88.games
|
||||
0.0.0.0 ball88.mobi
|
||||
0.0.0.0 ball88.red
|
||||
0.0.0.0 ball88.to
|
||||
0.0.0.0 ball88.zone
|
||||
0.0.0.0 banca.cc
|
||||
0.0.0.0 banca.xo68.vip
|
||||
0.0.0.0 bancadoithuongvn.com
|
||||
@@ -2744,6 +2766,7 @@
|
||||
0.0.0.0 bntv.bongvip.com
|
||||
0.0.0.0 bom52.club
|
||||
0.0.0.0 bom88.com
|
||||
0.0.0.0 bom88.ing
|
||||
0.0.0.0 bom88.net
|
||||
0.0.0.0 bong.thethaowin.net
|
||||
0.0.0.0 bong88.cam
|
||||
@@ -2834,6 +2857,7 @@
|
||||
0.0.0.0 choiwin79.in
|
||||
0.0.0.0 choiwon88.info
|
||||
0.0.0.0 click.mibet88.com
|
||||
0.0.0.0 cm88.com
|
||||
0.0.0.0 cmd368max.com
|
||||
0.0.0.0 cmd368t.com
|
||||
0.0.0.0 cms.v79top.com
|
||||
@@ -2843,6 +2867,7 @@
|
||||
0.0.0.0 connhangheo.top
|
||||
0.0.0.0 coopbet.com
|
||||
0.0.0.0 corona999.com
|
||||
0.0.0.0 cungv9choi.com
|
||||
0.0.0.0 cuoc88.net
|
||||
0.0.0.0 cuoc8899.com
|
||||
0.0.0.0 cuocba.com
|
||||
@@ -2869,8 +2894,15 @@
|
||||
0.0.0.0 cwin999.com
|
||||
0.0.0.0 d1.dabet.club
|
||||
0.0.0.0 d1.debet.cx
|
||||
0.0.0.0 d1.debet.gd
|
||||
0.0.0.0 d1.debet.gs
|
||||
0.0.0.0 d1.debet.info
|
||||
0.0.0.0 d1.debet.lc
|
||||
0.0.0.0 d1.debet.mp
|
||||
0.0.0.0 d1.debet.mw
|
||||
0.0.0.0 d1.debet.sc
|
||||
0.0.0.0 d1.debet.so
|
||||
0.0.0.0 d1.debet.st
|
||||
0.0.0.0 d1.debet.top
|
||||
0.0.0.0 d1.debet.win
|
||||
0.0.0.0 d3.debet.info
|
||||
@@ -2926,6 +2958,7 @@
|
||||
0.0.0.0 dangkyrikvip.tv
|
||||
0.0.0.0 dangkyrikvip.win
|
||||
0.0.0.0 dangkyva88.info
|
||||
0.0.0.0 daomo.club
|
||||
0.0.0.0 datcuoc.thethaofb88.com
|
||||
0.0.0.0 debet.bet
|
||||
0.0.0.0 debet.bot
|
||||
@@ -2935,13 +2968,22 @@
|
||||
0.0.0.0 debet.cx
|
||||
0.0.0.0 debet.fan
|
||||
0.0.0.0 debet.fun
|
||||
0.0.0.0 debet.gd
|
||||
0.0.0.0 debet.gs
|
||||
0.0.0.0 debet.info
|
||||
0.0.0.0 debet.lc
|
||||
0.0.0.0 debet.lv
|
||||
0.0.0.0 debet.moi
|
||||
0.0.0.0 debet.mp
|
||||
0.0.0.0 debet.mw
|
||||
0.0.0.0 debet.net
|
||||
0.0.0.0 debet.sc
|
||||
0.0.0.0 debet.so
|
||||
0.0.0.0 debet.st
|
||||
0.0.0.0 debet.top
|
||||
0.0.0.0 debet.uk
|
||||
0.0.0.0 debet.us
|
||||
0.0.0.0 debet.vg
|
||||
0.0.0.0 debet.win
|
||||
0.0.0.0 debet79.info
|
||||
0.0.0.0 debet88.win
|
||||
@@ -3038,6 +3080,7 @@
|
||||
0.0.0.0 f8betaa.com
|
||||
0.0.0.0 f8betapp.net
|
||||
0.0.0.0 f8betgg.com
|
||||
0.0.0.0 fa88.tel
|
||||
0.0.0.0 fa88.tv
|
||||
0.0.0.0 fa88.win
|
||||
0.0.0.0 fa88vn.live
|
||||
@@ -3123,10 +3166,18 @@
|
||||
0.0.0.0 five-88.link
|
||||
0.0.0.0 five88.biz
|
||||
0.0.0.0 five88.com
|
||||
0.0.0.0 five88.id
|
||||
0.0.0.0 five88.in
|
||||
0.0.0.0 five88.lc
|
||||
0.0.0.0 five88.net
|
||||
0.0.0.0 five88.ng
|
||||
0.0.0.0 five88.nl
|
||||
0.0.0.0 five88.ro
|
||||
0.0.0.0 five88.sale
|
||||
0.0.0.0 five88.show
|
||||
0.0.0.0 five88.sx
|
||||
0.0.0.0 five88.top
|
||||
0.0.0.0 five88.vc
|
||||
0.0.0.0 five88.vin
|
||||
0.0.0.0 five88.win
|
||||
0.0.0.0 five88.wine
|
||||
@@ -3192,10 +3243,18 @@
|
||||
0.0.0.0 gem88.com
|
||||
0.0.0.0 gem88.guru
|
||||
0.0.0.0 gem88.win
|
||||
0.0.0.0 gemwin.fm
|
||||
0.0.0.0 gemwin.ink
|
||||
0.0.0.0 gemwin.is
|
||||
0.0.0.0 gemwin.lc
|
||||
0.0.0.0 gemwin.lv
|
||||
0.0.0.0 gemwin.my
|
||||
0.0.0.0 gemwin.nz
|
||||
0.0.0.0 gemwin.page
|
||||
0.0.0.0 gemwin.to
|
||||
0.0.0.0 gemwin.tv
|
||||
0.0.0.0 gemwin.vc
|
||||
0.0.0.0 gemwin.vin
|
||||
0.0.0.0 gemwin.vip
|
||||
0.0.0.0 gen88.com
|
||||
0.0.0.0 gi8.us
|
||||
@@ -3242,6 +3301,7 @@
|
||||
0.0.0.0 gogobolaku.com
|
||||
0.0.0.0 gw.gen88.com
|
||||
0.0.0.0 gw.mubet.vip
|
||||
0.0.0.0 gw.tot88.store
|
||||
0.0.0.0 h3bet.com
|
||||
0.0.0.0 h51.live
|
||||
0.0.0.0 happy9luck.com
|
||||
@@ -3250,6 +3310,8 @@
|
||||
0.0.0.0 hay8811.com
|
||||
0.0.0.0 hay8822.com
|
||||
0.0.0.0 haywin.ac
|
||||
0.0.0.0 haywin.ai
|
||||
0.0.0.0 haywin.my
|
||||
0.0.0.0 haywin.space
|
||||
0.0.0.0 haywin.store
|
||||
0.0.0.0 haywin.vip
|
||||
@@ -3261,7 +3323,9 @@
|
||||
0.0.0.0 hb8887.com
|
||||
0.0.0.0 hb88vn.co
|
||||
0.0.0.0 hbet.club
|
||||
0.0.0.0 hbet.lv
|
||||
0.0.0.0 hbet.net
|
||||
0.0.0.0 hbet.pw
|
||||
0.0.0.0 hbet.win
|
||||
0.0.0.0 hcm66.com
|
||||
0.0.0.0 hdbet.com
|
||||
@@ -3285,9 +3349,18 @@
|
||||
0.0.0.0 hitclub.cafe
|
||||
0.0.0.0 hitclub.com
|
||||
0.0.0.0 hitclub.in
|
||||
0.0.0.0 hitclub.lc
|
||||
0.0.0.0 hitclub.lt
|
||||
0.0.0.0 hitclub.lv
|
||||
0.0.0.0 hitclub.mk
|
||||
0.0.0.0 hitclub.ml
|
||||
0.0.0.0 hitclub.mu
|
||||
0.0.0.0 hitclub.pl
|
||||
0.0.0.0 hitclub.pro
|
||||
0.0.0.0 hitclub.salon
|
||||
0.0.0.0 hitclub.si
|
||||
0.0.0.0 hitclub.so
|
||||
0.0.0.0 hitclub.su
|
||||
0.0.0.0 hitclub.top
|
||||
0.0.0.0 hitclub.tv
|
||||
0.0.0.0 hitclub.vin
|
||||
@@ -3300,6 +3373,7 @@
|
||||
0.0.0.0 hot51.com
|
||||
0.0.0.0 hotlive.in
|
||||
0.0.0.0 hotlive8.vip
|
||||
0.0.0.0 hubet.com
|
||||
0.0.0.0 i.b52.club
|
||||
0.0.0.0 i.go88.ca
|
||||
0.0.0.0 i.go88.com
|
||||
@@ -3686,6 +3760,7 @@
|
||||
0.0.0.0 kuwin.guide
|
||||
0.0.0.0 kuwinvip.com
|
||||
0.0.0.0 l4.lode88.ai
|
||||
0.0.0.0 lc88.men
|
||||
0.0.0.0 ldp-sum.com
|
||||
0.0.0.0 legabet.gay
|
||||
0.0.0.0 leo88.com
|
||||
@@ -3839,13 +3914,20 @@
|
||||
0.0.0.0 m.w88io.com
|
||||
0.0.0.0 m.w88ok.com
|
||||
0.0.0.0 m.w88yes.com
|
||||
0.0.0.0 m1.ball88.app
|
||||
0.0.0.0 m1.ball88.com
|
||||
0.0.0.0 m1.ball88.fun
|
||||
0.0.0.0 m1.ball88.games
|
||||
0.0.0.0 m1.ball88.mobi
|
||||
0.0.0.0 m1.ball88.red
|
||||
0.0.0.0 m1.ball88.to
|
||||
0.0.0.0 m1.ball88.zone
|
||||
0.0.0.0 m1.fm88.com
|
||||
0.0.0.0 m1.max88.vip
|
||||
0.0.0.0 m1.may88d.com
|
||||
0.0.0.0 m1.tin88.bet
|
||||
0.0.0.0 m1.vin88.net
|
||||
0.0.0.0 m1.vin88.pw
|
||||
0.0.0.0 m1.vin88.vin
|
||||
0.0.0.0 m1.vin88.vip
|
||||
0.0.0.0 m1.xibet.fun
|
||||
@@ -3947,6 +4029,7 @@
|
||||
0.0.0.0 mk.com
|
||||
0.0.0.0 mkt.11bet.us
|
||||
0.0.0.0 mkt.debet.com
|
||||
0.0.0.0 mm88.com
|
||||
0.0.0.0 mm99.vip
|
||||
0.0.0.0 mmwin.nearom.com
|
||||
0.0.0.0 mobi.oleviet777.com
|
||||
@@ -4031,14 +4114,25 @@
|
||||
0.0.0.0 nhacaiuytin.life
|
||||
0.0.0.0 nhanthuong88.com
|
||||
0.0.0.0 nhat.bet
|
||||
0.0.0.0 nhat.bh
|
||||
0.0.0.0 nhat.cx
|
||||
0.0.0.0 nhat.game
|
||||
0.0.0.0 nhat.is
|
||||
0.0.0.0 nhat.it
|
||||
0.0.0.0 nhat.my
|
||||
0.0.0.0 nhat.one
|
||||
0.0.0.0 nhat.pw
|
||||
0.0.0.0 nhat.sh
|
||||
0.0.0.0 nhat.sx
|
||||
0.0.0.0 nhat.vip
|
||||
0.0.0.0 nhat1.club
|
||||
0.0.0.0 nhat9.vip
|
||||
0.0.0.0 nhatvip.ac
|
||||
0.0.0.0 nhatvip.is
|
||||
0.0.0.0 nhatvip.mobi
|
||||
0.0.0.0 nhatvip.moi
|
||||
0.0.0.0 nhatvip.us
|
||||
0.0.0.0 nhatvip.vin
|
||||
0.0.0.0 nhatvip.vip
|
||||
0.0.0.0 nnwud.com
|
||||
0.0.0.0 nohu.band
|
||||
@@ -4052,11 +4146,13 @@
|
||||
0.0.0.0 nuoigada.com
|
||||
0.0.0.0 nxb8.com
|
||||
0.0.0.0 o4.oxbet.in
|
||||
0.0.0.0 ok365.org
|
||||
0.0.0.0 okcado.com
|
||||
0.0.0.0 okcado.org
|
||||
0.0.0.0 okking.com
|
||||
0.0.0.0 okking.cooking
|
||||
0.0.0.0 okking.org
|
||||
0.0.0.0 okvip.fun
|
||||
0.0.0.0 okvip.life
|
||||
0.0.0.0 okvip.pro
|
||||
0.0.0.0 okvip.today
|
||||
@@ -4084,6 +4180,7 @@
|
||||
0.0.0.0 one88.win
|
||||
0.0.0.0 onevegas.com
|
||||
0.0.0.0 ooooooo2.com
|
||||
0.0.0.0 open88.com
|
||||
0.0.0.0 oppa888.com
|
||||
0.0.0.0 oppa88888888.com
|
||||
0.0.0.0 oppo96.com
|
||||
@@ -4115,16 +4212,21 @@
|
||||
0.0.0.0 play.bay789.life
|
||||
0.0.0.0 play.bom52.club
|
||||
0.0.0.0 play.bum3.club
|
||||
0.0.0.0 play.daomo.club
|
||||
0.0.0.0 play.fa88.tel
|
||||
0.0.0.0 play.fa88.win
|
||||
0.0.0.0 play.gemwin.vip
|
||||
0.0.0.0 play.go88.club
|
||||
0.0.0.0 play.go88.tv
|
||||
0.0.0.0 play.haywin.ai
|
||||
0.0.0.0 play.haywin.space
|
||||
0.0.0.0 play.haywin.store
|
||||
0.0.0.0 play.hit.club
|
||||
0.0.0.0 play.im99.com
|
||||
0.0.0.0 play.iwin.bio
|
||||
0.0.0.0 play.lo88.live
|
||||
0.0.0.0 play.okvip.fun
|
||||
0.0.0.0 play.ricwin.pw
|
||||
0.0.0.0 play.rik88.life
|
||||
0.0.0.0 play.rikvip.info
|
||||
0.0.0.0 play.rikvip.tv
|
||||
@@ -4137,11 +4239,15 @@
|
||||
0.0.0.0 play.top88.uk
|
||||
0.0.0.0 play.top88.us
|
||||
0.0.0.0 play.top88.vn
|
||||
0.0.0.0 play.top88.voto
|
||||
0.0.0.0 play.topclub.casa
|
||||
0.0.0.0 play.vaob52.click
|
||||
0.0.0.0 play.vic.hair
|
||||
0.0.0.0 play.vip79.top
|
||||
0.0.0.0 play.win79.vip
|
||||
0.0.0.0 play.win79d.com
|
||||
0.0.0.0 play.x8.club
|
||||
0.0.0.0 play.x8.fit
|
||||
0.0.0.0 play.x8vn.top
|
||||
0.0.0.0 play.xocdia88.video
|
||||
0.0.0.0 play1.son.club
|
||||
@@ -4215,9 +4321,11 @@
|
||||
0.0.0.0 quayso88.com
|
||||
0.0.0.0 quaysogame.com
|
||||
0.0.0.0 quickraiseup.com
|
||||
0.0.0.0 racvl.fun
|
||||
0.0.0.0 record.income88.com
|
||||
0.0.0.0 red88.club
|
||||
0.0.0.0 red88.com
|
||||
0.0.0.0 red88.ml
|
||||
0.0.0.0 red88.top
|
||||
0.0.0.0 red88.tv
|
||||
0.0.0.0 red88.us
|
||||
@@ -4230,6 +4338,7 @@
|
||||
0.0.0.0 rgames.org
|
||||
0.0.0.0 ricbet.com
|
||||
0.0.0.0 ricbet.win
|
||||
0.0.0.0 ricwin.pw
|
||||
0.0.0.0 rik.bet
|
||||
0.0.0.0 rik.club
|
||||
0.0.0.0 rik.fun
|
||||
@@ -4248,6 +4357,9 @@
|
||||
0.0.0.0 rikvip.win
|
||||
0.0.0.0 royal77vn.com
|
||||
0.0.0.0 rr88.live
|
||||
0.0.0.0 rs88.com
|
||||
0.0.0.0 rs88.cyou
|
||||
0.0.0.0 rs88.vip
|
||||
0.0.0.0 rubik88.com
|
||||
0.0.0.0 rw8800.com
|
||||
0.0.0.0 s.sv66c.com
|
||||
@@ -4262,9 +4374,16 @@
|
||||
0.0.0.0 s2.sin88.com
|
||||
0.0.0.0 s26bet.ltd
|
||||
0.0.0.0 s26bet01.com
|
||||
0.0.0.0 s3.sin88.fo
|
||||
0.0.0.0 s3.sin88.lu
|
||||
0.0.0.0 s3.sin88.ml
|
||||
0.0.0.0 s3.sin88.ms
|
||||
0.0.0.0 s3.sin88.si
|
||||
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.vip
|
||||
0.0.0.0 s4.tot88.store
|
||||
0.0.0.0 s555.com
|
||||
0.0.0.0 s99902e.com
|
||||
0.0.0.0 s99906.com
|
||||
@@ -4309,12 +4428,18 @@
|
||||
0.0.0.0 sin88.club
|
||||
0.0.0.0 sin88.com
|
||||
0.0.0.0 sin88.cv
|
||||
0.0.0.0 sin88.fo
|
||||
0.0.0.0 sin88.im
|
||||
0.0.0.0 sin88.lu
|
||||
0.0.0.0 sin88.me
|
||||
0.0.0.0 sin88.ml
|
||||
0.0.0.0 sin88.mn
|
||||
0.0.0.0 sin88.mobi
|
||||
0.0.0.0 sin88.ms
|
||||
0.0.0.0 sin88.mx
|
||||
0.0.0.0 sin88.si
|
||||
0.0.0.0 sin88.sx
|
||||
0.0.0.0 sin88.tw
|
||||
0.0.0.0 sin88.uk
|
||||
0.0.0.0 sin88.us
|
||||
0.0.0.0 sin88.vip
|
||||
@@ -4322,18 +4447,38 @@
|
||||
0.0.0.0 sin88s.com
|
||||
0.0.0.0 sinbet.com
|
||||
0.0.0.0 sinbet.vip
|
||||
0.0.0.0 sk.ball88.app
|
||||
0.0.0.0 sk.ball88.com
|
||||
0.0.0.0 sk.ball88.day
|
||||
0.0.0.0 sk.ball88.fun
|
||||
0.0.0.0 sk.ball88.mobi
|
||||
0.0.0.0 sk.ball88.to
|
||||
0.0.0.0 sk.ball88.zone
|
||||
0.0.0.0 sk.debet.cx
|
||||
0.0.0.0 sk.debet.gd
|
||||
0.0.0.0 sk.debet.gs
|
||||
0.0.0.0 sk.debet.lc
|
||||
0.0.0.0 sk.debet.lv
|
||||
0.0.0.0 sk.debet.mw
|
||||
0.0.0.0 sk.debet.st
|
||||
0.0.0.0 sk.debet.vg
|
||||
0.0.0.0 sk.fm88.com
|
||||
0.0.0.0 sk.sin88.fo
|
||||
0.0.0.0 sk.sin88.lu
|
||||
0.0.0.0 sk.sin88.ml
|
||||
0.0.0.0 sk.sin88.ms
|
||||
0.0.0.0 sk.sin88.si
|
||||
0.0.0.0 sk.sin88.tw
|
||||
0.0.0.0 sk.tin88.bet
|
||||
0.0.0.0 sk.tin88.club
|
||||
0.0.0.0 sk.tin88.in
|
||||
0.0.0.0 sk.vin88.net
|
||||
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.com
|
||||
0.0.0.0 sk.xibet.fun
|
||||
0.0.0.0 sk.zbet.ws
|
||||
0.0.0.0 sky88.bet
|
||||
0.0.0.0 sky88.club
|
||||
0.0.0.0 sky88.com
|
||||
@@ -4359,6 +4504,7 @@
|
||||
0.0.0.0 sock.nbet.vin
|
||||
0.0.0.0 sock.red88.club
|
||||
0.0.0.0 sock.red88.com
|
||||
0.0.0.0 sock.red88.ml
|
||||
0.0.0.0 sock.red88.vip
|
||||
0.0.0.0 sock.sky88.club
|
||||
0.0.0.0 sock.sky88.com
|
||||
@@ -4429,6 +4575,7 @@
|
||||
0.0.0.0 sun52.live
|
||||
0.0.0.0 sun52.tv
|
||||
0.0.0.0 sun6.win
|
||||
0.0.0.0 sunwin.af
|
||||
0.0.0.0 sunwin.club
|
||||
0.0.0.0 sunwin.id
|
||||
0.0.0.0 sunwin.inc
|
||||
@@ -4440,6 +4587,8 @@
|
||||
0.0.0.0 sunwinvn.club
|
||||
0.0.0.0 sure168.asia
|
||||
0.0.0.0 sut88.com
|
||||
0.0.0.0 sv1.sv88.ro
|
||||
0.0.0.0 sv1.sv88.vu
|
||||
0.0.0.0 sv1.sv88d.com
|
||||
0.0.0.0 sv288.net
|
||||
0.0.0.0 sv368.casino
|
||||
@@ -4458,10 +4607,18 @@
|
||||
0.0.0.0 sv66c.com
|
||||
0.0.0.0 sv66s.com
|
||||
0.0.0.0 sv66vip6.com
|
||||
0.0.0.0 sv88.ae
|
||||
0.0.0.0 sv88.cl
|
||||
0.0.0.0 sv88.club
|
||||
0.0.0.0 sv88.com
|
||||
0.0.0.0 sv88.in
|
||||
0.0.0.0 sv88.lv
|
||||
0.0.0.0 sv88.ml
|
||||
0.0.0.0 sv88.ro
|
||||
0.0.0.0 sv88.si
|
||||
0.0.0.0 sv88.vin
|
||||
0.0.0.0 sv88.vip
|
||||
0.0.0.0 sv88.vu
|
||||
0.0.0.0 sv88.win
|
||||
0.0.0.0 sv88a.com
|
||||
0.0.0.0 sv88r.com
|
||||
@@ -4636,8 +4793,11 @@
|
||||
0.0.0.0 top88.us
|
||||
0.0.0.0 top88.vip
|
||||
0.0.0.0 top88.vn
|
||||
0.0.0.0 top88.voto
|
||||
0.0.0.0 topbet.net
|
||||
0.0.0.0 topbet.top
|
||||
0.0.0.0 topclub.casa
|
||||
0.0.0.0 topclub.win
|
||||
0.0.0.0 topdoithuong.net
|
||||
0.0.0.0 topgamebai.biz
|
||||
0.0.0.0 topnohu.com
|
||||
@@ -4646,10 +4806,12 @@
|
||||
0.0.0.0 topzo.top
|
||||
0.0.0.0 topzo.vip
|
||||
0.0.0.0 tot88.com
|
||||
0.0.0.0 tot88.store
|
||||
0.0.0.0 tourghepmienbac.net
|
||||
0.0.0.0 trang188vn.com
|
||||
0.0.0.0 trangchu.life
|
||||
0.0.0.0 trangkeo.com
|
||||
0.0.0.0 trochoidonclub.online
|
||||
0.0.0.0 trochoivuaclub.online
|
||||
0.0.0.0 tructiepdaga.info
|
||||
0.0.0.0 tt128.net
|
||||
@@ -4659,9 +4821,15 @@
|
||||
0.0.0.0 tx88.fun
|
||||
0.0.0.0 tx88.fyi
|
||||
0.0.0.0 tx88.in
|
||||
0.0.0.0 tx88.ing
|
||||
0.0.0.0 tx88.llc
|
||||
0.0.0.0 tx88.onl
|
||||
0.0.0.0 tx88.top
|
||||
0.0.0.0 tydo88.com
|
||||
0.0.0.0 tz.bet20.bet
|
||||
0.0.0.0 u88.watch
|
||||
0.0.0.0 u888.cc
|
||||
0.0.0.0 u888.id
|
||||
0.0.0.0 ud1a.com
|
||||
0.0.0.0 udw87.cc
|
||||
0.0.0.0 udw881.cc
|
||||
@@ -4683,13 +4851,20 @@
|
||||
0.0.0.0 uytin.8day66.com
|
||||
0.0.0.0 v.fa88.tv
|
||||
0.0.0.0 v.hitclub.in
|
||||
0.0.0.0 v.hitclub.lv
|
||||
0.0.0.0 v.hitclub.ml
|
||||
0.0.0.0 v.hitclub.mu
|
||||
0.0.0.0 v.hitclub.si
|
||||
0.0.0.0 v.hitclub.su
|
||||
0.0.0.0 v.hitclub.tv
|
||||
0.0.0.0 v.nhat9.vip
|
||||
0.0.0.0 v.nhatvip.pro
|
||||
0.0.0.0 v.nhatvip.vip
|
||||
0.0.0.0 v1.five88.vin
|
||||
0.0.0.0 v1.lode88.ai
|
||||
0.0.0.0 v111w.com
|
||||
0.0.0.0 v121w.com
|
||||
0.0.0.0 v4.five88.vin
|
||||
0.0.0.0 v4.vivu88.com
|
||||
0.0.0.0 v4.vivu88.net
|
||||
0.0.0.0 v79top.com
|
||||
@@ -4734,6 +4909,8 @@
|
||||
0.0.0.0 vi.oppa888.com
|
||||
0.0.0.0 vi68.org
|
||||
0.0.0.0 vibet.com
|
||||
0.0.0.0 vic.doctor
|
||||
0.0.0.0 vic.hair
|
||||
0.0.0.0 vic.win
|
||||
0.0.0.0 vic88.com
|
||||
0.0.0.0 vic88.net
|
||||
@@ -4747,6 +4924,7 @@
|
||||
0.0.0.0 vin88.com
|
||||
0.0.0.0 vin88.moi
|
||||
0.0.0.0 vin88.net
|
||||
0.0.0.0 vin88.pw
|
||||
0.0.0.0 vin88.sx
|
||||
0.0.0.0 vin88.top
|
||||
0.0.0.0 vin88.tv
|
||||
@@ -4770,11 +4948,13 @@
|
||||
0.0.0.0 vipsodo.top
|
||||
0.0.0.0 viva88.com
|
||||
0.0.0.0 viva88.net
|
||||
0.0.0.0 vivu88.cc
|
||||
0.0.0.0 vivu88.com
|
||||
0.0.0.0 vivu88.net
|
||||
0.0.0.0 vk88.com
|
||||
0.0.0.0 vlott88.com
|
||||
0.0.0.0 vn-lm.jbovietnam.com
|
||||
0.0.0.0 vn.abcvip.in
|
||||
0.0.0.0 vn.app
|
||||
0.0.0.0 vn.ku6101.net
|
||||
0.0.0.0 vn.ku6106.net
|
||||
@@ -4843,7 +5023,9 @@
|
||||
0.0.0.0 vstar79.com
|
||||
0.0.0.0 vu88.com
|
||||
0.0.0.0 vu88.de
|
||||
0.0.0.0 vu88.in
|
||||
0.0.0.0 vu88.net
|
||||
0.0.0.0 vu88.tv
|
||||
0.0.0.0 vua88.app
|
||||
0.0.0.0 vua88.biz
|
||||
0.0.0.0 vua88.club
|
||||
@@ -4947,8 +5129,13 @@
|
||||
0.0.0.0 web.sunwin.pro
|
||||
0.0.0.0 web.topzo.com
|
||||
0.0.0.0 web.win79.moi
|
||||
0.0.0.0 web.win79.vg
|
||||
0.0.0.0 web.yo88.is
|
||||
0.0.0.0 web.yo88.ml
|
||||
0.0.0.0 web.yo88.so
|
||||
0.0.0.0 web.yo88.st
|
||||
0.0.0.0 web.yo88.tv
|
||||
0.0.0.0 web.yo88.vu
|
||||
0.0.0.0 web.zowin.tv
|
||||
0.0.0.0 websvn.info
|
||||
0.0.0.0 wewinvwin.com
|
||||
@@ -4969,6 +5156,7 @@
|
||||
0.0.0.0 win79.moi
|
||||
0.0.0.0 win79.pro
|
||||
0.0.0.0 win79.site
|
||||
0.0.0.0 win79.vg
|
||||
0.0.0.0 win79.vip
|
||||
0.0.0.0 win79a.com
|
||||
0.0.0.0 win79d.com
|
||||
@@ -5001,6 +5189,7 @@
|
||||
0.0.0.0 wp.nbet.vin
|
||||
0.0.0.0 wp.red88.club
|
||||
0.0.0.0 wp.red88.com
|
||||
0.0.0.0 wp.red88.ml
|
||||
0.0.0.0 wp.red88.vip
|
||||
0.0.0.0 wp.rikvip.tv
|
||||
0.0.0.0 wp.sky88.club
|
||||
@@ -5467,6 +5656,7 @@
|
||||
0.0.0.0 www.yule12888.com
|
||||
0.0.0.0 x1798.com
|
||||
0.0.0.0 x8.club
|
||||
0.0.0.0 x8.fit
|
||||
0.0.0.0 x8.games
|
||||
0.0.0.0 x8.mobi
|
||||
0.0.0.0 x88.com
|
||||
@@ -5516,9 +5706,16 @@
|
||||
0.0.0.0 xvipwin.info
|
||||
0.0.0.0 ybbbet.com
|
||||
0.0.0.0 yd88c.com
|
||||
0.0.0.0 yo88.ae
|
||||
0.0.0.0 yo88.cool
|
||||
0.0.0.0 yo88.is
|
||||
0.0.0.0 yo88.ml
|
||||
0.0.0.0 yo88.pw
|
||||
0.0.0.0 yo88.so
|
||||
0.0.0.0 yo88.st
|
||||
0.0.0.0 yo88.tv
|
||||
0.0.0.0 yo88.vg
|
||||
0.0.0.0 yo88.vu
|
||||
0.0.0.0 yo88.win
|
||||
0.0.0.0 yo88vn.com
|
||||
0.0.0.0 youwevnak.kg88.shop
|
||||
@@ -5528,11 +5725,14 @@
|
||||
0.0.0.0 yylive.vip
|
||||
0.0.0.0 yylive.xyz
|
||||
0.0.0.0 z1.zbet.tv
|
||||
0.0.0.0 z1.zbet.ws
|
||||
0.0.0.0 zalomomo.com
|
||||
0.0.0.0 zbet.com
|
||||
0.0.0.0 zbet.dev
|
||||
0.0.0.0 zbet.fun
|
||||
0.0.0.0 zbet.me
|
||||
0.0.0.0 zbet.tv
|
||||
0.0.0.0 zbet.ws
|
||||
0.0.0.0 zet88.com
|
||||
0.0.0.0 zo.club
|
||||
0.0.0.0 zo1.win
|
||||
@@ -5543,9 +5743,18 @@
|
||||
0.0.0.0 zo88.vip
|
||||
0.0.0.0 zoplay.top
|
||||
0.0.0.0 zowin.bh
|
||||
0.0.0.0 zowin.im
|
||||
0.0.0.0 zowin.is
|
||||
0.0.0.0 zowin.kim
|
||||
0.0.0.0 zowin.mom
|
||||
0.0.0.0 zowin.ng
|
||||
0.0.0.0 zowin.red
|
||||
0.0.0.0 zowin.sh
|
||||
0.0.0.0 zowin.sx
|
||||
0.0.0.0 zowin.tv
|
||||
0.0.0.0 zowin.tw
|
||||
0.0.0.0 zowin.uno
|
||||
0.0.0.0 zowin.ws
|
||||
0.0.0.0 10bet.com
|
||||
0.0.0.0 10luxury39.com
|
||||
0.0.0.0 11wickets.com
|
||||
@@ -5655,6 +5864,7 @@
|
||||
0.0.0.0 bet1128.com
|
||||
0.0.0.0 bet11888.com
|
||||
0.0.0.0 bet2290.com
|
||||
0.0.0.0 bet25.dk
|
||||
0.0.0.0 bet2875.com
|
||||
0.0.0.0 bet2earn.net
|
||||
0.0.0.0 bet3000.com
|
||||
@@ -6489,6 +6699,7 @@
|
||||
0.0.0.0 mpl.live
|
||||
0.0.0.0 mr.bet
|
||||
0.0.0.0 mrgreen.com
|
||||
0.0.0.0 mrgreen.dk
|
||||
0.0.0.0 mrjackpotspins.com
|
||||
0.0.0.0 mrmega.com
|
||||
0.0.0.0 mrmobi.com
|
||||
@@ -6735,6 +6946,7 @@
|
||||
0.0.0.0 solverde.pt
|
||||
0.0.0.0 speedybet.com
|
||||
0.0.0.0 spela.com
|
||||
0.0.0.0 spilnu.dk
|
||||
0.0.0.0 spindipity.com
|
||||
0.0.0.0 spinit.com
|
||||
0.0.0.0 spinland.com
|
||||
@@ -8186,9 +8398,9 @@
|
||||
0.0.0.0 everbet.bg
|
||||
0.0.0.0 slotino.bg
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 1.866 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 1.868 domains
|
||||
# Only include adult domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -9061,7 +9273,9 @@
|
||||
0.0.0.0 phimsexhaymoi.com
|
||||
0.0.0.0 phimsexhaynhatban.cyou
|
||||
0.0.0.0 phimsexhaynhatban.top
|
||||
0.0.0.0 phimsexhaysss.com
|
||||
0.0.0.0 phimsexhayvl.com
|
||||
0.0.0.0 phimsexhayvnx.com
|
||||
0.0.0.0 phimsexhd.cyou
|
||||
0.0.0.0 phimsexhd.nl
|
||||
0.0.0.0 phimsexhd.online
|
||||
@@ -21821,7 +22035,6 @@
|
||||
0.0.0.0 totalaccess.transsexualbarebacking.com
|
||||
0.0.0.0 totalexposure.com
|
||||
0.0.0.0 totallynsfw.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 touchmylips.com
|
||||
0.0.0.0 touhoufeet.booru.org
|
||||
0.0.0.0 toumpano.net
|
||||
@@ -28728,7 +28941,6 @@
|
||||
0.0.0.0 www.torylane.com
|
||||
0.0.0.0 www.totalexposure.com
|
||||
0.0.0.0 www.totallynsfw.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 www.touchmylips.com
|
||||
0.0.0.0 www.toumpano.net
|
||||
0.0.0.0 www.toxamedia.com
|
||||
@@ -61012,8 +61224,6 @@
|
||||
0.0.0.0 pornaddict.me
|
||||
0.0.0.0 pornaddiction.com
|
||||
0.0.0.0 www.pornaddiction.com
|
||||
0.0.0.0 pornaddictsanonymous.org
|
||||
0.0.0.0 www.pornaddictsanonymous.org
|
||||
0.0.0.0 pornaddik.com
|
||||
0.0.0.0 www.pornaddik.com
|
||||
0.0.0.0 pornadept.com
|
||||
@@ -73182,6 +73392,8 @@
|
||||
0.0.0.0 totallyfreecam.com
|
||||
0.0.0.0 totallynakedteens.com
|
||||
0.0.0.0 totallyshemales.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 totporno.com
|
||||
0.0.0.0 tounavi.net
|
||||
0.0.0.0 tour7me.com
|
||||
@@ -82519,7 +82731,6 @@
|
||||
0.0.0.0 doglickpussy.com
|
||||
0.0.0.0 dogsex.show
|
||||
0.0.0.0 dood.li
|
||||
0.0.0.0 doodstream.com
|
||||
0.0.0.0 dooodster.com
|
||||
0.0.0.0 doujin-th.net
|
||||
0.0.0.0 doujinfast.com
|
||||
@@ -84604,6 +84815,51 @@
|
||||
0.0.0.0 scorchincams.com
|
||||
0.0.0.0 llqodr.lovepoiint.com
|
||||
0.0.0.0 viet69.bi
|
||||
0.0.0.0 joi.com
|
||||
0.0.0.0 joi.ai
|
||||
0.0.0.0 joyland.ai
|
||||
0.0.0.0 myanima.ai
|
||||
0.0.0.0 gptgirlfriend.online
|
||||
0.0.0.0 girlfriendgpt.com
|
||||
0.0.0.0 eroplay.ai
|
||||
0.0.0.0 soulkyn.com
|
||||
0.0.0.0 dreamcompanion.com
|
||||
0.0.0.0 infatuated.ai
|
||||
0.0.0.0 ourdream.ai
|
||||
0.0.0.0 nextpart.ai
|
||||
0.0.0.0 aiallure.com
|
||||
0.0.0.0 sugarlab.ai
|
||||
0.0.0.0 thotchat.ai
|
||||
0.0.0.0 fantasygf.ai
|
||||
0.0.0.0 cuties.ai
|
||||
0.0.0.0 juicychat.ai
|
||||
0.0.0.0 romanticai.com
|
||||
0.0.0.0 flirton.ai
|
||||
0.0.0.0 lovescape.ai
|
||||
0.0.0.0 swipey.ai
|
||||
0.0.0.0 golove.ai
|
||||
0.0.0.0 kupid.ai
|
||||
0.0.0.0 spicychat.ai
|
||||
0.0.0.0 hotchat.ai
|
||||
0.0.0.0 honeychat.ai
|
||||
0.0.0.0 darlingchat.ai
|
||||
0.0.0.0 sugarchatai.com
|
||||
0.0.0.0 babechatai.com
|
||||
0.0.0.0 babychatai.com
|
||||
0.0.0.0 aigals.com
|
||||
0.0.0.0 secrets.ai
|
||||
0.0.0.0 soulkyn.ai
|
||||
0.0.0.0 juiceychat.ai
|
||||
0.0.0.0 xchar.ai
|
||||
0.0.0.0 nectar.ai
|
||||
0.0.0.0 promptchan.com
|
||||
0.0.0.0 mypornfinder.com
|
||||
0.0.0.0 pornworks.com
|
||||
0.0.0.0 seduced.com
|
||||
0.0.0.0 redgifs.ai
|
||||
0.0.0.0 trashyneverclassy.com
|
||||
0.0.0.0 chomikuj.pl
|
||||
0.0.0.0 missav.ai
|
||||
# Title: Snuff hosts
|
||||
|
||||
0.0.0.0 bitcheese.net
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 84,834 entries.
|
||||
containing 85,090 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -171,6 +171,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -426,8 +432,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -443,7 +451,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -454,6 +464,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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: 12 April 2026 23:11:01 (UTC)
|
||||
# Date: 21 June 2026 21:35:23 (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: 88,023
|
||||
# Number of unique domains: 88,280
|
||||
#
|
||||
# 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
|
||||
@@ -1878,7 +1878,6 @@
|
||||
0.0.0.0 wastachnews.com
|
||||
0.0.0.0 waterfilters.news
|
||||
0.0.0.0 waterfordtoday.com
|
||||
0.0.0.0 waterfordwhispersnews.com
|
||||
0.0.0.0 waterlooreview.com
|
||||
0.0.0.0 waterlootimes.com
|
||||
0.0.0.0 waterwars.news
|
||||
@@ -2207,9 +2206,9 @@
|
||||
0.0.0.0 yubasuttertimes.com
|
||||
0.0.0.0 zombie.news
|
||||
# Title: hostsVN Gambling VN
|
||||
# Last modified: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 3.323 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 3.533 domains
|
||||
# Only include gambling domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -2246,6 +2245,7 @@
|
||||
0.0.0.0 11bet.vin
|
||||
0.0.0.0 11bet.win
|
||||
0.0.0.0 11betvnd.com
|
||||
0.0.0.0 11win.llc
|
||||
0.0.0.0 11win.mobi
|
||||
0.0.0.0 11win.mx
|
||||
0.0.0.0 11win.net
|
||||
@@ -2278,6 +2278,7 @@
|
||||
0.0.0.0 188pscn2.com
|
||||
0.0.0.0 188thethao.com
|
||||
0.0.0.0 18luck.pro
|
||||
0.0.0.0 18win.net
|
||||
0.0.0.0 1eight8.com
|
||||
0.0.0.0 1tamtamvn.com
|
||||
0.0.0.0 1x.club
|
||||
@@ -2318,8 +2319,15 @@
|
||||
0.0.0.0 388bet.vin
|
||||
0.0.0.0 388bet.vip
|
||||
0.0.0.0 3bet.biz
|
||||
0.0.0.0 3bet.la
|
||||
0.0.0.0 3bet.ph
|
||||
0.0.0.0 3bet.sh
|
||||
0.0.0.0 3bet.ski
|
||||
0.0.0.0 3bet.so
|
||||
0.0.0.0 3bet.tech
|
||||
0.0.0.0 3bet.vc
|
||||
0.0.0.0 3bet.win
|
||||
0.0.0.0 3bet.you
|
||||
0.0.0.0 3kingclub.com
|
||||
0.0.0.0 448kbet.com
|
||||
0.0.0.0 5123b.com
|
||||
@@ -2424,6 +2432,8 @@
|
||||
0.0.0.0 88bong.net
|
||||
0.0.0.0 88cado.com
|
||||
0.0.0.0 88cado.net
|
||||
0.0.0.0 88clb.app
|
||||
0.0.0.0 88clb.fit
|
||||
0.0.0.0 88gobet.com
|
||||
0.0.0.0 88new.cc
|
||||
0.0.0.0 88online.live
|
||||
@@ -2491,6 +2501,10 @@
|
||||
0.0.0.0 9bet.win
|
||||
0.0.0.0 9bet.world
|
||||
0.0.0.0 9e3c.com
|
||||
0.0.0.0 abc8.cm
|
||||
0.0.0.0 abc8.cv
|
||||
0.0.0.0 abcvip.com
|
||||
0.0.0.0 abcvip.in
|
||||
0.0.0.0 account.w88ac.com
|
||||
0.0.0.0 account.w88club.com
|
||||
0.0.0.0 account.w88hn.com
|
||||
@@ -2601,6 +2615,7 @@
|
||||
0.0.0.0 api.oppa88888888.com
|
||||
0.0.0.0 api.red88.club
|
||||
0.0.0.0 api.red88.com
|
||||
0.0.0.0 api.red88.ml
|
||||
0.0.0.0 api.red88.vip
|
||||
0.0.0.0 api.shbet3.com
|
||||
0.0.0.0 api.shbetvv.com
|
||||
@@ -2662,8 +2677,15 @@
|
||||
0.0.0.0 b88ag.com
|
||||
0.0.0.0 bachhoa88.com
|
||||
0.0.0.0 bacty88.com
|
||||
0.0.0.0 ball88.app
|
||||
0.0.0.0 ball88.com
|
||||
0.0.0.0 ball88.day
|
||||
0.0.0.0 ball88.fun
|
||||
0.0.0.0 ball88.games
|
||||
0.0.0.0 ball88.mobi
|
||||
0.0.0.0 ball88.red
|
||||
0.0.0.0 ball88.to
|
||||
0.0.0.0 ball88.zone
|
||||
0.0.0.0 banca.cc
|
||||
0.0.0.0 banca.xo68.vip
|
||||
0.0.0.0 bancadoithuongvn.com
|
||||
@@ -2738,6 +2760,7 @@
|
||||
0.0.0.0 bntv.bongvip.com
|
||||
0.0.0.0 bom52.club
|
||||
0.0.0.0 bom88.com
|
||||
0.0.0.0 bom88.ing
|
||||
0.0.0.0 bom88.net
|
||||
0.0.0.0 bong.thethaowin.net
|
||||
0.0.0.0 bong88.cam
|
||||
@@ -2828,6 +2851,7 @@
|
||||
0.0.0.0 choiwin79.in
|
||||
0.0.0.0 choiwon88.info
|
||||
0.0.0.0 click.mibet88.com
|
||||
0.0.0.0 cm88.com
|
||||
0.0.0.0 cmd368max.com
|
||||
0.0.0.0 cmd368t.com
|
||||
0.0.0.0 cms.v79top.com
|
||||
@@ -2837,6 +2861,7 @@
|
||||
0.0.0.0 connhangheo.top
|
||||
0.0.0.0 coopbet.com
|
||||
0.0.0.0 corona999.com
|
||||
0.0.0.0 cungv9choi.com
|
||||
0.0.0.0 cuoc88.net
|
||||
0.0.0.0 cuoc8899.com
|
||||
0.0.0.0 cuocba.com
|
||||
@@ -2863,8 +2888,15 @@
|
||||
0.0.0.0 cwin999.com
|
||||
0.0.0.0 d1.dabet.club
|
||||
0.0.0.0 d1.debet.cx
|
||||
0.0.0.0 d1.debet.gd
|
||||
0.0.0.0 d1.debet.gs
|
||||
0.0.0.0 d1.debet.info
|
||||
0.0.0.0 d1.debet.lc
|
||||
0.0.0.0 d1.debet.mp
|
||||
0.0.0.0 d1.debet.mw
|
||||
0.0.0.0 d1.debet.sc
|
||||
0.0.0.0 d1.debet.so
|
||||
0.0.0.0 d1.debet.st
|
||||
0.0.0.0 d1.debet.top
|
||||
0.0.0.0 d1.debet.win
|
||||
0.0.0.0 d3.debet.info
|
||||
@@ -2920,6 +2952,7 @@
|
||||
0.0.0.0 dangkyrikvip.tv
|
||||
0.0.0.0 dangkyrikvip.win
|
||||
0.0.0.0 dangkyva88.info
|
||||
0.0.0.0 daomo.club
|
||||
0.0.0.0 datcuoc.thethaofb88.com
|
||||
0.0.0.0 debet.bet
|
||||
0.0.0.0 debet.bot
|
||||
@@ -2929,13 +2962,22 @@
|
||||
0.0.0.0 debet.cx
|
||||
0.0.0.0 debet.fan
|
||||
0.0.0.0 debet.fun
|
||||
0.0.0.0 debet.gd
|
||||
0.0.0.0 debet.gs
|
||||
0.0.0.0 debet.info
|
||||
0.0.0.0 debet.lc
|
||||
0.0.0.0 debet.lv
|
||||
0.0.0.0 debet.moi
|
||||
0.0.0.0 debet.mp
|
||||
0.0.0.0 debet.mw
|
||||
0.0.0.0 debet.net
|
||||
0.0.0.0 debet.sc
|
||||
0.0.0.0 debet.so
|
||||
0.0.0.0 debet.st
|
||||
0.0.0.0 debet.top
|
||||
0.0.0.0 debet.uk
|
||||
0.0.0.0 debet.us
|
||||
0.0.0.0 debet.vg
|
||||
0.0.0.0 debet.win
|
||||
0.0.0.0 debet79.info
|
||||
0.0.0.0 debet88.win
|
||||
@@ -3032,6 +3074,7 @@
|
||||
0.0.0.0 f8betaa.com
|
||||
0.0.0.0 f8betapp.net
|
||||
0.0.0.0 f8betgg.com
|
||||
0.0.0.0 fa88.tel
|
||||
0.0.0.0 fa88.tv
|
||||
0.0.0.0 fa88.win
|
||||
0.0.0.0 fa88vn.live
|
||||
@@ -3117,10 +3160,18 @@
|
||||
0.0.0.0 five-88.link
|
||||
0.0.0.0 five88.biz
|
||||
0.0.0.0 five88.com
|
||||
0.0.0.0 five88.id
|
||||
0.0.0.0 five88.in
|
||||
0.0.0.0 five88.lc
|
||||
0.0.0.0 five88.net
|
||||
0.0.0.0 five88.ng
|
||||
0.0.0.0 five88.nl
|
||||
0.0.0.0 five88.ro
|
||||
0.0.0.0 five88.sale
|
||||
0.0.0.0 five88.show
|
||||
0.0.0.0 five88.sx
|
||||
0.0.0.0 five88.top
|
||||
0.0.0.0 five88.vc
|
||||
0.0.0.0 five88.vin
|
||||
0.0.0.0 five88.win
|
||||
0.0.0.0 five88.wine
|
||||
@@ -3186,10 +3237,18 @@
|
||||
0.0.0.0 gem88.com
|
||||
0.0.0.0 gem88.guru
|
||||
0.0.0.0 gem88.win
|
||||
0.0.0.0 gemwin.fm
|
||||
0.0.0.0 gemwin.ink
|
||||
0.0.0.0 gemwin.is
|
||||
0.0.0.0 gemwin.lc
|
||||
0.0.0.0 gemwin.lv
|
||||
0.0.0.0 gemwin.my
|
||||
0.0.0.0 gemwin.nz
|
||||
0.0.0.0 gemwin.page
|
||||
0.0.0.0 gemwin.to
|
||||
0.0.0.0 gemwin.tv
|
||||
0.0.0.0 gemwin.vc
|
||||
0.0.0.0 gemwin.vin
|
||||
0.0.0.0 gemwin.vip
|
||||
0.0.0.0 gen88.com
|
||||
0.0.0.0 gi8.us
|
||||
@@ -3236,6 +3295,7 @@
|
||||
0.0.0.0 gogobolaku.com
|
||||
0.0.0.0 gw.gen88.com
|
||||
0.0.0.0 gw.mubet.vip
|
||||
0.0.0.0 gw.tot88.store
|
||||
0.0.0.0 h3bet.com
|
||||
0.0.0.0 h51.live
|
||||
0.0.0.0 happy9luck.com
|
||||
@@ -3244,6 +3304,8 @@
|
||||
0.0.0.0 hay8811.com
|
||||
0.0.0.0 hay8822.com
|
||||
0.0.0.0 haywin.ac
|
||||
0.0.0.0 haywin.ai
|
||||
0.0.0.0 haywin.my
|
||||
0.0.0.0 haywin.space
|
||||
0.0.0.0 haywin.store
|
||||
0.0.0.0 haywin.vip
|
||||
@@ -3255,7 +3317,9 @@
|
||||
0.0.0.0 hb8887.com
|
||||
0.0.0.0 hb88vn.co
|
||||
0.0.0.0 hbet.club
|
||||
0.0.0.0 hbet.lv
|
||||
0.0.0.0 hbet.net
|
||||
0.0.0.0 hbet.pw
|
||||
0.0.0.0 hbet.win
|
||||
0.0.0.0 hcm66.com
|
||||
0.0.0.0 hdbet.com
|
||||
@@ -3279,9 +3343,18 @@
|
||||
0.0.0.0 hitclub.cafe
|
||||
0.0.0.0 hitclub.com
|
||||
0.0.0.0 hitclub.in
|
||||
0.0.0.0 hitclub.lc
|
||||
0.0.0.0 hitclub.lt
|
||||
0.0.0.0 hitclub.lv
|
||||
0.0.0.0 hitclub.mk
|
||||
0.0.0.0 hitclub.ml
|
||||
0.0.0.0 hitclub.mu
|
||||
0.0.0.0 hitclub.pl
|
||||
0.0.0.0 hitclub.pro
|
||||
0.0.0.0 hitclub.salon
|
||||
0.0.0.0 hitclub.si
|
||||
0.0.0.0 hitclub.so
|
||||
0.0.0.0 hitclub.su
|
||||
0.0.0.0 hitclub.top
|
||||
0.0.0.0 hitclub.tv
|
||||
0.0.0.0 hitclub.vin
|
||||
@@ -3294,6 +3367,7 @@
|
||||
0.0.0.0 hot51.com
|
||||
0.0.0.0 hotlive.in
|
||||
0.0.0.0 hotlive8.vip
|
||||
0.0.0.0 hubet.com
|
||||
0.0.0.0 i.b52.club
|
||||
0.0.0.0 i.go88.ca
|
||||
0.0.0.0 i.go88.com
|
||||
@@ -3680,6 +3754,7 @@
|
||||
0.0.0.0 kuwin.guide
|
||||
0.0.0.0 kuwinvip.com
|
||||
0.0.0.0 l4.lode88.ai
|
||||
0.0.0.0 lc88.men
|
||||
0.0.0.0 ldp-sum.com
|
||||
0.0.0.0 legabet.gay
|
||||
0.0.0.0 leo88.com
|
||||
@@ -3833,13 +3908,20 @@
|
||||
0.0.0.0 m.w88io.com
|
||||
0.0.0.0 m.w88ok.com
|
||||
0.0.0.0 m.w88yes.com
|
||||
0.0.0.0 m1.ball88.app
|
||||
0.0.0.0 m1.ball88.com
|
||||
0.0.0.0 m1.ball88.fun
|
||||
0.0.0.0 m1.ball88.games
|
||||
0.0.0.0 m1.ball88.mobi
|
||||
0.0.0.0 m1.ball88.red
|
||||
0.0.0.0 m1.ball88.to
|
||||
0.0.0.0 m1.ball88.zone
|
||||
0.0.0.0 m1.fm88.com
|
||||
0.0.0.0 m1.max88.vip
|
||||
0.0.0.0 m1.may88d.com
|
||||
0.0.0.0 m1.tin88.bet
|
||||
0.0.0.0 m1.vin88.net
|
||||
0.0.0.0 m1.vin88.pw
|
||||
0.0.0.0 m1.vin88.vin
|
||||
0.0.0.0 m1.vin88.vip
|
||||
0.0.0.0 m1.xibet.fun
|
||||
@@ -3941,6 +4023,7 @@
|
||||
0.0.0.0 mk.com
|
||||
0.0.0.0 mkt.11bet.us
|
||||
0.0.0.0 mkt.debet.com
|
||||
0.0.0.0 mm88.com
|
||||
0.0.0.0 mm99.vip
|
||||
0.0.0.0 mmwin.nearom.com
|
||||
0.0.0.0 mobi.oleviet777.com
|
||||
@@ -4025,14 +4108,25 @@
|
||||
0.0.0.0 nhacaiuytin.life
|
||||
0.0.0.0 nhanthuong88.com
|
||||
0.0.0.0 nhat.bet
|
||||
0.0.0.0 nhat.bh
|
||||
0.0.0.0 nhat.cx
|
||||
0.0.0.0 nhat.game
|
||||
0.0.0.0 nhat.is
|
||||
0.0.0.0 nhat.it
|
||||
0.0.0.0 nhat.my
|
||||
0.0.0.0 nhat.one
|
||||
0.0.0.0 nhat.pw
|
||||
0.0.0.0 nhat.sh
|
||||
0.0.0.0 nhat.sx
|
||||
0.0.0.0 nhat.vip
|
||||
0.0.0.0 nhat1.club
|
||||
0.0.0.0 nhat9.vip
|
||||
0.0.0.0 nhatvip.ac
|
||||
0.0.0.0 nhatvip.is
|
||||
0.0.0.0 nhatvip.mobi
|
||||
0.0.0.0 nhatvip.moi
|
||||
0.0.0.0 nhatvip.us
|
||||
0.0.0.0 nhatvip.vin
|
||||
0.0.0.0 nhatvip.vip
|
||||
0.0.0.0 nnwud.com
|
||||
0.0.0.0 nohu.band
|
||||
@@ -4046,11 +4140,13 @@
|
||||
0.0.0.0 nuoigada.com
|
||||
0.0.0.0 nxb8.com
|
||||
0.0.0.0 o4.oxbet.in
|
||||
0.0.0.0 ok365.org
|
||||
0.0.0.0 okcado.com
|
||||
0.0.0.0 okcado.org
|
||||
0.0.0.0 okking.com
|
||||
0.0.0.0 okking.cooking
|
||||
0.0.0.0 okking.org
|
||||
0.0.0.0 okvip.fun
|
||||
0.0.0.0 okvip.life
|
||||
0.0.0.0 okvip.pro
|
||||
0.0.0.0 okvip.today
|
||||
@@ -4078,6 +4174,7 @@
|
||||
0.0.0.0 one88.win
|
||||
0.0.0.0 onevegas.com
|
||||
0.0.0.0 ooooooo2.com
|
||||
0.0.0.0 open88.com
|
||||
0.0.0.0 oppa888.com
|
||||
0.0.0.0 oppa88888888.com
|
||||
0.0.0.0 oppo96.com
|
||||
@@ -4109,16 +4206,21 @@
|
||||
0.0.0.0 play.bay789.life
|
||||
0.0.0.0 play.bom52.club
|
||||
0.0.0.0 play.bum3.club
|
||||
0.0.0.0 play.daomo.club
|
||||
0.0.0.0 play.fa88.tel
|
||||
0.0.0.0 play.fa88.win
|
||||
0.0.0.0 play.gemwin.vip
|
||||
0.0.0.0 play.go88.club
|
||||
0.0.0.0 play.go88.tv
|
||||
0.0.0.0 play.haywin.ai
|
||||
0.0.0.0 play.haywin.space
|
||||
0.0.0.0 play.haywin.store
|
||||
0.0.0.0 play.hit.club
|
||||
0.0.0.0 play.im99.com
|
||||
0.0.0.0 play.iwin.bio
|
||||
0.0.0.0 play.lo88.live
|
||||
0.0.0.0 play.okvip.fun
|
||||
0.0.0.0 play.ricwin.pw
|
||||
0.0.0.0 play.rik88.life
|
||||
0.0.0.0 play.rikvip.info
|
||||
0.0.0.0 play.rikvip.tv
|
||||
@@ -4131,11 +4233,15 @@
|
||||
0.0.0.0 play.top88.uk
|
||||
0.0.0.0 play.top88.us
|
||||
0.0.0.0 play.top88.vn
|
||||
0.0.0.0 play.top88.voto
|
||||
0.0.0.0 play.topclub.casa
|
||||
0.0.0.0 play.vaob52.click
|
||||
0.0.0.0 play.vic.hair
|
||||
0.0.0.0 play.vip79.top
|
||||
0.0.0.0 play.win79.vip
|
||||
0.0.0.0 play.win79d.com
|
||||
0.0.0.0 play.x8.club
|
||||
0.0.0.0 play.x8.fit
|
||||
0.0.0.0 play.x8vn.top
|
||||
0.0.0.0 play.xocdia88.video
|
||||
0.0.0.0 play1.son.club
|
||||
@@ -4209,9 +4315,11 @@
|
||||
0.0.0.0 quayso88.com
|
||||
0.0.0.0 quaysogame.com
|
||||
0.0.0.0 quickraiseup.com
|
||||
0.0.0.0 racvl.fun
|
||||
0.0.0.0 record.income88.com
|
||||
0.0.0.0 red88.club
|
||||
0.0.0.0 red88.com
|
||||
0.0.0.0 red88.ml
|
||||
0.0.0.0 red88.top
|
||||
0.0.0.0 red88.tv
|
||||
0.0.0.0 red88.us
|
||||
@@ -4224,6 +4332,7 @@
|
||||
0.0.0.0 rgames.org
|
||||
0.0.0.0 ricbet.com
|
||||
0.0.0.0 ricbet.win
|
||||
0.0.0.0 ricwin.pw
|
||||
0.0.0.0 rik.bet
|
||||
0.0.0.0 rik.club
|
||||
0.0.0.0 rik.fun
|
||||
@@ -4242,6 +4351,9 @@
|
||||
0.0.0.0 rikvip.win
|
||||
0.0.0.0 royal77vn.com
|
||||
0.0.0.0 rr88.live
|
||||
0.0.0.0 rs88.com
|
||||
0.0.0.0 rs88.cyou
|
||||
0.0.0.0 rs88.vip
|
||||
0.0.0.0 rubik88.com
|
||||
0.0.0.0 rw8800.com
|
||||
0.0.0.0 s.sv66c.com
|
||||
@@ -4256,9 +4368,16 @@
|
||||
0.0.0.0 s2.sin88.com
|
||||
0.0.0.0 s26bet.ltd
|
||||
0.0.0.0 s26bet01.com
|
||||
0.0.0.0 s3.sin88.fo
|
||||
0.0.0.0 s3.sin88.lu
|
||||
0.0.0.0 s3.sin88.ml
|
||||
0.0.0.0 s3.sin88.ms
|
||||
0.0.0.0 s3.sin88.si
|
||||
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.vip
|
||||
0.0.0.0 s4.tot88.store
|
||||
0.0.0.0 s555.com
|
||||
0.0.0.0 s99902e.com
|
||||
0.0.0.0 s99906.com
|
||||
@@ -4303,12 +4422,18 @@
|
||||
0.0.0.0 sin88.club
|
||||
0.0.0.0 sin88.com
|
||||
0.0.0.0 sin88.cv
|
||||
0.0.0.0 sin88.fo
|
||||
0.0.0.0 sin88.im
|
||||
0.0.0.0 sin88.lu
|
||||
0.0.0.0 sin88.me
|
||||
0.0.0.0 sin88.ml
|
||||
0.0.0.0 sin88.mn
|
||||
0.0.0.0 sin88.mobi
|
||||
0.0.0.0 sin88.ms
|
||||
0.0.0.0 sin88.mx
|
||||
0.0.0.0 sin88.si
|
||||
0.0.0.0 sin88.sx
|
||||
0.0.0.0 sin88.tw
|
||||
0.0.0.0 sin88.uk
|
||||
0.0.0.0 sin88.us
|
||||
0.0.0.0 sin88.vip
|
||||
@@ -4316,18 +4441,38 @@
|
||||
0.0.0.0 sin88s.com
|
||||
0.0.0.0 sinbet.com
|
||||
0.0.0.0 sinbet.vip
|
||||
0.0.0.0 sk.ball88.app
|
||||
0.0.0.0 sk.ball88.com
|
||||
0.0.0.0 sk.ball88.day
|
||||
0.0.0.0 sk.ball88.fun
|
||||
0.0.0.0 sk.ball88.mobi
|
||||
0.0.0.0 sk.ball88.to
|
||||
0.0.0.0 sk.ball88.zone
|
||||
0.0.0.0 sk.debet.cx
|
||||
0.0.0.0 sk.debet.gd
|
||||
0.0.0.0 sk.debet.gs
|
||||
0.0.0.0 sk.debet.lc
|
||||
0.0.0.0 sk.debet.lv
|
||||
0.0.0.0 sk.debet.mw
|
||||
0.0.0.0 sk.debet.st
|
||||
0.0.0.0 sk.debet.vg
|
||||
0.0.0.0 sk.fm88.com
|
||||
0.0.0.0 sk.sin88.fo
|
||||
0.0.0.0 sk.sin88.lu
|
||||
0.0.0.0 sk.sin88.ml
|
||||
0.0.0.0 sk.sin88.ms
|
||||
0.0.0.0 sk.sin88.si
|
||||
0.0.0.0 sk.sin88.tw
|
||||
0.0.0.0 sk.tin88.bet
|
||||
0.0.0.0 sk.tin88.club
|
||||
0.0.0.0 sk.tin88.in
|
||||
0.0.0.0 sk.vin88.net
|
||||
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.com
|
||||
0.0.0.0 sk.xibet.fun
|
||||
0.0.0.0 sk.zbet.ws
|
||||
0.0.0.0 sky88.bet
|
||||
0.0.0.0 sky88.club
|
||||
0.0.0.0 sky88.com
|
||||
@@ -4353,6 +4498,7 @@
|
||||
0.0.0.0 sock.nbet.vin
|
||||
0.0.0.0 sock.red88.club
|
||||
0.0.0.0 sock.red88.com
|
||||
0.0.0.0 sock.red88.ml
|
||||
0.0.0.0 sock.red88.vip
|
||||
0.0.0.0 sock.sky88.club
|
||||
0.0.0.0 sock.sky88.com
|
||||
@@ -4423,6 +4569,7 @@
|
||||
0.0.0.0 sun52.live
|
||||
0.0.0.0 sun52.tv
|
||||
0.0.0.0 sun6.win
|
||||
0.0.0.0 sunwin.af
|
||||
0.0.0.0 sunwin.club
|
||||
0.0.0.0 sunwin.id
|
||||
0.0.0.0 sunwin.inc
|
||||
@@ -4434,6 +4581,8 @@
|
||||
0.0.0.0 sunwinvn.club
|
||||
0.0.0.0 sure168.asia
|
||||
0.0.0.0 sut88.com
|
||||
0.0.0.0 sv1.sv88.ro
|
||||
0.0.0.0 sv1.sv88.vu
|
||||
0.0.0.0 sv1.sv88d.com
|
||||
0.0.0.0 sv288.net
|
||||
0.0.0.0 sv368.casino
|
||||
@@ -4452,10 +4601,18 @@
|
||||
0.0.0.0 sv66c.com
|
||||
0.0.0.0 sv66s.com
|
||||
0.0.0.0 sv66vip6.com
|
||||
0.0.0.0 sv88.ae
|
||||
0.0.0.0 sv88.cl
|
||||
0.0.0.0 sv88.club
|
||||
0.0.0.0 sv88.com
|
||||
0.0.0.0 sv88.in
|
||||
0.0.0.0 sv88.lv
|
||||
0.0.0.0 sv88.ml
|
||||
0.0.0.0 sv88.ro
|
||||
0.0.0.0 sv88.si
|
||||
0.0.0.0 sv88.vin
|
||||
0.0.0.0 sv88.vip
|
||||
0.0.0.0 sv88.vu
|
||||
0.0.0.0 sv88.win
|
||||
0.0.0.0 sv88a.com
|
||||
0.0.0.0 sv88r.com
|
||||
@@ -4630,8 +4787,11 @@
|
||||
0.0.0.0 top88.us
|
||||
0.0.0.0 top88.vip
|
||||
0.0.0.0 top88.vn
|
||||
0.0.0.0 top88.voto
|
||||
0.0.0.0 topbet.net
|
||||
0.0.0.0 topbet.top
|
||||
0.0.0.0 topclub.casa
|
||||
0.0.0.0 topclub.win
|
||||
0.0.0.0 topdoithuong.net
|
||||
0.0.0.0 topgamebai.biz
|
||||
0.0.0.0 topnohu.com
|
||||
@@ -4640,10 +4800,12 @@
|
||||
0.0.0.0 topzo.top
|
||||
0.0.0.0 topzo.vip
|
||||
0.0.0.0 tot88.com
|
||||
0.0.0.0 tot88.store
|
||||
0.0.0.0 tourghepmienbac.net
|
||||
0.0.0.0 trang188vn.com
|
||||
0.0.0.0 trangchu.life
|
||||
0.0.0.0 trangkeo.com
|
||||
0.0.0.0 trochoidonclub.online
|
||||
0.0.0.0 trochoivuaclub.online
|
||||
0.0.0.0 tructiepdaga.info
|
||||
0.0.0.0 tt128.net
|
||||
@@ -4653,9 +4815,15 @@
|
||||
0.0.0.0 tx88.fun
|
||||
0.0.0.0 tx88.fyi
|
||||
0.0.0.0 tx88.in
|
||||
0.0.0.0 tx88.ing
|
||||
0.0.0.0 tx88.llc
|
||||
0.0.0.0 tx88.onl
|
||||
0.0.0.0 tx88.top
|
||||
0.0.0.0 tydo88.com
|
||||
0.0.0.0 tz.bet20.bet
|
||||
0.0.0.0 u88.watch
|
||||
0.0.0.0 u888.cc
|
||||
0.0.0.0 u888.id
|
||||
0.0.0.0 ud1a.com
|
||||
0.0.0.0 udw87.cc
|
||||
0.0.0.0 udw881.cc
|
||||
@@ -4677,13 +4845,20 @@
|
||||
0.0.0.0 uytin.8day66.com
|
||||
0.0.0.0 v.fa88.tv
|
||||
0.0.0.0 v.hitclub.in
|
||||
0.0.0.0 v.hitclub.lv
|
||||
0.0.0.0 v.hitclub.ml
|
||||
0.0.0.0 v.hitclub.mu
|
||||
0.0.0.0 v.hitclub.si
|
||||
0.0.0.0 v.hitclub.su
|
||||
0.0.0.0 v.hitclub.tv
|
||||
0.0.0.0 v.nhat9.vip
|
||||
0.0.0.0 v.nhatvip.pro
|
||||
0.0.0.0 v.nhatvip.vip
|
||||
0.0.0.0 v1.five88.vin
|
||||
0.0.0.0 v1.lode88.ai
|
||||
0.0.0.0 v111w.com
|
||||
0.0.0.0 v121w.com
|
||||
0.0.0.0 v4.five88.vin
|
||||
0.0.0.0 v4.vivu88.com
|
||||
0.0.0.0 v4.vivu88.net
|
||||
0.0.0.0 v79top.com
|
||||
@@ -4728,6 +4903,8 @@
|
||||
0.0.0.0 vi.oppa888.com
|
||||
0.0.0.0 vi68.org
|
||||
0.0.0.0 vibet.com
|
||||
0.0.0.0 vic.doctor
|
||||
0.0.0.0 vic.hair
|
||||
0.0.0.0 vic.win
|
||||
0.0.0.0 vic88.com
|
||||
0.0.0.0 vic88.net
|
||||
@@ -4741,6 +4918,7 @@
|
||||
0.0.0.0 vin88.com
|
||||
0.0.0.0 vin88.moi
|
||||
0.0.0.0 vin88.net
|
||||
0.0.0.0 vin88.pw
|
||||
0.0.0.0 vin88.sx
|
||||
0.0.0.0 vin88.top
|
||||
0.0.0.0 vin88.tv
|
||||
@@ -4764,11 +4942,13 @@
|
||||
0.0.0.0 vipsodo.top
|
||||
0.0.0.0 viva88.com
|
||||
0.0.0.0 viva88.net
|
||||
0.0.0.0 vivu88.cc
|
||||
0.0.0.0 vivu88.com
|
||||
0.0.0.0 vivu88.net
|
||||
0.0.0.0 vk88.com
|
||||
0.0.0.0 vlott88.com
|
||||
0.0.0.0 vn-lm.jbovietnam.com
|
||||
0.0.0.0 vn.abcvip.in
|
||||
0.0.0.0 vn.app
|
||||
0.0.0.0 vn.ku6101.net
|
||||
0.0.0.0 vn.ku6106.net
|
||||
@@ -4837,7 +5017,9 @@
|
||||
0.0.0.0 vstar79.com
|
||||
0.0.0.0 vu88.com
|
||||
0.0.0.0 vu88.de
|
||||
0.0.0.0 vu88.in
|
||||
0.0.0.0 vu88.net
|
||||
0.0.0.0 vu88.tv
|
||||
0.0.0.0 vua88.app
|
||||
0.0.0.0 vua88.biz
|
||||
0.0.0.0 vua88.club
|
||||
@@ -4941,8 +5123,13 @@
|
||||
0.0.0.0 web.sunwin.pro
|
||||
0.0.0.0 web.topzo.com
|
||||
0.0.0.0 web.win79.moi
|
||||
0.0.0.0 web.win79.vg
|
||||
0.0.0.0 web.yo88.is
|
||||
0.0.0.0 web.yo88.ml
|
||||
0.0.0.0 web.yo88.so
|
||||
0.0.0.0 web.yo88.st
|
||||
0.0.0.0 web.yo88.tv
|
||||
0.0.0.0 web.yo88.vu
|
||||
0.0.0.0 web.zowin.tv
|
||||
0.0.0.0 websvn.info
|
||||
0.0.0.0 wewinvwin.com
|
||||
@@ -4963,6 +5150,7 @@
|
||||
0.0.0.0 win79.moi
|
||||
0.0.0.0 win79.pro
|
||||
0.0.0.0 win79.site
|
||||
0.0.0.0 win79.vg
|
||||
0.0.0.0 win79.vip
|
||||
0.0.0.0 win79a.com
|
||||
0.0.0.0 win79d.com
|
||||
@@ -4995,6 +5183,7 @@
|
||||
0.0.0.0 wp.nbet.vin
|
||||
0.0.0.0 wp.red88.club
|
||||
0.0.0.0 wp.red88.com
|
||||
0.0.0.0 wp.red88.ml
|
||||
0.0.0.0 wp.red88.vip
|
||||
0.0.0.0 wp.rikvip.tv
|
||||
0.0.0.0 wp.sky88.club
|
||||
@@ -5461,6 +5650,7 @@
|
||||
0.0.0.0 www.yule12888.com
|
||||
0.0.0.0 x1798.com
|
||||
0.0.0.0 x8.club
|
||||
0.0.0.0 x8.fit
|
||||
0.0.0.0 x8.games
|
||||
0.0.0.0 x8.mobi
|
||||
0.0.0.0 x88.com
|
||||
@@ -5510,9 +5700,16 @@
|
||||
0.0.0.0 xvipwin.info
|
||||
0.0.0.0 ybbbet.com
|
||||
0.0.0.0 yd88c.com
|
||||
0.0.0.0 yo88.ae
|
||||
0.0.0.0 yo88.cool
|
||||
0.0.0.0 yo88.is
|
||||
0.0.0.0 yo88.ml
|
||||
0.0.0.0 yo88.pw
|
||||
0.0.0.0 yo88.so
|
||||
0.0.0.0 yo88.st
|
||||
0.0.0.0 yo88.tv
|
||||
0.0.0.0 yo88.vg
|
||||
0.0.0.0 yo88.vu
|
||||
0.0.0.0 yo88.win
|
||||
0.0.0.0 yo88vn.com
|
||||
0.0.0.0 youwevnak.kg88.shop
|
||||
@@ -5522,11 +5719,14 @@
|
||||
0.0.0.0 yylive.vip
|
||||
0.0.0.0 yylive.xyz
|
||||
0.0.0.0 z1.zbet.tv
|
||||
0.0.0.0 z1.zbet.ws
|
||||
0.0.0.0 zalomomo.com
|
||||
0.0.0.0 zbet.com
|
||||
0.0.0.0 zbet.dev
|
||||
0.0.0.0 zbet.fun
|
||||
0.0.0.0 zbet.me
|
||||
0.0.0.0 zbet.tv
|
||||
0.0.0.0 zbet.ws
|
||||
0.0.0.0 zet88.com
|
||||
0.0.0.0 zo.club
|
||||
0.0.0.0 zo1.win
|
||||
@@ -5537,9 +5737,18 @@
|
||||
0.0.0.0 zo88.vip
|
||||
0.0.0.0 zoplay.top
|
||||
0.0.0.0 zowin.bh
|
||||
0.0.0.0 zowin.im
|
||||
0.0.0.0 zowin.is
|
||||
0.0.0.0 zowin.kim
|
||||
0.0.0.0 zowin.mom
|
||||
0.0.0.0 zowin.ng
|
||||
0.0.0.0 zowin.red
|
||||
0.0.0.0 zowin.sh
|
||||
0.0.0.0 zowin.sx
|
||||
0.0.0.0 zowin.tv
|
||||
0.0.0.0 zowin.tw
|
||||
0.0.0.0 zowin.uno
|
||||
0.0.0.0 zowin.ws
|
||||
0.0.0.0 10bet.com
|
||||
0.0.0.0 10luxury39.com
|
||||
0.0.0.0 11wickets.com
|
||||
@@ -5649,6 +5858,7 @@
|
||||
0.0.0.0 bet1128.com
|
||||
0.0.0.0 bet11888.com
|
||||
0.0.0.0 bet2290.com
|
||||
0.0.0.0 bet25.dk
|
||||
0.0.0.0 bet2875.com
|
||||
0.0.0.0 bet2earn.net
|
||||
0.0.0.0 bet3000.com
|
||||
@@ -6483,6 +6693,7 @@
|
||||
0.0.0.0 mpl.live
|
||||
0.0.0.0 mr.bet
|
||||
0.0.0.0 mrgreen.com
|
||||
0.0.0.0 mrgreen.dk
|
||||
0.0.0.0 mrjackpotspins.com
|
||||
0.0.0.0 mrmega.com
|
||||
0.0.0.0 mrmobi.com
|
||||
@@ -6729,6 +6940,7 @@
|
||||
0.0.0.0 solverde.pt
|
||||
0.0.0.0 speedybet.com
|
||||
0.0.0.0 spela.com
|
||||
0.0.0.0 spilnu.dk
|
||||
0.0.0.0 spindipity.com
|
||||
0.0.0.0 spinit.com
|
||||
0.0.0.0 spinland.com
|
||||
@@ -8180,9 +8392,9 @@
|
||||
0.0.0.0 everbet.bg
|
||||
0.0.0.0 slotino.bg
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 1.866 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 1.868 domains
|
||||
# Only include adult domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -9048,7 +9260,9 @@
|
||||
0.0.0.0 phimsexhaymoi.com
|
||||
0.0.0.0 phimsexhaynhatban.cyou
|
||||
0.0.0.0 phimsexhaynhatban.top
|
||||
0.0.0.0 phimsexhaysss.com
|
||||
0.0.0.0 phimsexhayvl.com
|
||||
0.0.0.0 phimsexhayvnx.com
|
||||
0.0.0.0 phimsexhd.cyou
|
||||
0.0.0.0 phimsexhd.nl
|
||||
0.0.0.0 phimsexhd.online
|
||||
@@ -21802,7 +22016,6 @@
|
||||
0.0.0.0 totalaccess.transsexualbarebacking.com
|
||||
0.0.0.0 totalexposure.com
|
||||
0.0.0.0 totallynsfw.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 touchmylips.com
|
||||
0.0.0.0 touhoufeet.booru.org
|
||||
0.0.0.0 toumpano.net
|
||||
@@ -28706,7 +28919,6 @@
|
||||
0.0.0.0 www.torylane.com
|
||||
0.0.0.0 www.totalexposure.com
|
||||
0.0.0.0 www.totallynsfw.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 www.touchmylips.com
|
||||
0.0.0.0 www.toumpano.net
|
||||
0.0.0.0 www.toxamedia.com
|
||||
@@ -60974,8 +61186,6 @@
|
||||
0.0.0.0 pornaddict.me
|
||||
0.0.0.0 pornaddiction.com
|
||||
0.0.0.0 www.pornaddiction.com
|
||||
0.0.0.0 pornaddictsanonymous.org
|
||||
0.0.0.0 www.pornaddictsanonymous.org
|
||||
0.0.0.0 pornaddik.com
|
||||
0.0.0.0 www.pornaddik.com
|
||||
0.0.0.0 pornadept.com
|
||||
@@ -73136,6 +73346,8 @@
|
||||
0.0.0.0 totallyfreecam.com
|
||||
0.0.0.0 totallynakedteens.com
|
||||
0.0.0.0 totallyshemales.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 totporno.com
|
||||
0.0.0.0 tounavi.net
|
||||
0.0.0.0 tour7me.com
|
||||
@@ -82472,7 +82684,6 @@
|
||||
0.0.0.0 doglickpussy.com
|
||||
0.0.0.0 dogsex.show
|
||||
0.0.0.0 dood.li
|
||||
0.0.0.0 doodstream.com
|
||||
0.0.0.0 dooodster.com
|
||||
0.0.0.0 doujin-th.net
|
||||
0.0.0.0 doujinfast.com
|
||||
@@ -84556,6 +84767,51 @@
|
||||
0.0.0.0 scorchincams.com
|
||||
0.0.0.0 llqodr.lovepoiint.com
|
||||
0.0.0.0 viet69.bi
|
||||
0.0.0.0 joi.com
|
||||
0.0.0.0 joi.ai
|
||||
0.0.0.0 joyland.ai
|
||||
0.0.0.0 myanima.ai
|
||||
0.0.0.0 gptgirlfriend.online
|
||||
0.0.0.0 girlfriendgpt.com
|
||||
0.0.0.0 eroplay.ai
|
||||
0.0.0.0 soulkyn.com
|
||||
0.0.0.0 dreamcompanion.com
|
||||
0.0.0.0 infatuated.ai
|
||||
0.0.0.0 ourdream.ai
|
||||
0.0.0.0 nextpart.ai
|
||||
0.0.0.0 aiallure.com
|
||||
0.0.0.0 sugarlab.ai
|
||||
0.0.0.0 thotchat.ai
|
||||
0.0.0.0 fantasygf.ai
|
||||
0.0.0.0 cuties.ai
|
||||
0.0.0.0 juicychat.ai
|
||||
0.0.0.0 romanticai.com
|
||||
0.0.0.0 flirton.ai
|
||||
0.0.0.0 lovescape.ai
|
||||
0.0.0.0 swipey.ai
|
||||
0.0.0.0 golove.ai
|
||||
0.0.0.0 kupid.ai
|
||||
0.0.0.0 spicychat.ai
|
||||
0.0.0.0 hotchat.ai
|
||||
0.0.0.0 honeychat.ai
|
||||
0.0.0.0 darlingchat.ai
|
||||
0.0.0.0 sugarchatai.com
|
||||
0.0.0.0 babechatai.com
|
||||
0.0.0.0 babychatai.com
|
||||
0.0.0.0 aigals.com
|
||||
0.0.0.0 secrets.ai
|
||||
0.0.0.0 soulkyn.ai
|
||||
0.0.0.0 juiceychat.ai
|
||||
0.0.0.0 xchar.ai
|
||||
0.0.0.0 nectar.ai
|
||||
0.0.0.0 promptchan.com
|
||||
0.0.0.0 mypornfinder.com
|
||||
0.0.0.0 pornworks.com
|
||||
0.0.0.0 seduced.com
|
||||
0.0.0.0 redgifs.ai
|
||||
0.0.0.0 trashyneverclassy.com
|
||||
0.0.0.0 chomikuj.pl
|
||||
0.0.0.0 missav.ai
|
||||
# Title: Snuff hosts
|
||||
|
||||
0.0.0.0 bitcheese.net
|
||||
@@ -88140,6 +88396,9 @@
|
||||
0.0.0.0 allotalk.com
|
||||
|
||||
# gay
|
||||
|
||||
|
||||
0.0.0.0 bsky.app
|
||||
# blacklist
|
||||
#
|
||||
# The contents of this file (containing a listing of additional domains in
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: fakenews, gambling, porn, social](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
containing 88,023 entries.
|
||||
containing 88,280 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -172,6 +172,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -427,8 +433,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -444,7 +452,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -455,6 +465,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38314
-44214
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 176,167 entries.
|
||||
containing 170,252 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -188,6 +188,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -443,8 +449,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -460,7 +468,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -471,6 +481,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38311
-44214
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 172,955 entries.
|
||||
containing 167,039 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -187,6 +187,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -442,8 +448,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -459,7 +467,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -470,6 +480,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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: 12 April 2026 23:11:02 (UTC)
|
||||
# Date: 21 June 2026 21:35:23 (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: 11,399
|
||||
# Number of unique domains: 11,612
|
||||
#
|
||||
# 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
|
||||
@@ -1883,7 +1883,6 @@
|
||||
0.0.0.0 wastachnews.com
|
||||
0.0.0.0 waterfilters.news
|
||||
0.0.0.0 waterfordtoday.com
|
||||
0.0.0.0 waterfordwhispersnews.com
|
||||
0.0.0.0 waterlooreview.com
|
||||
0.0.0.0 waterlootimes.com
|
||||
0.0.0.0 waterwars.news
|
||||
@@ -2213,9 +2212,9 @@
|
||||
0.0.0.0 yubasuttertimes.com
|
||||
0.0.0.0 zombie.news
|
||||
# Title: hostsVN Gambling VN
|
||||
# Last modified: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 3.323 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 3.533 domains
|
||||
# Only include gambling domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -2252,6 +2251,7 @@
|
||||
0.0.0.0 11bet.vin
|
||||
0.0.0.0 11bet.win
|
||||
0.0.0.0 11betvnd.com
|
||||
0.0.0.0 11win.llc
|
||||
0.0.0.0 11win.mobi
|
||||
0.0.0.0 11win.mx
|
||||
0.0.0.0 11win.net
|
||||
@@ -2284,6 +2284,7 @@
|
||||
0.0.0.0 188pscn2.com
|
||||
0.0.0.0 188thethao.com
|
||||
0.0.0.0 18luck.pro
|
||||
0.0.0.0 18win.net
|
||||
0.0.0.0 1eight8.com
|
||||
0.0.0.0 1tamtamvn.com
|
||||
0.0.0.0 1x.club
|
||||
@@ -2324,8 +2325,15 @@
|
||||
0.0.0.0 388bet.vin
|
||||
0.0.0.0 388bet.vip
|
||||
0.0.0.0 3bet.biz
|
||||
0.0.0.0 3bet.la
|
||||
0.0.0.0 3bet.ph
|
||||
0.0.0.0 3bet.sh
|
||||
0.0.0.0 3bet.ski
|
||||
0.0.0.0 3bet.so
|
||||
0.0.0.0 3bet.tech
|
||||
0.0.0.0 3bet.vc
|
||||
0.0.0.0 3bet.win
|
||||
0.0.0.0 3bet.you
|
||||
0.0.0.0 3kingclub.com
|
||||
0.0.0.0 448kbet.com
|
||||
0.0.0.0 5123b.com
|
||||
@@ -2430,6 +2438,8 @@
|
||||
0.0.0.0 88bong.net
|
||||
0.0.0.0 88cado.com
|
||||
0.0.0.0 88cado.net
|
||||
0.0.0.0 88clb.app
|
||||
0.0.0.0 88clb.fit
|
||||
0.0.0.0 88gobet.com
|
||||
0.0.0.0 88new.cc
|
||||
0.0.0.0 88online.live
|
||||
@@ -2497,6 +2507,10 @@
|
||||
0.0.0.0 9bet.win
|
||||
0.0.0.0 9bet.world
|
||||
0.0.0.0 9e3c.com
|
||||
0.0.0.0 abc8.cm
|
||||
0.0.0.0 abc8.cv
|
||||
0.0.0.0 abcvip.com
|
||||
0.0.0.0 abcvip.in
|
||||
0.0.0.0 account.w88ac.com
|
||||
0.0.0.0 account.w88club.com
|
||||
0.0.0.0 account.w88hn.com
|
||||
@@ -2607,6 +2621,7 @@
|
||||
0.0.0.0 api.oppa88888888.com
|
||||
0.0.0.0 api.red88.club
|
||||
0.0.0.0 api.red88.com
|
||||
0.0.0.0 api.red88.ml
|
||||
0.0.0.0 api.red88.vip
|
||||
0.0.0.0 api.shbet3.com
|
||||
0.0.0.0 api.shbetvv.com
|
||||
@@ -2668,8 +2683,15 @@
|
||||
0.0.0.0 b88ag.com
|
||||
0.0.0.0 bachhoa88.com
|
||||
0.0.0.0 bacty88.com
|
||||
0.0.0.0 ball88.app
|
||||
0.0.0.0 ball88.com
|
||||
0.0.0.0 ball88.day
|
||||
0.0.0.0 ball88.fun
|
||||
0.0.0.0 ball88.games
|
||||
0.0.0.0 ball88.mobi
|
||||
0.0.0.0 ball88.red
|
||||
0.0.0.0 ball88.to
|
||||
0.0.0.0 ball88.zone
|
||||
0.0.0.0 banca.cc
|
||||
0.0.0.0 banca.xo68.vip
|
||||
0.0.0.0 bancadoithuongvn.com
|
||||
@@ -2744,6 +2766,7 @@
|
||||
0.0.0.0 bntv.bongvip.com
|
||||
0.0.0.0 bom52.club
|
||||
0.0.0.0 bom88.com
|
||||
0.0.0.0 bom88.ing
|
||||
0.0.0.0 bom88.net
|
||||
0.0.0.0 bong.thethaowin.net
|
||||
0.0.0.0 bong88.cam
|
||||
@@ -2834,6 +2857,7 @@
|
||||
0.0.0.0 choiwin79.in
|
||||
0.0.0.0 choiwon88.info
|
||||
0.0.0.0 click.mibet88.com
|
||||
0.0.0.0 cm88.com
|
||||
0.0.0.0 cmd368max.com
|
||||
0.0.0.0 cmd368t.com
|
||||
0.0.0.0 cms.v79top.com
|
||||
@@ -2843,6 +2867,7 @@
|
||||
0.0.0.0 connhangheo.top
|
||||
0.0.0.0 coopbet.com
|
||||
0.0.0.0 corona999.com
|
||||
0.0.0.0 cungv9choi.com
|
||||
0.0.0.0 cuoc88.net
|
||||
0.0.0.0 cuoc8899.com
|
||||
0.0.0.0 cuocba.com
|
||||
@@ -2869,8 +2894,15 @@
|
||||
0.0.0.0 cwin999.com
|
||||
0.0.0.0 d1.dabet.club
|
||||
0.0.0.0 d1.debet.cx
|
||||
0.0.0.0 d1.debet.gd
|
||||
0.0.0.0 d1.debet.gs
|
||||
0.0.0.0 d1.debet.info
|
||||
0.0.0.0 d1.debet.lc
|
||||
0.0.0.0 d1.debet.mp
|
||||
0.0.0.0 d1.debet.mw
|
||||
0.0.0.0 d1.debet.sc
|
||||
0.0.0.0 d1.debet.so
|
||||
0.0.0.0 d1.debet.st
|
||||
0.0.0.0 d1.debet.top
|
||||
0.0.0.0 d1.debet.win
|
||||
0.0.0.0 d3.debet.info
|
||||
@@ -2926,6 +2958,7 @@
|
||||
0.0.0.0 dangkyrikvip.tv
|
||||
0.0.0.0 dangkyrikvip.win
|
||||
0.0.0.0 dangkyva88.info
|
||||
0.0.0.0 daomo.club
|
||||
0.0.0.0 datcuoc.thethaofb88.com
|
||||
0.0.0.0 debet.bet
|
||||
0.0.0.0 debet.bot
|
||||
@@ -2935,13 +2968,22 @@
|
||||
0.0.0.0 debet.cx
|
||||
0.0.0.0 debet.fan
|
||||
0.0.0.0 debet.fun
|
||||
0.0.0.0 debet.gd
|
||||
0.0.0.0 debet.gs
|
||||
0.0.0.0 debet.info
|
||||
0.0.0.0 debet.lc
|
||||
0.0.0.0 debet.lv
|
||||
0.0.0.0 debet.moi
|
||||
0.0.0.0 debet.mp
|
||||
0.0.0.0 debet.mw
|
||||
0.0.0.0 debet.net
|
||||
0.0.0.0 debet.sc
|
||||
0.0.0.0 debet.so
|
||||
0.0.0.0 debet.st
|
||||
0.0.0.0 debet.top
|
||||
0.0.0.0 debet.uk
|
||||
0.0.0.0 debet.us
|
||||
0.0.0.0 debet.vg
|
||||
0.0.0.0 debet.win
|
||||
0.0.0.0 debet79.info
|
||||
0.0.0.0 debet88.win
|
||||
@@ -3038,6 +3080,7 @@
|
||||
0.0.0.0 f8betaa.com
|
||||
0.0.0.0 f8betapp.net
|
||||
0.0.0.0 f8betgg.com
|
||||
0.0.0.0 fa88.tel
|
||||
0.0.0.0 fa88.tv
|
||||
0.0.0.0 fa88.win
|
||||
0.0.0.0 fa88vn.live
|
||||
@@ -3123,10 +3166,18 @@
|
||||
0.0.0.0 five-88.link
|
||||
0.0.0.0 five88.biz
|
||||
0.0.0.0 five88.com
|
||||
0.0.0.0 five88.id
|
||||
0.0.0.0 five88.in
|
||||
0.0.0.0 five88.lc
|
||||
0.0.0.0 five88.net
|
||||
0.0.0.0 five88.ng
|
||||
0.0.0.0 five88.nl
|
||||
0.0.0.0 five88.ro
|
||||
0.0.0.0 five88.sale
|
||||
0.0.0.0 five88.show
|
||||
0.0.0.0 five88.sx
|
||||
0.0.0.0 five88.top
|
||||
0.0.0.0 five88.vc
|
||||
0.0.0.0 five88.vin
|
||||
0.0.0.0 five88.win
|
||||
0.0.0.0 five88.wine
|
||||
@@ -3192,10 +3243,18 @@
|
||||
0.0.0.0 gem88.com
|
||||
0.0.0.0 gem88.guru
|
||||
0.0.0.0 gem88.win
|
||||
0.0.0.0 gemwin.fm
|
||||
0.0.0.0 gemwin.ink
|
||||
0.0.0.0 gemwin.is
|
||||
0.0.0.0 gemwin.lc
|
||||
0.0.0.0 gemwin.lv
|
||||
0.0.0.0 gemwin.my
|
||||
0.0.0.0 gemwin.nz
|
||||
0.0.0.0 gemwin.page
|
||||
0.0.0.0 gemwin.to
|
||||
0.0.0.0 gemwin.tv
|
||||
0.0.0.0 gemwin.vc
|
||||
0.0.0.0 gemwin.vin
|
||||
0.0.0.0 gemwin.vip
|
||||
0.0.0.0 gen88.com
|
||||
0.0.0.0 gi8.us
|
||||
@@ -3242,6 +3301,7 @@
|
||||
0.0.0.0 gogobolaku.com
|
||||
0.0.0.0 gw.gen88.com
|
||||
0.0.0.0 gw.mubet.vip
|
||||
0.0.0.0 gw.tot88.store
|
||||
0.0.0.0 h3bet.com
|
||||
0.0.0.0 h51.live
|
||||
0.0.0.0 happy9luck.com
|
||||
@@ -3250,6 +3310,8 @@
|
||||
0.0.0.0 hay8811.com
|
||||
0.0.0.0 hay8822.com
|
||||
0.0.0.0 haywin.ac
|
||||
0.0.0.0 haywin.ai
|
||||
0.0.0.0 haywin.my
|
||||
0.0.0.0 haywin.space
|
||||
0.0.0.0 haywin.store
|
||||
0.0.0.0 haywin.vip
|
||||
@@ -3261,7 +3323,9 @@
|
||||
0.0.0.0 hb8887.com
|
||||
0.0.0.0 hb88vn.co
|
||||
0.0.0.0 hbet.club
|
||||
0.0.0.0 hbet.lv
|
||||
0.0.0.0 hbet.net
|
||||
0.0.0.0 hbet.pw
|
||||
0.0.0.0 hbet.win
|
||||
0.0.0.0 hcm66.com
|
||||
0.0.0.0 hdbet.com
|
||||
@@ -3285,9 +3349,18 @@
|
||||
0.0.0.0 hitclub.cafe
|
||||
0.0.0.0 hitclub.com
|
||||
0.0.0.0 hitclub.in
|
||||
0.0.0.0 hitclub.lc
|
||||
0.0.0.0 hitclub.lt
|
||||
0.0.0.0 hitclub.lv
|
||||
0.0.0.0 hitclub.mk
|
||||
0.0.0.0 hitclub.ml
|
||||
0.0.0.0 hitclub.mu
|
||||
0.0.0.0 hitclub.pl
|
||||
0.0.0.0 hitclub.pro
|
||||
0.0.0.0 hitclub.salon
|
||||
0.0.0.0 hitclub.si
|
||||
0.0.0.0 hitclub.so
|
||||
0.0.0.0 hitclub.su
|
||||
0.0.0.0 hitclub.top
|
||||
0.0.0.0 hitclub.tv
|
||||
0.0.0.0 hitclub.vin
|
||||
@@ -3300,6 +3373,7 @@
|
||||
0.0.0.0 hot51.com
|
||||
0.0.0.0 hotlive.in
|
||||
0.0.0.0 hotlive8.vip
|
||||
0.0.0.0 hubet.com
|
||||
0.0.0.0 i.b52.club
|
||||
0.0.0.0 i.go88.ca
|
||||
0.0.0.0 i.go88.com
|
||||
@@ -3686,6 +3760,7 @@
|
||||
0.0.0.0 kuwin.guide
|
||||
0.0.0.0 kuwinvip.com
|
||||
0.0.0.0 l4.lode88.ai
|
||||
0.0.0.0 lc88.men
|
||||
0.0.0.0 ldp-sum.com
|
||||
0.0.0.0 legabet.gay
|
||||
0.0.0.0 leo88.com
|
||||
@@ -3839,13 +3914,20 @@
|
||||
0.0.0.0 m.w88io.com
|
||||
0.0.0.0 m.w88ok.com
|
||||
0.0.0.0 m.w88yes.com
|
||||
0.0.0.0 m1.ball88.app
|
||||
0.0.0.0 m1.ball88.com
|
||||
0.0.0.0 m1.ball88.fun
|
||||
0.0.0.0 m1.ball88.games
|
||||
0.0.0.0 m1.ball88.mobi
|
||||
0.0.0.0 m1.ball88.red
|
||||
0.0.0.0 m1.ball88.to
|
||||
0.0.0.0 m1.ball88.zone
|
||||
0.0.0.0 m1.fm88.com
|
||||
0.0.0.0 m1.max88.vip
|
||||
0.0.0.0 m1.may88d.com
|
||||
0.0.0.0 m1.tin88.bet
|
||||
0.0.0.0 m1.vin88.net
|
||||
0.0.0.0 m1.vin88.pw
|
||||
0.0.0.0 m1.vin88.vin
|
||||
0.0.0.0 m1.vin88.vip
|
||||
0.0.0.0 m1.xibet.fun
|
||||
@@ -3947,6 +4029,7 @@
|
||||
0.0.0.0 mk.com
|
||||
0.0.0.0 mkt.11bet.us
|
||||
0.0.0.0 mkt.debet.com
|
||||
0.0.0.0 mm88.com
|
||||
0.0.0.0 mm99.vip
|
||||
0.0.0.0 mmwin.nearom.com
|
||||
0.0.0.0 mobi.oleviet777.com
|
||||
@@ -4031,14 +4114,25 @@
|
||||
0.0.0.0 nhacaiuytin.life
|
||||
0.0.0.0 nhanthuong88.com
|
||||
0.0.0.0 nhat.bet
|
||||
0.0.0.0 nhat.bh
|
||||
0.0.0.0 nhat.cx
|
||||
0.0.0.0 nhat.game
|
||||
0.0.0.0 nhat.is
|
||||
0.0.0.0 nhat.it
|
||||
0.0.0.0 nhat.my
|
||||
0.0.0.0 nhat.one
|
||||
0.0.0.0 nhat.pw
|
||||
0.0.0.0 nhat.sh
|
||||
0.0.0.0 nhat.sx
|
||||
0.0.0.0 nhat.vip
|
||||
0.0.0.0 nhat1.club
|
||||
0.0.0.0 nhat9.vip
|
||||
0.0.0.0 nhatvip.ac
|
||||
0.0.0.0 nhatvip.is
|
||||
0.0.0.0 nhatvip.mobi
|
||||
0.0.0.0 nhatvip.moi
|
||||
0.0.0.0 nhatvip.us
|
||||
0.0.0.0 nhatvip.vin
|
||||
0.0.0.0 nhatvip.vip
|
||||
0.0.0.0 nnwud.com
|
||||
0.0.0.0 nohu.band
|
||||
@@ -4052,11 +4146,13 @@
|
||||
0.0.0.0 nuoigada.com
|
||||
0.0.0.0 nxb8.com
|
||||
0.0.0.0 o4.oxbet.in
|
||||
0.0.0.0 ok365.org
|
||||
0.0.0.0 okcado.com
|
||||
0.0.0.0 okcado.org
|
||||
0.0.0.0 okking.com
|
||||
0.0.0.0 okking.cooking
|
||||
0.0.0.0 okking.org
|
||||
0.0.0.0 okvip.fun
|
||||
0.0.0.0 okvip.life
|
||||
0.0.0.0 okvip.pro
|
||||
0.0.0.0 okvip.today
|
||||
@@ -4084,6 +4180,7 @@
|
||||
0.0.0.0 one88.win
|
||||
0.0.0.0 onevegas.com
|
||||
0.0.0.0 ooooooo2.com
|
||||
0.0.0.0 open88.com
|
||||
0.0.0.0 oppa888.com
|
||||
0.0.0.0 oppa88888888.com
|
||||
0.0.0.0 oppo96.com
|
||||
@@ -4115,16 +4212,21 @@
|
||||
0.0.0.0 play.bay789.life
|
||||
0.0.0.0 play.bom52.club
|
||||
0.0.0.0 play.bum3.club
|
||||
0.0.0.0 play.daomo.club
|
||||
0.0.0.0 play.fa88.tel
|
||||
0.0.0.0 play.fa88.win
|
||||
0.0.0.0 play.gemwin.vip
|
||||
0.0.0.0 play.go88.club
|
||||
0.0.0.0 play.go88.tv
|
||||
0.0.0.0 play.haywin.ai
|
||||
0.0.0.0 play.haywin.space
|
||||
0.0.0.0 play.haywin.store
|
||||
0.0.0.0 play.hit.club
|
||||
0.0.0.0 play.im99.com
|
||||
0.0.0.0 play.iwin.bio
|
||||
0.0.0.0 play.lo88.live
|
||||
0.0.0.0 play.okvip.fun
|
||||
0.0.0.0 play.ricwin.pw
|
||||
0.0.0.0 play.rik88.life
|
||||
0.0.0.0 play.rikvip.info
|
||||
0.0.0.0 play.rikvip.tv
|
||||
@@ -4137,11 +4239,15 @@
|
||||
0.0.0.0 play.top88.uk
|
||||
0.0.0.0 play.top88.us
|
||||
0.0.0.0 play.top88.vn
|
||||
0.0.0.0 play.top88.voto
|
||||
0.0.0.0 play.topclub.casa
|
||||
0.0.0.0 play.vaob52.click
|
||||
0.0.0.0 play.vic.hair
|
||||
0.0.0.0 play.vip79.top
|
||||
0.0.0.0 play.win79.vip
|
||||
0.0.0.0 play.win79d.com
|
||||
0.0.0.0 play.x8.club
|
||||
0.0.0.0 play.x8.fit
|
||||
0.0.0.0 play.x8vn.top
|
||||
0.0.0.0 play.xocdia88.video
|
||||
0.0.0.0 play1.son.club
|
||||
@@ -4215,9 +4321,11 @@
|
||||
0.0.0.0 quayso88.com
|
||||
0.0.0.0 quaysogame.com
|
||||
0.0.0.0 quickraiseup.com
|
||||
0.0.0.0 racvl.fun
|
||||
0.0.0.0 record.income88.com
|
||||
0.0.0.0 red88.club
|
||||
0.0.0.0 red88.com
|
||||
0.0.0.0 red88.ml
|
||||
0.0.0.0 red88.top
|
||||
0.0.0.0 red88.tv
|
||||
0.0.0.0 red88.us
|
||||
@@ -4230,6 +4338,7 @@
|
||||
0.0.0.0 rgames.org
|
||||
0.0.0.0 ricbet.com
|
||||
0.0.0.0 ricbet.win
|
||||
0.0.0.0 ricwin.pw
|
||||
0.0.0.0 rik.bet
|
||||
0.0.0.0 rik.club
|
||||
0.0.0.0 rik.fun
|
||||
@@ -4248,6 +4357,9 @@
|
||||
0.0.0.0 rikvip.win
|
||||
0.0.0.0 royal77vn.com
|
||||
0.0.0.0 rr88.live
|
||||
0.0.0.0 rs88.com
|
||||
0.0.0.0 rs88.cyou
|
||||
0.0.0.0 rs88.vip
|
||||
0.0.0.0 rubik88.com
|
||||
0.0.0.0 rw8800.com
|
||||
0.0.0.0 s.sv66c.com
|
||||
@@ -4262,9 +4374,16 @@
|
||||
0.0.0.0 s2.sin88.com
|
||||
0.0.0.0 s26bet.ltd
|
||||
0.0.0.0 s26bet01.com
|
||||
0.0.0.0 s3.sin88.fo
|
||||
0.0.0.0 s3.sin88.lu
|
||||
0.0.0.0 s3.sin88.ml
|
||||
0.0.0.0 s3.sin88.ms
|
||||
0.0.0.0 s3.sin88.si
|
||||
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.vip
|
||||
0.0.0.0 s4.tot88.store
|
||||
0.0.0.0 s555.com
|
||||
0.0.0.0 s99902e.com
|
||||
0.0.0.0 s99906.com
|
||||
@@ -4309,12 +4428,18 @@
|
||||
0.0.0.0 sin88.club
|
||||
0.0.0.0 sin88.com
|
||||
0.0.0.0 sin88.cv
|
||||
0.0.0.0 sin88.fo
|
||||
0.0.0.0 sin88.im
|
||||
0.0.0.0 sin88.lu
|
||||
0.0.0.0 sin88.me
|
||||
0.0.0.0 sin88.ml
|
||||
0.0.0.0 sin88.mn
|
||||
0.0.0.0 sin88.mobi
|
||||
0.0.0.0 sin88.ms
|
||||
0.0.0.0 sin88.mx
|
||||
0.0.0.0 sin88.si
|
||||
0.0.0.0 sin88.sx
|
||||
0.0.0.0 sin88.tw
|
||||
0.0.0.0 sin88.uk
|
||||
0.0.0.0 sin88.us
|
||||
0.0.0.0 sin88.vip
|
||||
@@ -4322,18 +4447,38 @@
|
||||
0.0.0.0 sin88s.com
|
||||
0.0.0.0 sinbet.com
|
||||
0.0.0.0 sinbet.vip
|
||||
0.0.0.0 sk.ball88.app
|
||||
0.0.0.0 sk.ball88.com
|
||||
0.0.0.0 sk.ball88.day
|
||||
0.0.0.0 sk.ball88.fun
|
||||
0.0.0.0 sk.ball88.mobi
|
||||
0.0.0.0 sk.ball88.to
|
||||
0.0.0.0 sk.ball88.zone
|
||||
0.0.0.0 sk.debet.cx
|
||||
0.0.0.0 sk.debet.gd
|
||||
0.0.0.0 sk.debet.gs
|
||||
0.0.0.0 sk.debet.lc
|
||||
0.0.0.0 sk.debet.lv
|
||||
0.0.0.0 sk.debet.mw
|
||||
0.0.0.0 sk.debet.st
|
||||
0.0.0.0 sk.debet.vg
|
||||
0.0.0.0 sk.fm88.com
|
||||
0.0.0.0 sk.sin88.fo
|
||||
0.0.0.0 sk.sin88.lu
|
||||
0.0.0.0 sk.sin88.ml
|
||||
0.0.0.0 sk.sin88.ms
|
||||
0.0.0.0 sk.sin88.si
|
||||
0.0.0.0 sk.sin88.tw
|
||||
0.0.0.0 sk.tin88.bet
|
||||
0.0.0.0 sk.tin88.club
|
||||
0.0.0.0 sk.tin88.in
|
||||
0.0.0.0 sk.vin88.net
|
||||
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.com
|
||||
0.0.0.0 sk.xibet.fun
|
||||
0.0.0.0 sk.zbet.ws
|
||||
0.0.0.0 sky88.bet
|
||||
0.0.0.0 sky88.club
|
||||
0.0.0.0 sky88.com
|
||||
@@ -4359,6 +4504,7 @@
|
||||
0.0.0.0 sock.nbet.vin
|
||||
0.0.0.0 sock.red88.club
|
||||
0.0.0.0 sock.red88.com
|
||||
0.0.0.0 sock.red88.ml
|
||||
0.0.0.0 sock.red88.vip
|
||||
0.0.0.0 sock.sky88.club
|
||||
0.0.0.0 sock.sky88.com
|
||||
@@ -4429,6 +4575,7 @@
|
||||
0.0.0.0 sun52.live
|
||||
0.0.0.0 sun52.tv
|
||||
0.0.0.0 sun6.win
|
||||
0.0.0.0 sunwin.af
|
||||
0.0.0.0 sunwin.club
|
||||
0.0.0.0 sunwin.id
|
||||
0.0.0.0 sunwin.inc
|
||||
@@ -4440,6 +4587,8 @@
|
||||
0.0.0.0 sunwinvn.club
|
||||
0.0.0.0 sure168.asia
|
||||
0.0.0.0 sut88.com
|
||||
0.0.0.0 sv1.sv88.ro
|
||||
0.0.0.0 sv1.sv88.vu
|
||||
0.0.0.0 sv1.sv88d.com
|
||||
0.0.0.0 sv288.net
|
||||
0.0.0.0 sv368.casino
|
||||
@@ -4458,10 +4607,18 @@
|
||||
0.0.0.0 sv66c.com
|
||||
0.0.0.0 sv66s.com
|
||||
0.0.0.0 sv66vip6.com
|
||||
0.0.0.0 sv88.ae
|
||||
0.0.0.0 sv88.cl
|
||||
0.0.0.0 sv88.club
|
||||
0.0.0.0 sv88.com
|
||||
0.0.0.0 sv88.in
|
||||
0.0.0.0 sv88.lv
|
||||
0.0.0.0 sv88.ml
|
||||
0.0.0.0 sv88.ro
|
||||
0.0.0.0 sv88.si
|
||||
0.0.0.0 sv88.vin
|
||||
0.0.0.0 sv88.vip
|
||||
0.0.0.0 sv88.vu
|
||||
0.0.0.0 sv88.win
|
||||
0.0.0.0 sv88a.com
|
||||
0.0.0.0 sv88r.com
|
||||
@@ -4636,8 +4793,11 @@
|
||||
0.0.0.0 top88.us
|
||||
0.0.0.0 top88.vip
|
||||
0.0.0.0 top88.vn
|
||||
0.0.0.0 top88.voto
|
||||
0.0.0.0 topbet.net
|
||||
0.0.0.0 topbet.top
|
||||
0.0.0.0 topclub.casa
|
||||
0.0.0.0 topclub.win
|
||||
0.0.0.0 topdoithuong.net
|
||||
0.0.0.0 topgamebai.biz
|
||||
0.0.0.0 topnohu.com
|
||||
@@ -4646,10 +4806,12 @@
|
||||
0.0.0.0 topzo.top
|
||||
0.0.0.0 topzo.vip
|
||||
0.0.0.0 tot88.com
|
||||
0.0.0.0 tot88.store
|
||||
0.0.0.0 tourghepmienbac.net
|
||||
0.0.0.0 trang188vn.com
|
||||
0.0.0.0 trangchu.life
|
||||
0.0.0.0 trangkeo.com
|
||||
0.0.0.0 trochoidonclub.online
|
||||
0.0.0.0 trochoivuaclub.online
|
||||
0.0.0.0 tructiepdaga.info
|
||||
0.0.0.0 tt128.net
|
||||
@@ -4659,9 +4821,15 @@
|
||||
0.0.0.0 tx88.fun
|
||||
0.0.0.0 tx88.fyi
|
||||
0.0.0.0 tx88.in
|
||||
0.0.0.0 tx88.ing
|
||||
0.0.0.0 tx88.llc
|
||||
0.0.0.0 tx88.onl
|
||||
0.0.0.0 tx88.top
|
||||
0.0.0.0 tydo88.com
|
||||
0.0.0.0 tz.bet20.bet
|
||||
0.0.0.0 u88.watch
|
||||
0.0.0.0 u888.cc
|
||||
0.0.0.0 u888.id
|
||||
0.0.0.0 ud1a.com
|
||||
0.0.0.0 udw87.cc
|
||||
0.0.0.0 udw881.cc
|
||||
@@ -4683,13 +4851,20 @@
|
||||
0.0.0.0 uytin.8day66.com
|
||||
0.0.0.0 v.fa88.tv
|
||||
0.0.0.0 v.hitclub.in
|
||||
0.0.0.0 v.hitclub.lv
|
||||
0.0.0.0 v.hitclub.ml
|
||||
0.0.0.0 v.hitclub.mu
|
||||
0.0.0.0 v.hitclub.si
|
||||
0.0.0.0 v.hitclub.su
|
||||
0.0.0.0 v.hitclub.tv
|
||||
0.0.0.0 v.nhat9.vip
|
||||
0.0.0.0 v.nhatvip.pro
|
||||
0.0.0.0 v.nhatvip.vip
|
||||
0.0.0.0 v1.five88.vin
|
||||
0.0.0.0 v1.lode88.ai
|
||||
0.0.0.0 v111w.com
|
||||
0.0.0.0 v121w.com
|
||||
0.0.0.0 v4.five88.vin
|
||||
0.0.0.0 v4.vivu88.com
|
||||
0.0.0.0 v4.vivu88.net
|
||||
0.0.0.0 v79top.com
|
||||
@@ -4734,6 +4909,8 @@
|
||||
0.0.0.0 vi.oppa888.com
|
||||
0.0.0.0 vi68.org
|
||||
0.0.0.0 vibet.com
|
||||
0.0.0.0 vic.doctor
|
||||
0.0.0.0 vic.hair
|
||||
0.0.0.0 vic.win
|
||||
0.0.0.0 vic88.com
|
||||
0.0.0.0 vic88.net
|
||||
@@ -4747,6 +4924,7 @@
|
||||
0.0.0.0 vin88.com
|
||||
0.0.0.0 vin88.moi
|
||||
0.0.0.0 vin88.net
|
||||
0.0.0.0 vin88.pw
|
||||
0.0.0.0 vin88.sx
|
||||
0.0.0.0 vin88.top
|
||||
0.0.0.0 vin88.tv
|
||||
@@ -4770,11 +4948,13 @@
|
||||
0.0.0.0 vipsodo.top
|
||||
0.0.0.0 viva88.com
|
||||
0.0.0.0 viva88.net
|
||||
0.0.0.0 vivu88.cc
|
||||
0.0.0.0 vivu88.com
|
||||
0.0.0.0 vivu88.net
|
||||
0.0.0.0 vk88.com
|
||||
0.0.0.0 vlott88.com
|
||||
0.0.0.0 vn-lm.jbovietnam.com
|
||||
0.0.0.0 vn.abcvip.in
|
||||
0.0.0.0 vn.app
|
||||
0.0.0.0 vn.ku6101.net
|
||||
0.0.0.0 vn.ku6106.net
|
||||
@@ -4843,7 +5023,9 @@
|
||||
0.0.0.0 vstar79.com
|
||||
0.0.0.0 vu88.com
|
||||
0.0.0.0 vu88.de
|
||||
0.0.0.0 vu88.in
|
||||
0.0.0.0 vu88.net
|
||||
0.0.0.0 vu88.tv
|
||||
0.0.0.0 vua88.app
|
||||
0.0.0.0 vua88.biz
|
||||
0.0.0.0 vua88.club
|
||||
@@ -4947,8 +5129,13 @@
|
||||
0.0.0.0 web.sunwin.pro
|
||||
0.0.0.0 web.topzo.com
|
||||
0.0.0.0 web.win79.moi
|
||||
0.0.0.0 web.win79.vg
|
||||
0.0.0.0 web.yo88.is
|
||||
0.0.0.0 web.yo88.ml
|
||||
0.0.0.0 web.yo88.so
|
||||
0.0.0.0 web.yo88.st
|
||||
0.0.0.0 web.yo88.tv
|
||||
0.0.0.0 web.yo88.vu
|
||||
0.0.0.0 web.zowin.tv
|
||||
0.0.0.0 websvn.info
|
||||
0.0.0.0 wewinvwin.com
|
||||
@@ -4969,6 +5156,7 @@
|
||||
0.0.0.0 win79.moi
|
||||
0.0.0.0 win79.pro
|
||||
0.0.0.0 win79.site
|
||||
0.0.0.0 win79.vg
|
||||
0.0.0.0 win79.vip
|
||||
0.0.0.0 win79a.com
|
||||
0.0.0.0 win79d.com
|
||||
@@ -5001,6 +5189,7 @@
|
||||
0.0.0.0 wp.nbet.vin
|
||||
0.0.0.0 wp.red88.club
|
||||
0.0.0.0 wp.red88.com
|
||||
0.0.0.0 wp.red88.ml
|
||||
0.0.0.0 wp.red88.vip
|
||||
0.0.0.0 wp.rikvip.tv
|
||||
0.0.0.0 wp.sky88.club
|
||||
@@ -5467,6 +5656,7 @@
|
||||
0.0.0.0 www.yule12888.com
|
||||
0.0.0.0 x1798.com
|
||||
0.0.0.0 x8.club
|
||||
0.0.0.0 x8.fit
|
||||
0.0.0.0 x8.games
|
||||
0.0.0.0 x8.mobi
|
||||
0.0.0.0 x88.com
|
||||
@@ -5516,9 +5706,16 @@
|
||||
0.0.0.0 xvipwin.info
|
||||
0.0.0.0 ybbbet.com
|
||||
0.0.0.0 yd88c.com
|
||||
0.0.0.0 yo88.ae
|
||||
0.0.0.0 yo88.cool
|
||||
0.0.0.0 yo88.is
|
||||
0.0.0.0 yo88.ml
|
||||
0.0.0.0 yo88.pw
|
||||
0.0.0.0 yo88.so
|
||||
0.0.0.0 yo88.st
|
||||
0.0.0.0 yo88.tv
|
||||
0.0.0.0 yo88.vg
|
||||
0.0.0.0 yo88.vu
|
||||
0.0.0.0 yo88.win
|
||||
0.0.0.0 yo88vn.com
|
||||
0.0.0.0 youwevnak.kg88.shop
|
||||
@@ -5528,11 +5725,14 @@
|
||||
0.0.0.0 yylive.vip
|
||||
0.0.0.0 yylive.xyz
|
||||
0.0.0.0 z1.zbet.tv
|
||||
0.0.0.0 z1.zbet.ws
|
||||
0.0.0.0 zalomomo.com
|
||||
0.0.0.0 zbet.com
|
||||
0.0.0.0 zbet.dev
|
||||
0.0.0.0 zbet.fun
|
||||
0.0.0.0 zbet.me
|
||||
0.0.0.0 zbet.tv
|
||||
0.0.0.0 zbet.ws
|
||||
0.0.0.0 zet88.com
|
||||
0.0.0.0 zo.club
|
||||
0.0.0.0 zo1.win
|
||||
@@ -5543,9 +5743,18 @@
|
||||
0.0.0.0 zo88.vip
|
||||
0.0.0.0 zoplay.top
|
||||
0.0.0.0 zowin.bh
|
||||
0.0.0.0 zowin.im
|
||||
0.0.0.0 zowin.is
|
||||
0.0.0.0 zowin.kim
|
||||
0.0.0.0 zowin.mom
|
||||
0.0.0.0 zowin.ng
|
||||
0.0.0.0 zowin.red
|
||||
0.0.0.0 zowin.sh
|
||||
0.0.0.0 zowin.sx
|
||||
0.0.0.0 zowin.tv
|
||||
0.0.0.0 zowin.tw
|
||||
0.0.0.0 zowin.uno
|
||||
0.0.0.0 zowin.ws
|
||||
0.0.0.0 10bet.com
|
||||
0.0.0.0 10luxury39.com
|
||||
0.0.0.0 11wickets.com
|
||||
@@ -5655,6 +5864,7 @@
|
||||
0.0.0.0 bet1128.com
|
||||
0.0.0.0 bet11888.com
|
||||
0.0.0.0 bet2290.com
|
||||
0.0.0.0 bet25.dk
|
||||
0.0.0.0 bet2875.com
|
||||
0.0.0.0 bet2earn.net
|
||||
0.0.0.0 bet3000.com
|
||||
@@ -6489,6 +6699,7 @@
|
||||
0.0.0.0 mpl.live
|
||||
0.0.0.0 mr.bet
|
||||
0.0.0.0 mrgreen.com
|
||||
0.0.0.0 mrgreen.dk
|
||||
0.0.0.0 mrjackpotspins.com
|
||||
0.0.0.0 mrmega.com
|
||||
0.0.0.0 mrmobi.com
|
||||
@@ -6735,6 +6946,7 @@
|
||||
0.0.0.0 solverde.pt
|
||||
0.0.0.0 speedybet.com
|
||||
0.0.0.0 spela.com
|
||||
0.0.0.0 spilnu.dk
|
||||
0.0.0.0 spindipity.com
|
||||
0.0.0.0 spinit.com
|
||||
0.0.0.0 spinland.com
|
||||
@@ -11471,6 +11683,9 @@
|
||||
|
||||
# gay
|
||||
0.0.0.0 sniffies.com
|
||||
|
||||
|
||||
0.0.0.0 bsky.app
|
||||
# blacklist
|
||||
#
|
||||
# The contents of this file (containing a listing of additional domains in
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: fakenews, gambling, social](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts)
|
||||
containing 11,399 entries.
|
||||
containing 11,612 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -166,6 +166,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -421,8 +427,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -438,7 +446,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -449,6 +459,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38261
-44206
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 100,210 entries.
|
||||
containing 94,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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -182,6 +182,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -437,8 +443,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -454,7 +462,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -465,6 +475,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38258
-44206
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 96,996 entries.
|
||||
containing 91,035 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -181,6 +181,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -436,8 +442,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -453,7 +461,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -464,6 +474,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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: 12 April 2026 23:10:57 (UTC)
|
||||
# Date: 21 June 2026 21:35:19 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: fakenews
|
||||
# Number of unique domains: 2,188
|
||||
# Number of unique domains: 2,187
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-only/hosts
|
||||
# Project home page: https://github.com/StevenBlack/hosts
|
||||
@@ -1878,7 +1878,6 @@
|
||||
0.0.0.0 wastachnews.com
|
||||
0.0.0.0 waterfilters.news
|
||||
0.0.0.0 waterfordtoday.com
|
||||
0.0.0.0 waterfordwhispersnews.com
|
||||
0.0.0.0 waterlooreview.com
|
||||
0.0.0.0 waterlootimes.com
|
||||
0.0.0.0 waterwars.news
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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,188 entries.
|
||||
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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -163,6 +163,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -418,8 +424,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -435,7 +443,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -446,6 +456,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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: 12 April 2026 23:11:03 (UTC)
|
||||
# Date: 21 June 2026 21:35:25 (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,872
|
||||
# Number of unique domains: 78,915
|
||||
#
|
||||
# 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
|
||||
@@ -1883,7 +1883,6 @@
|
||||
0.0.0.0 wastachnews.com
|
||||
0.0.0.0 waterfilters.news
|
||||
0.0.0.0 waterfordtoday.com
|
||||
0.0.0.0 waterfordwhispersnews.com
|
||||
0.0.0.0 waterlooreview.com
|
||||
0.0.0.0 waterlootimes.com
|
||||
0.0.0.0 waterwars.news
|
||||
@@ -2213,9 +2212,9 @@
|
||||
0.0.0.0 yubasuttertimes.com
|
||||
0.0.0.0 zombie.news
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 1.866 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 1.868 domains
|
||||
# Only include adult domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -3088,7 +3087,9 @@
|
||||
0.0.0.0 phimsexhaymoi.com
|
||||
0.0.0.0 phimsexhaynhatban.cyou
|
||||
0.0.0.0 phimsexhaynhatban.top
|
||||
0.0.0.0 phimsexhaysss.com
|
||||
0.0.0.0 phimsexhayvl.com
|
||||
0.0.0.0 phimsexhayvnx.com
|
||||
0.0.0.0 phimsexhd.cyou
|
||||
0.0.0.0 phimsexhd.nl
|
||||
0.0.0.0 phimsexhd.online
|
||||
@@ -15848,7 +15849,6 @@
|
||||
0.0.0.0 totalaccess.transsexualbarebacking.com
|
||||
0.0.0.0 totalexposure.com
|
||||
0.0.0.0 totallynsfw.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 touchmylips.com
|
||||
0.0.0.0 touhoufeet.booru.org
|
||||
0.0.0.0 toumpano.net
|
||||
@@ -22755,7 +22755,6 @@
|
||||
0.0.0.0 www.torylane.com
|
||||
0.0.0.0 www.totalexposure.com
|
||||
0.0.0.0 www.totallynsfw.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 www.touchmylips.com
|
||||
0.0.0.0 www.toumpano.net
|
||||
0.0.0.0 www.toxamedia.com
|
||||
@@ -55039,8 +55038,6 @@
|
||||
0.0.0.0 pornaddict.me
|
||||
0.0.0.0 pornaddiction.com
|
||||
0.0.0.0 www.pornaddiction.com
|
||||
0.0.0.0 pornaddictsanonymous.org
|
||||
0.0.0.0 www.pornaddictsanonymous.org
|
||||
0.0.0.0 pornaddik.com
|
||||
0.0.0.0 www.pornaddik.com
|
||||
0.0.0.0 pornadept.com
|
||||
@@ -67209,6 +67206,8 @@
|
||||
0.0.0.0 totallyfreecam.com
|
||||
0.0.0.0 totallynakedteens.com
|
||||
0.0.0.0 totallyshemales.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 totporno.com
|
||||
0.0.0.0 tounavi.net
|
||||
0.0.0.0 tour7me.com
|
||||
@@ -76546,7 +76545,6 @@
|
||||
0.0.0.0 doglickpussy.com
|
||||
0.0.0.0 dogsex.show
|
||||
0.0.0.0 dood.li
|
||||
0.0.0.0 doodstream.com
|
||||
0.0.0.0 dooodster.com
|
||||
0.0.0.0 doujin-th.net
|
||||
0.0.0.0 doujinfast.com
|
||||
@@ -78631,6 +78629,51 @@
|
||||
0.0.0.0 scorchincams.com
|
||||
0.0.0.0 llqodr.lovepoiint.com
|
||||
0.0.0.0 viet69.bi
|
||||
0.0.0.0 joi.com
|
||||
0.0.0.0 joi.ai
|
||||
0.0.0.0 joyland.ai
|
||||
0.0.0.0 myanima.ai
|
||||
0.0.0.0 gptgirlfriend.online
|
||||
0.0.0.0 girlfriendgpt.com
|
||||
0.0.0.0 eroplay.ai
|
||||
0.0.0.0 soulkyn.com
|
||||
0.0.0.0 dreamcompanion.com
|
||||
0.0.0.0 infatuated.ai
|
||||
0.0.0.0 ourdream.ai
|
||||
0.0.0.0 nextpart.ai
|
||||
0.0.0.0 aiallure.com
|
||||
0.0.0.0 sugarlab.ai
|
||||
0.0.0.0 thotchat.ai
|
||||
0.0.0.0 fantasygf.ai
|
||||
0.0.0.0 cuties.ai
|
||||
0.0.0.0 juicychat.ai
|
||||
0.0.0.0 romanticai.com
|
||||
0.0.0.0 flirton.ai
|
||||
0.0.0.0 lovescape.ai
|
||||
0.0.0.0 swipey.ai
|
||||
0.0.0.0 golove.ai
|
||||
0.0.0.0 kupid.ai
|
||||
0.0.0.0 spicychat.ai
|
||||
0.0.0.0 hotchat.ai
|
||||
0.0.0.0 honeychat.ai
|
||||
0.0.0.0 darlingchat.ai
|
||||
0.0.0.0 sugarchatai.com
|
||||
0.0.0.0 babechatai.com
|
||||
0.0.0.0 babychatai.com
|
||||
0.0.0.0 aigals.com
|
||||
0.0.0.0 secrets.ai
|
||||
0.0.0.0 soulkyn.ai
|
||||
0.0.0.0 juiceychat.ai
|
||||
0.0.0.0 xchar.ai
|
||||
0.0.0.0 nectar.ai
|
||||
0.0.0.0 promptchan.com
|
||||
0.0.0.0 mypornfinder.com
|
||||
0.0.0.0 pornworks.com
|
||||
0.0.0.0 seduced.com
|
||||
0.0.0.0 redgifs.ai
|
||||
0.0.0.0 trashyneverclassy.com
|
||||
0.0.0.0 chomikuj.pl
|
||||
0.0.0.0 missav.ai
|
||||
# Title: Snuff hosts
|
||||
|
||||
0.0.0.0 bitcheese.net
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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,872 entries.
|
||||
containing 78,915 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -169,6 +169,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -424,8 +430,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -441,7 +449,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -452,6 +462,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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: 12 April 2026 23:11:05 (UTC)
|
||||
# Date: 21 June 2026 21:35:26 (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,113
|
||||
# Number of unique domains: 82,157
|
||||
#
|
||||
# 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
|
||||
@@ -1883,7 +1883,6 @@
|
||||
0.0.0.0 wastachnews.com
|
||||
0.0.0.0 waterfilters.news
|
||||
0.0.0.0 waterfordtoday.com
|
||||
0.0.0.0 waterfordwhispersnews.com
|
||||
0.0.0.0 waterlooreview.com
|
||||
0.0.0.0 waterlootimes.com
|
||||
0.0.0.0 waterwars.news
|
||||
@@ -2213,9 +2212,9 @@
|
||||
0.0.0.0 yubasuttertimes.com
|
||||
0.0.0.0 zombie.news
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 1.866 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 1.868 domains
|
||||
# Only include adult domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -3088,7 +3087,9 @@
|
||||
0.0.0.0 phimsexhaymoi.com
|
||||
0.0.0.0 phimsexhaynhatban.cyou
|
||||
0.0.0.0 phimsexhaynhatban.top
|
||||
0.0.0.0 phimsexhaysss.com
|
||||
0.0.0.0 phimsexhayvl.com
|
||||
0.0.0.0 phimsexhayvnx.com
|
||||
0.0.0.0 phimsexhd.cyou
|
||||
0.0.0.0 phimsexhd.nl
|
||||
0.0.0.0 phimsexhd.online
|
||||
@@ -15848,7 +15849,6 @@
|
||||
0.0.0.0 totalaccess.transsexualbarebacking.com
|
||||
0.0.0.0 totalexposure.com
|
||||
0.0.0.0 totallynsfw.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 touchmylips.com
|
||||
0.0.0.0 touhoufeet.booru.org
|
||||
0.0.0.0 toumpano.net
|
||||
@@ -22755,7 +22755,6 @@
|
||||
0.0.0.0 www.torylane.com
|
||||
0.0.0.0 www.totalexposure.com
|
||||
0.0.0.0 www.totallynsfw.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 www.touchmylips.com
|
||||
0.0.0.0 www.toumpano.net
|
||||
0.0.0.0 www.toxamedia.com
|
||||
@@ -55039,8 +55038,6 @@
|
||||
0.0.0.0 pornaddict.me
|
||||
0.0.0.0 pornaddiction.com
|
||||
0.0.0.0 www.pornaddiction.com
|
||||
0.0.0.0 pornaddictsanonymous.org
|
||||
0.0.0.0 www.pornaddictsanonymous.org
|
||||
0.0.0.0 pornaddik.com
|
||||
0.0.0.0 www.pornaddik.com
|
||||
0.0.0.0 pornadept.com
|
||||
@@ -67209,6 +67206,8 @@
|
||||
0.0.0.0 totallyfreecam.com
|
||||
0.0.0.0 totallynakedteens.com
|
||||
0.0.0.0 totallyshemales.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 totporno.com
|
||||
0.0.0.0 tounavi.net
|
||||
0.0.0.0 tour7me.com
|
||||
@@ -76546,7 +76545,6 @@
|
||||
0.0.0.0 doglickpussy.com
|
||||
0.0.0.0 dogsex.show
|
||||
0.0.0.0 dood.li
|
||||
0.0.0.0 doodstream.com
|
||||
0.0.0.0 dooodster.com
|
||||
0.0.0.0 doujin-th.net
|
||||
0.0.0.0 doujinfast.com
|
||||
@@ -78631,6 +78629,51 @@
|
||||
0.0.0.0 scorchincams.com
|
||||
0.0.0.0 llqodr.lovepoiint.com
|
||||
0.0.0.0 viet69.bi
|
||||
0.0.0.0 joi.com
|
||||
0.0.0.0 joi.ai
|
||||
0.0.0.0 joyland.ai
|
||||
0.0.0.0 myanima.ai
|
||||
0.0.0.0 gptgirlfriend.online
|
||||
0.0.0.0 girlfriendgpt.com
|
||||
0.0.0.0 eroplay.ai
|
||||
0.0.0.0 soulkyn.com
|
||||
0.0.0.0 dreamcompanion.com
|
||||
0.0.0.0 infatuated.ai
|
||||
0.0.0.0 ourdream.ai
|
||||
0.0.0.0 nextpart.ai
|
||||
0.0.0.0 aiallure.com
|
||||
0.0.0.0 sugarlab.ai
|
||||
0.0.0.0 thotchat.ai
|
||||
0.0.0.0 fantasygf.ai
|
||||
0.0.0.0 cuties.ai
|
||||
0.0.0.0 juicychat.ai
|
||||
0.0.0.0 romanticai.com
|
||||
0.0.0.0 flirton.ai
|
||||
0.0.0.0 lovescape.ai
|
||||
0.0.0.0 swipey.ai
|
||||
0.0.0.0 golove.ai
|
||||
0.0.0.0 kupid.ai
|
||||
0.0.0.0 spicychat.ai
|
||||
0.0.0.0 hotchat.ai
|
||||
0.0.0.0 honeychat.ai
|
||||
0.0.0.0 darlingchat.ai
|
||||
0.0.0.0 sugarchatai.com
|
||||
0.0.0.0 babechatai.com
|
||||
0.0.0.0 babychatai.com
|
||||
0.0.0.0 aigals.com
|
||||
0.0.0.0 secrets.ai
|
||||
0.0.0.0 soulkyn.ai
|
||||
0.0.0.0 juiceychat.ai
|
||||
0.0.0.0 xchar.ai
|
||||
0.0.0.0 nectar.ai
|
||||
0.0.0.0 promptchan.com
|
||||
0.0.0.0 mypornfinder.com
|
||||
0.0.0.0 pornworks.com
|
||||
0.0.0.0 seduced.com
|
||||
0.0.0.0 redgifs.ai
|
||||
0.0.0.0 trashyneverclassy.com
|
||||
0.0.0.0 chomikuj.pl
|
||||
0.0.0.0 missav.ai
|
||||
# Title: Snuff hosts
|
||||
|
||||
0.0.0.0 bitcheese.net
|
||||
@@ -82219,6 +82262,9 @@
|
||||
0.0.0.0 allotalk.com
|
||||
|
||||
# gay
|
||||
|
||||
|
||||
0.0.0.0 bsky.app
|
||||
# blacklist
|
||||
#
|
||||
# The contents of this file (containing a listing of additional domains in
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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,113 entries.
|
||||
containing 82,157 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -170,6 +170,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -425,8 +431,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -442,7 +450,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -453,6 +463,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38098
-44211
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 170,217 entries.
|
||||
containing 164,089 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -186,6 +186,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -441,8 +447,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -458,7 +466,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -469,6 +479,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38095
-44211
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 167,005 entries.
|
||||
containing 160,876 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -185,6 +185,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -440,8 +446,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -457,7 +465,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -468,6 +478,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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: 12 April 2026 23:11:05 (UTC)
|
||||
# Date: 21 June 2026 21:35:27 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: fakenews, social
|
||||
# Number of unique domains: 5,437
|
||||
@@ -1883,7 +1883,6 @@
|
||||
0.0.0.0 wastachnews.com
|
||||
0.0.0.0 waterfilters.news
|
||||
0.0.0.0 waterfordtoday.com
|
||||
0.0.0.0 waterfordwhispersnews.com
|
||||
0.0.0.0 waterlooreview.com
|
||||
0.0.0.0 waterlootimes.com
|
||||
0.0.0.0 waterwars.news
|
||||
@@ -5498,6 +5497,9 @@
|
||||
|
||||
# gay
|
||||
0.0.0.0 sniffies.com
|
||||
|
||||
|
||||
0.0.0.0 bsky.app
|
||||
# blacklist
|
||||
#
|
||||
# The contents of this file (containing a listing of additional domains in
|
||||
|
||||
@@ -35,7 +35,7 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: fakenews, social](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts)
|
||||
containing 5,437 entries.
|
||||
@@ -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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -164,6 +164,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -419,8 +425,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -436,7 +444,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -447,6 +457,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38045
-44203
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 94,260 entries.
|
||||
containing 88,087 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -180,6 +180,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -435,8 +441,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -452,7 +460,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -463,6 +473,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38042
-44203
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with fakenews extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts)
|
||||
containing 91,046 entries.
|
||||
containing 84,872 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -179,6 +179,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -434,8 +440,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -451,7 +459,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -462,6 +472,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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: 12 April 2026 23:11:06 (UTC)
|
||||
# Date: 21 June 2026 21:35:27 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: gambling
|
||||
# Number of unique domains: 5,962
|
||||
# Number of unique domains: 6,175
|
||||
#
|
||||
# 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: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 3.323 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 3.533 domains
|
||||
# Only include gambling domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -58,6 +58,7 @@
|
||||
0.0.0.0 11bet.vin
|
||||
0.0.0.0 11bet.win
|
||||
0.0.0.0 11betvnd.com
|
||||
0.0.0.0 11win.llc
|
||||
0.0.0.0 11win.mobi
|
||||
0.0.0.0 11win.mx
|
||||
0.0.0.0 11win.net
|
||||
@@ -90,6 +91,7 @@
|
||||
0.0.0.0 188pscn2.com
|
||||
0.0.0.0 188thethao.com
|
||||
0.0.0.0 18luck.pro
|
||||
0.0.0.0 18win.net
|
||||
0.0.0.0 1eight8.com
|
||||
0.0.0.0 1tamtamvn.com
|
||||
0.0.0.0 1x.club
|
||||
@@ -130,8 +132,15 @@
|
||||
0.0.0.0 388bet.vin
|
||||
0.0.0.0 388bet.vip
|
||||
0.0.0.0 3bet.biz
|
||||
0.0.0.0 3bet.la
|
||||
0.0.0.0 3bet.ph
|
||||
0.0.0.0 3bet.sh
|
||||
0.0.0.0 3bet.ski
|
||||
0.0.0.0 3bet.so
|
||||
0.0.0.0 3bet.tech
|
||||
0.0.0.0 3bet.vc
|
||||
0.0.0.0 3bet.win
|
||||
0.0.0.0 3bet.you
|
||||
0.0.0.0 3kingclub.com
|
||||
0.0.0.0 448kbet.com
|
||||
0.0.0.0 5123b.com
|
||||
@@ -236,6 +245,8 @@
|
||||
0.0.0.0 88bong.net
|
||||
0.0.0.0 88cado.com
|
||||
0.0.0.0 88cado.net
|
||||
0.0.0.0 88clb.app
|
||||
0.0.0.0 88clb.fit
|
||||
0.0.0.0 88gobet.com
|
||||
0.0.0.0 88new.cc
|
||||
0.0.0.0 88online.live
|
||||
@@ -303,6 +314,10 @@
|
||||
0.0.0.0 9bet.win
|
||||
0.0.0.0 9bet.world
|
||||
0.0.0.0 9e3c.com
|
||||
0.0.0.0 abc8.cm
|
||||
0.0.0.0 abc8.cv
|
||||
0.0.0.0 abcvip.com
|
||||
0.0.0.0 abcvip.in
|
||||
0.0.0.0 account.w88ac.com
|
||||
0.0.0.0 account.w88club.com
|
||||
0.0.0.0 account.w88hn.com
|
||||
@@ -413,6 +428,7 @@
|
||||
0.0.0.0 api.oppa88888888.com
|
||||
0.0.0.0 api.red88.club
|
||||
0.0.0.0 api.red88.com
|
||||
0.0.0.0 api.red88.ml
|
||||
0.0.0.0 api.red88.vip
|
||||
0.0.0.0 api.shbet3.com
|
||||
0.0.0.0 api.shbetvv.com
|
||||
@@ -474,8 +490,15 @@
|
||||
0.0.0.0 b88ag.com
|
||||
0.0.0.0 bachhoa88.com
|
||||
0.0.0.0 bacty88.com
|
||||
0.0.0.0 ball88.app
|
||||
0.0.0.0 ball88.com
|
||||
0.0.0.0 ball88.day
|
||||
0.0.0.0 ball88.fun
|
||||
0.0.0.0 ball88.games
|
||||
0.0.0.0 ball88.mobi
|
||||
0.0.0.0 ball88.red
|
||||
0.0.0.0 ball88.to
|
||||
0.0.0.0 ball88.zone
|
||||
0.0.0.0 banca.cc
|
||||
0.0.0.0 banca.xo68.vip
|
||||
0.0.0.0 bancadoithuongvn.com
|
||||
@@ -550,6 +573,7 @@
|
||||
0.0.0.0 bntv.bongvip.com
|
||||
0.0.0.0 bom52.club
|
||||
0.0.0.0 bom88.com
|
||||
0.0.0.0 bom88.ing
|
||||
0.0.0.0 bom88.net
|
||||
0.0.0.0 bong.thethaowin.net
|
||||
0.0.0.0 bong88.cam
|
||||
@@ -640,6 +664,7 @@
|
||||
0.0.0.0 choiwin79.in
|
||||
0.0.0.0 choiwon88.info
|
||||
0.0.0.0 click.mibet88.com
|
||||
0.0.0.0 cm88.com
|
||||
0.0.0.0 cmd368max.com
|
||||
0.0.0.0 cmd368t.com
|
||||
0.0.0.0 cms.v79top.com
|
||||
@@ -649,6 +674,7 @@
|
||||
0.0.0.0 connhangheo.top
|
||||
0.0.0.0 coopbet.com
|
||||
0.0.0.0 corona999.com
|
||||
0.0.0.0 cungv9choi.com
|
||||
0.0.0.0 cuoc88.net
|
||||
0.0.0.0 cuoc8899.com
|
||||
0.0.0.0 cuocba.com
|
||||
@@ -675,8 +701,15 @@
|
||||
0.0.0.0 cwin999.com
|
||||
0.0.0.0 d1.dabet.club
|
||||
0.0.0.0 d1.debet.cx
|
||||
0.0.0.0 d1.debet.gd
|
||||
0.0.0.0 d1.debet.gs
|
||||
0.0.0.0 d1.debet.info
|
||||
0.0.0.0 d1.debet.lc
|
||||
0.0.0.0 d1.debet.mp
|
||||
0.0.0.0 d1.debet.mw
|
||||
0.0.0.0 d1.debet.sc
|
||||
0.0.0.0 d1.debet.so
|
||||
0.0.0.0 d1.debet.st
|
||||
0.0.0.0 d1.debet.top
|
||||
0.0.0.0 d1.debet.win
|
||||
0.0.0.0 d3.debet.info
|
||||
@@ -732,6 +765,7 @@
|
||||
0.0.0.0 dangkyrikvip.tv
|
||||
0.0.0.0 dangkyrikvip.win
|
||||
0.0.0.0 dangkyva88.info
|
||||
0.0.0.0 daomo.club
|
||||
0.0.0.0 datcuoc.thethaofb88.com
|
||||
0.0.0.0 debet.bet
|
||||
0.0.0.0 debet.bot
|
||||
@@ -741,13 +775,22 @@
|
||||
0.0.0.0 debet.cx
|
||||
0.0.0.0 debet.fan
|
||||
0.0.0.0 debet.fun
|
||||
0.0.0.0 debet.gd
|
||||
0.0.0.0 debet.gs
|
||||
0.0.0.0 debet.info
|
||||
0.0.0.0 debet.lc
|
||||
0.0.0.0 debet.lv
|
||||
0.0.0.0 debet.moi
|
||||
0.0.0.0 debet.mp
|
||||
0.0.0.0 debet.mw
|
||||
0.0.0.0 debet.net
|
||||
0.0.0.0 debet.sc
|
||||
0.0.0.0 debet.so
|
||||
0.0.0.0 debet.st
|
||||
0.0.0.0 debet.top
|
||||
0.0.0.0 debet.uk
|
||||
0.0.0.0 debet.us
|
||||
0.0.0.0 debet.vg
|
||||
0.0.0.0 debet.win
|
||||
0.0.0.0 debet79.info
|
||||
0.0.0.0 debet88.win
|
||||
@@ -844,6 +887,7 @@
|
||||
0.0.0.0 f8betaa.com
|
||||
0.0.0.0 f8betapp.net
|
||||
0.0.0.0 f8betgg.com
|
||||
0.0.0.0 fa88.tel
|
||||
0.0.0.0 fa88.tv
|
||||
0.0.0.0 fa88.win
|
||||
0.0.0.0 fa88vn.live
|
||||
@@ -929,10 +973,18 @@
|
||||
0.0.0.0 five-88.link
|
||||
0.0.0.0 five88.biz
|
||||
0.0.0.0 five88.com
|
||||
0.0.0.0 five88.id
|
||||
0.0.0.0 five88.in
|
||||
0.0.0.0 five88.lc
|
||||
0.0.0.0 five88.net
|
||||
0.0.0.0 five88.ng
|
||||
0.0.0.0 five88.nl
|
||||
0.0.0.0 five88.ro
|
||||
0.0.0.0 five88.sale
|
||||
0.0.0.0 five88.show
|
||||
0.0.0.0 five88.sx
|
||||
0.0.0.0 five88.top
|
||||
0.0.0.0 five88.vc
|
||||
0.0.0.0 five88.vin
|
||||
0.0.0.0 five88.win
|
||||
0.0.0.0 five88.wine
|
||||
@@ -998,10 +1050,18 @@
|
||||
0.0.0.0 gem88.com
|
||||
0.0.0.0 gem88.guru
|
||||
0.0.0.0 gem88.win
|
||||
0.0.0.0 gemwin.fm
|
||||
0.0.0.0 gemwin.ink
|
||||
0.0.0.0 gemwin.is
|
||||
0.0.0.0 gemwin.lc
|
||||
0.0.0.0 gemwin.lv
|
||||
0.0.0.0 gemwin.my
|
||||
0.0.0.0 gemwin.nz
|
||||
0.0.0.0 gemwin.page
|
||||
0.0.0.0 gemwin.to
|
||||
0.0.0.0 gemwin.tv
|
||||
0.0.0.0 gemwin.vc
|
||||
0.0.0.0 gemwin.vin
|
||||
0.0.0.0 gemwin.vip
|
||||
0.0.0.0 gen88.com
|
||||
0.0.0.0 gi8.us
|
||||
@@ -1048,6 +1108,7 @@
|
||||
0.0.0.0 gogobolaku.com
|
||||
0.0.0.0 gw.gen88.com
|
||||
0.0.0.0 gw.mubet.vip
|
||||
0.0.0.0 gw.tot88.store
|
||||
0.0.0.0 h3bet.com
|
||||
0.0.0.0 h51.live
|
||||
0.0.0.0 happy9luck.com
|
||||
@@ -1056,6 +1117,8 @@
|
||||
0.0.0.0 hay8811.com
|
||||
0.0.0.0 hay8822.com
|
||||
0.0.0.0 haywin.ac
|
||||
0.0.0.0 haywin.ai
|
||||
0.0.0.0 haywin.my
|
||||
0.0.0.0 haywin.space
|
||||
0.0.0.0 haywin.store
|
||||
0.0.0.0 haywin.vip
|
||||
@@ -1067,7 +1130,9 @@
|
||||
0.0.0.0 hb8887.com
|
||||
0.0.0.0 hb88vn.co
|
||||
0.0.0.0 hbet.club
|
||||
0.0.0.0 hbet.lv
|
||||
0.0.0.0 hbet.net
|
||||
0.0.0.0 hbet.pw
|
||||
0.0.0.0 hbet.win
|
||||
0.0.0.0 hcm66.com
|
||||
0.0.0.0 hdbet.com
|
||||
@@ -1091,9 +1156,18 @@
|
||||
0.0.0.0 hitclub.cafe
|
||||
0.0.0.0 hitclub.com
|
||||
0.0.0.0 hitclub.in
|
||||
0.0.0.0 hitclub.lc
|
||||
0.0.0.0 hitclub.lt
|
||||
0.0.0.0 hitclub.lv
|
||||
0.0.0.0 hitclub.mk
|
||||
0.0.0.0 hitclub.ml
|
||||
0.0.0.0 hitclub.mu
|
||||
0.0.0.0 hitclub.pl
|
||||
0.0.0.0 hitclub.pro
|
||||
0.0.0.0 hitclub.salon
|
||||
0.0.0.0 hitclub.si
|
||||
0.0.0.0 hitclub.so
|
||||
0.0.0.0 hitclub.su
|
||||
0.0.0.0 hitclub.top
|
||||
0.0.0.0 hitclub.tv
|
||||
0.0.0.0 hitclub.vin
|
||||
@@ -1106,6 +1180,7 @@
|
||||
0.0.0.0 hot51.com
|
||||
0.0.0.0 hotlive.in
|
||||
0.0.0.0 hotlive8.vip
|
||||
0.0.0.0 hubet.com
|
||||
0.0.0.0 i.b52.club
|
||||
0.0.0.0 i.go88.ca
|
||||
0.0.0.0 i.go88.com
|
||||
@@ -1492,6 +1567,7 @@
|
||||
0.0.0.0 kuwin.guide
|
||||
0.0.0.0 kuwinvip.com
|
||||
0.0.0.0 l4.lode88.ai
|
||||
0.0.0.0 lc88.men
|
||||
0.0.0.0 ldp-sum.com
|
||||
0.0.0.0 legabet.gay
|
||||
0.0.0.0 leo88.com
|
||||
@@ -1645,13 +1721,20 @@
|
||||
0.0.0.0 m.w88io.com
|
||||
0.0.0.0 m.w88ok.com
|
||||
0.0.0.0 m.w88yes.com
|
||||
0.0.0.0 m1.ball88.app
|
||||
0.0.0.0 m1.ball88.com
|
||||
0.0.0.0 m1.ball88.fun
|
||||
0.0.0.0 m1.ball88.games
|
||||
0.0.0.0 m1.ball88.mobi
|
||||
0.0.0.0 m1.ball88.red
|
||||
0.0.0.0 m1.ball88.to
|
||||
0.0.0.0 m1.ball88.zone
|
||||
0.0.0.0 m1.fm88.com
|
||||
0.0.0.0 m1.max88.vip
|
||||
0.0.0.0 m1.may88d.com
|
||||
0.0.0.0 m1.tin88.bet
|
||||
0.0.0.0 m1.vin88.net
|
||||
0.0.0.0 m1.vin88.pw
|
||||
0.0.0.0 m1.vin88.vin
|
||||
0.0.0.0 m1.vin88.vip
|
||||
0.0.0.0 m1.xibet.fun
|
||||
@@ -1753,6 +1836,7 @@
|
||||
0.0.0.0 mk.com
|
||||
0.0.0.0 mkt.11bet.us
|
||||
0.0.0.0 mkt.debet.com
|
||||
0.0.0.0 mm88.com
|
||||
0.0.0.0 mm99.vip
|
||||
0.0.0.0 mmwin.nearom.com
|
||||
0.0.0.0 mobi.oleviet777.com
|
||||
@@ -1837,14 +1921,25 @@
|
||||
0.0.0.0 nhacaiuytin.life
|
||||
0.0.0.0 nhanthuong88.com
|
||||
0.0.0.0 nhat.bet
|
||||
0.0.0.0 nhat.bh
|
||||
0.0.0.0 nhat.cx
|
||||
0.0.0.0 nhat.game
|
||||
0.0.0.0 nhat.is
|
||||
0.0.0.0 nhat.it
|
||||
0.0.0.0 nhat.my
|
||||
0.0.0.0 nhat.one
|
||||
0.0.0.0 nhat.pw
|
||||
0.0.0.0 nhat.sh
|
||||
0.0.0.0 nhat.sx
|
||||
0.0.0.0 nhat.vip
|
||||
0.0.0.0 nhat1.club
|
||||
0.0.0.0 nhat9.vip
|
||||
0.0.0.0 nhatvip.ac
|
||||
0.0.0.0 nhatvip.is
|
||||
0.0.0.0 nhatvip.mobi
|
||||
0.0.0.0 nhatvip.moi
|
||||
0.0.0.0 nhatvip.us
|
||||
0.0.0.0 nhatvip.vin
|
||||
0.0.0.0 nhatvip.vip
|
||||
0.0.0.0 nnwud.com
|
||||
0.0.0.0 nohu.band
|
||||
@@ -1858,11 +1953,13 @@
|
||||
0.0.0.0 nuoigada.com
|
||||
0.0.0.0 nxb8.com
|
||||
0.0.0.0 o4.oxbet.in
|
||||
0.0.0.0 ok365.org
|
||||
0.0.0.0 okcado.com
|
||||
0.0.0.0 okcado.org
|
||||
0.0.0.0 okking.com
|
||||
0.0.0.0 okking.cooking
|
||||
0.0.0.0 okking.org
|
||||
0.0.0.0 okvip.fun
|
||||
0.0.0.0 okvip.life
|
||||
0.0.0.0 okvip.pro
|
||||
0.0.0.0 okvip.today
|
||||
@@ -1890,6 +1987,7 @@
|
||||
0.0.0.0 one88.win
|
||||
0.0.0.0 onevegas.com
|
||||
0.0.0.0 ooooooo2.com
|
||||
0.0.0.0 open88.com
|
||||
0.0.0.0 oppa888.com
|
||||
0.0.0.0 oppa88888888.com
|
||||
0.0.0.0 oppo96.com
|
||||
@@ -1921,16 +2019,21 @@
|
||||
0.0.0.0 play.bay789.life
|
||||
0.0.0.0 play.bom52.club
|
||||
0.0.0.0 play.bum3.club
|
||||
0.0.0.0 play.daomo.club
|
||||
0.0.0.0 play.fa88.tel
|
||||
0.0.0.0 play.fa88.win
|
||||
0.0.0.0 play.gemwin.vip
|
||||
0.0.0.0 play.go88.club
|
||||
0.0.0.0 play.go88.tv
|
||||
0.0.0.0 play.haywin.ai
|
||||
0.0.0.0 play.haywin.space
|
||||
0.0.0.0 play.haywin.store
|
||||
0.0.0.0 play.hit.club
|
||||
0.0.0.0 play.im99.com
|
||||
0.0.0.0 play.iwin.bio
|
||||
0.0.0.0 play.lo88.live
|
||||
0.0.0.0 play.okvip.fun
|
||||
0.0.0.0 play.ricwin.pw
|
||||
0.0.0.0 play.rik88.life
|
||||
0.0.0.0 play.rikvip.info
|
||||
0.0.0.0 play.rikvip.tv
|
||||
@@ -1943,11 +2046,15 @@
|
||||
0.0.0.0 play.top88.uk
|
||||
0.0.0.0 play.top88.us
|
||||
0.0.0.0 play.top88.vn
|
||||
0.0.0.0 play.top88.voto
|
||||
0.0.0.0 play.topclub.casa
|
||||
0.0.0.0 play.vaob52.click
|
||||
0.0.0.0 play.vic.hair
|
||||
0.0.0.0 play.vip79.top
|
||||
0.0.0.0 play.win79.vip
|
||||
0.0.0.0 play.win79d.com
|
||||
0.0.0.0 play.x8.club
|
||||
0.0.0.0 play.x8.fit
|
||||
0.0.0.0 play.x8vn.top
|
||||
0.0.0.0 play.xocdia88.video
|
||||
0.0.0.0 play1.son.club
|
||||
@@ -2021,9 +2128,11 @@
|
||||
0.0.0.0 quayso88.com
|
||||
0.0.0.0 quaysogame.com
|
||||
0.0.0.0 quickraiseup.com
|
||||
0.0.0.0 racvl.fun
|
||||
0.0.0.0 record.income88.com
|
||||
0.0.0.0 red88.club
|
||||
0.0.0.0 red88.com
|
||||
0.0.0.0 red88.ml
|
||||
0.0.0.0 red88.top
|
||||
0.0.0.0 red88.tv
|
||||
0.0.0.0 red88.us
|
||||
@@ -2036,6 +2145,7 @@
|
||||
0.0.0.0 rgames.org
|
||||
0.0.0.0 ricbet.com
|
||||
0.0.0.0 ricbet.win
|
||||
0.0.0.0 ricwin.pw
|
||||
0.0.0.0 rik.bet
|
||||
0.0.0.0 rik.club
|
||||
0.0.0.0 rik.fun
|
||||
@@ -2054,6 +2164,9 @@
|
||||
0.0.0.0 rikvip.win
|
||||
0.0.0.0 royal77vn.com
|
||||
0.0.0.0 rr88.live
|
||||
0.0.0.0 rs88.com
|
||||
0.0.0.0 rs88.cyou
|
||||
0.0.0.0 rs88.vip
|
||||
0.0.0.0 rubik88.com
|
||||
0.0.0.0 rw8800.com
|
||||
0.0.0.0 s.sv66c.com
|
||||
@@ -2068,9 +2181,16 @@
|
||||
0.0.0.0 s2.sin88.com
|
||||
0.0.0.0 s26bet.ltd
|
||||
0.0.0.0 s26bet01.com
|
||||
0.0.0.0 s3.sin88.fo
|
||||
0.0.0.0 s3.sin88.lu
|
||||
0.0.0.0 s3.sin88.ml
|
||||
0.0.0.0 s3.sin88.ms
|
||||
0.0.0.0 s3.sin88.si
|
||||
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.vip
|
||||
0.0.0.0 s4.tot88.store
|
||||
0.0.0.0 s555.com
|
||||
0.0.0.0 s99902e.com
|
||||
0.0.0.0 s99906.com
|
||||
@@ -2115,12 +2235,18 @@
|
||||
0.0.0.0 sin88.club
|
||||
0.0.0.0 sin88.com
|
||||
0.0.0.0 sin88.cv
|
||||
0.0.0.0 sin88.fo
|
||||
0.0.0.0 sin88.im
|
||||
0.0.0.0 sin88.lu
|
||||
0.0.0.0 sin88.me
|
||||
0.0.0.0 sin88.ml
|
||||
0.0.0.0 sin88.mn
|
||||
0.0.0.0 sin88.mobi
|
||||
0.0.0.0 sin88.ms
|
||||
0.0.0.0 sin88.mx
|
||||
0.0.0.0 sin88.si
|
||||
0.0.0.0 sin88.sx
|
||||
0.0.0.0 sin88.tw
|
||||
0.0.0.0 sin88.uk
|
||||
0.0.0.0 sin88.us
|
||||
0.0.0.0 sin88.vip
|
||||
@@ -2128,18 +2254,38 @@
|
||||
0.0.0.0 sin88s.com
|
||||
0.0.0.0 sinbet.com
|
||||
0.0.0.0 sinbet.vip
|
||||
0.0.0.0 sk.ball88.app
|
||||
0.0.0.0 sk.ball88.com
|
||||
0.0.0.0 sk.ball88.day
|
||||
0.0.0.0 sk.ball88.fun
|
||||
0.0.0.0 sk.ball88.mobi
|
||||
0.0.0.0 sk.ball88.to
|
||||
0.0.0.0 sk.ball88.zone
|
||||
0.0.0.0 sk.debet.cx
|
||||
0.0.0.0 sk.debet.gd
|
||||
0.0.0.0 sk.debet.gs
|
||||
0.0.0.0 sk.debet.lc
|
||||
0.0.0.0 sk.debet.lv
|
||||
0.0.0.0 sk.debet.mw
|
||||
0.0.0.0 sk.debet.st
|
||||
0.0.0.0 sk.debet.vg
|
||||
0.0.0.0 sk.fm88.com
|
||||
0.0.0.0 sk.sin88.fo
|
||||
0.0.0.0 sk.sin88.lu
|
||||
0.0.0.0 sk.sin88.ml
|
||||
0.0.0.0 sk.sin88.ms
|
||||
0.0.0.0 sk.sin88.si
|
||||
0.0.0.0 sk.sin88.tw
|
||||
0.0.0.0 sk.tin88.bet
|
||||
0.0.0.0 sk.tin88.club
|
||||
0.0.0.0 sk.tin88.in
|
||||
0.0.0.0 sk.vin88.net
|
||||
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.com
|
||||
0.0.0.0 sk.xibet.fun
|
||||
0.0.0.0 sk.zbet.ws
|
||||
0.0.0.0 sky88.bet
|
||||
0.0.0.0 sky88.club
|
||||
0.0.0.0 sky88.com
|
||||
@@ -2165,6 +2311,7 @@
|
||||
0.0.0.0 sock.nbet.vin
|
||||
0.0.0.0 sock.red88.club
|
||||
0.0.0.0 sock.red88.com
|
||||
0.0.0.0 sock.red88.ml
|
||||
0.0.0.0 sock.red88.vip
|
||||
0.0.0.0 sock.sky88.club
|
||||
0.0.0.0 sock.sky88.com
|
||||
@@ -2235,6 +2382,7 @@
|
||||
0.0.0.0 sun52.live
|
||||
0.0.0.0 sun52.tv
|
||||
0.0.0.0 sun6.win
|
||||
0.0.0.0 sunwin.af
|
||||
0.0.0.0 sunwin.club
|
||||
0.0.0.0 sunwin.id
|
||||
0.0.0.0 sunwin.inc
|
||||
@@ -2246,6 +2394,8 @@
|
||||
0.0.0.0 sunwinvn.club
|
||||
0.0.0.0 sure168.asia
|
||||
0.0.0.0 sut88.com
|
||||
0.0.0.0 sv1.sv88.ro
|
||||
0.0.0.0 sv1.sv88.vu
|
||||
0.0.0.0 sv1.sv88d.com
|
||||
0.0.0.0 sv288.net
|
||||
0.0.0.0 sv368.casino
|
||||
@@ -2264,10 +2414,18 @@
|
||||
0.0.0.0 sv66c.com
|
||||
0.0.0.0 sv66s.com
|
||||
0.0.0.0 sv66vip6.com
|
||||
0.0.0.0 sv88.ae
|
||||
0.0.0.0 sv88.cl
|
||||
0.0.0.0 sv88.club
|
||||
0.0.0.0 sv88.com
|
||||
0.0.0.0 sv88.in
|
||||
0.0.0.0 sv88.lv
|
||||
0.0.0.0 sv88.ml
|
||||
0.0.0.0 sv88.ro
|
||||
0.0.0.0 sv88.si
|
||||
0.0.0.0 sv88.vin
|
||||
0.0.0.0 sv88.vip
|
||||
0.0.0.0 sv88.vu
|
||||
0.0.0.0 sv88.win
|
||||
0.0.0.0 sv88a.com
|
||||
0.0.0.0 sv88r.com
|
||||
@@ -2442,8 +2600,11 @@
|
||||
0.0.0.0 top88.us
|
||||
0.0.0.0 top88.vip
|
||||
0.0.0.0 top88.vn
|
||||
0.0.0.0 top88.voto
|
||||
0.0.0.0 topbet.net
|
||||
0.0.0.0 topbet.top
|
||||
0.0.0.0 topclub.casa
|
||||
0.0.0.0 topclub.win
|
||||
0.0.0.0 topdoithuong.net
|
||||
0.0.0.0 topgamebai.biz
|
||||
0.0.0.0 topnohu.com
|
||||
@@ -2452,10 +2613,12 @@
|
||||
0.0.0.0 topzo.top
|
||||
0.0.0.0 topzo.vip
|
||||
0.0.0.0 tot88.com
|
||||
0.0.0.0 tot88.store
|
||||
0.0.0.0 tourghepmienbac.net
|
||||
0.0.0.0 trang188vn.com
|
||||
0.0.0.0 trangchu.life
|
||||
0.0.0.0 trangkeo.com
|
||||
0.0.0.0 trochoidonclub.online
|
||||
0.0.0.0 trochoivuaclub.online
|
||||
0.0.0.0 tructiepdaga.info
|
||||
0.0.0.0 tt128.net
|
||||
@@ -2465,9 +2628,15 @@
|
||||
0.0.0.0 tx88.fun
|
||||
0.0.0.0 tx88.fyi
|
||||
0.0.0.0 tx88.in
|
||||
0.0.0.0 tx88.ing
|
||||
0.0.0.0 tx88.llc
|
||||
0.0.0.0 tx88.onl
|
||||
0.0.0.0 tx88.top
|
||||
0.0.0.0 tydo88.com
|
||||
0.0.0.0 tz.bet20.bet
|
||||
0.0.0.0 u88.watch
|
||||
0.0.0.0 u888.cc
|
||||
0.0.0.0 u888.id
|
||||
0.0.0.0 ud1a.com
|
||||
0.0.0.0 udw87.cc
|
||||
0.0.0.0 udw881.cc
|
||||
@@ -2489,13 +2658,20 @@
|
||||
0.0.0.0 uytin.8day66.com
|
||||
0.0.0.0 v.fa88.tv
|
||||
0.0.0.0 v.hitclub.in
|
||||
0.0.0.0 v.hitclub.lv
|
||||
0.0.0.0 v.hitclub.ml
|
||||
0.0.0.0 v.hitclub.mu
|
||||
0.0.0.0 v.hitclub.si
|
||||
0.0.0.0 v.hitclub.su
|
||||
0.0.0.0 v.hitclub.tv
|
||||
0.0.0.0 v.nhat9.vip
|
||||
0.0.0.0 v.nhatvip.pro
|
||||
0.0.0.0 v.nhatvip.vip
|
||||
0.0.0.0 v1.five88.vin
|
||||
0.0.0.0 v1.lode88.ai
|
||||
0.0.0.0 v111w.com
|
||||
0.0.0.0 v121w.com
|
||||
0.0.0.0 v4.five88.vin
|
||||
0.0.0.0 v4.vivu88.com
|
||||
0.0.0.0 v4.vivu88.net
|
||||
0.0.0.0 v79top.com
|
||||
@@ -2540,6 +2716,8 @@
|
||||
0.0.0.0 vi.oppa888.com
|
||||
0.0.0.0 vi68.org
|
||||
0.0.0.0 vibet.com
|
||||
0.0.0.0 vic.doctor
|
||||
0.0.0.0 vic.hair
|
||||
0.0.0.0 vic.win
|
||||
0.0.0.0 vic88.com
|
||||
0.0.0.0 vic88.net
|
||||
@@ -2553,6 +2731,7 @@
|
||||
0.0.0.0 vin88.com
|
||||
0.0.0.0 vin88.moi
|
||||
0.0.0.0 vin88.net
|
||||
0.0.0.0 vin88.pw
|
||||
0.0.0.0 vin88.sx
|
||||
0.0.0.0 vin88.top
|
||||
0.0.0.0 vin88.tv
|
||||
@@ -2576,11 +2755,13 @@
|
||||
0.0.0.0 vipsodo.top
|
||||
0.0.0.0 viva88.com
|
||||
0.0.0.0 viva88.net
|
||||
0.0.0.0 vivu88.cc
|
||||
0.0.0.0 vivu88.com
|
||||
0.0.0.0 vivu88.net
|
||||
0.0.0.0 vk88.com
|
||||
0.0.0.0 vlott88.com
|
||||
0.0.0.0 vn-lm.jbovietnam.com
|
||||
0.0.0.0 vn.abcvip.in
|
||||
0.0.0.0 vn.app
|
||||
0.0.0.0 vn.ku6101.net
|
||||
0.0.0.0 vn.ku6106.net
|
||||
@@ -2649,7 +2830,9 @@
|
||||
0.0.0.0 vstar79.com
|
||||
0.0.0.0 vu88.com
|
||||
0.0.0.0 vu88.de
|
||||
0.0.0.0 vu88.in
|
||||
0.0.0.0 vu88.net
|
||||
0.0.0.0 vu88.tv
|
||||
0.0.0.0 vua88.app
|
||||
0.0.0.0 vua88.biz
|
||||
0.0.0.0 vua88.club
|
||||
@@ -2753,8 +2936,13 @@
|
||||
0.0.0.0 web.sunwin.pro
|
||||
0.0.0.0 web.topzo.com
|
||||
0.0.0.0 web.win79.moi
|
||||
0.0.0.0 web.win79.vg
|
||||
0.0.0.0 web.yo88.is
|
||||
0.0.0.0 web.yo88.ml
|
||||
0.0.0.0 web.yo88.so
|
||||
0.0.0.0 web.yo88.st
|
||||
0.0.0.0 web.yo88.tv
|
||||
0.0.0.0 web.yo88.vu
|
||||
0.0.0.0 web.zowin.tv
|
||||
0.0.0.0 websvn.info
|
||||
0.0.0.0 wewinvwin.com
|
||||
@@ -2775,6 +2963,7 @@
|
||||
0.0.0.0 win79.moi
|
||||
0.0.0.0 win79.pro
|
||||
0.0.0.0 win79.site
|
||||
0.0.0.0 win79.vg
|
||||
0.0.0.0 win79.vip
|
||||
0.0.0.0 win79a.com
|
||||
0.0.0.0 win79d.com
|
||||
@@ -2807,6 +2996,7 @@
|
||||
0.0.0.0 wp.nbet.vin
|
||||
0.0.0.0 wp.red88.club
|
||||
0.0.0.0 wp.red88.com
|
||||
0.0.0.0 wp.red88.ml
|
||||
0.0.0.0 wp.red88.vip
|
||||
0.0.0.0 wp.rikvip.tv
|
||||
0.0.0.0 wp.sky88.club
|
||||
@@ -3273,6 +3463,7 @@
|
||||
0.0.0.0 www.yule12888.com
|
||||
0.0.0.0 x1798.com
|
||||
0.0.0.0 x8.club
|
||||
0.0.0.0 x8.fit
|
||||
0.0.0.0 x8.games
|
||||
0.0.0.0 x8.mobi
|
||||
0.0.0.0 x88.com
|
||||
@@ -3322,9 +3513,16 @@
|
||||
0.0.0.0 xvipwin.info
|
||||
0.0.0.0 ybbbet.com
|
||||
0.0.0.0 yd88c.com
|
||||
0.0.0.0 yo88.ae
|
||||
0.0.0.0 yo88.cool
|
||||
0.0.0.0 yo88.is
|
||||
0.0.0.0 yo88.ml
|
||||
0.0.0.0 yo88.pw
|
||||
0.0.0.0 yo88.so
|
||||
0.0.0.0 yo88.st
|
||||
0.0.0.0 yo88.tv
|
||||
0.0.0.0 yo88.vg
|
||||
0.0.0.0 yo88.vu
|
||||
0.0.0.0 yo88.win
|
||||
0.0.0.0 yo88vn.com
|
||||
0.0.0.0 youwevnak.kg88.shop
|
||||
@@ -3334,11 +3532,14 @@
|
||||
0.0.0.0 yylive.vip
|
||||
0.0.0.0 yylive.xyz
|
||||
0.0.0.0 z1.zbet.tv
|
||||
0.0.0.0 z1.zbet.ws
|
||||
0.0.0.0 zalomomo.com
|
||||
0.0.0.0 zbet.com
|
||||
0.0.0.0 zbet.dev
|
||||
0.0.0.0 zbet.fun
|
||||
0.0.0.0 zbet.me
|
||||
0.0.0.0 zbet.tv
|
||||
0.0.0.0 zbet.ws
|
||||
0.0.0.0 zet88.com
|
||||
0.0.0.0 zo.club
|
||||
0.0.0.0 zo1.win
|
||||
@@ -3349,9 +3550,18 @@
|
||||
0.0.0.0 zo88.vip
|
||||
0.0.0.0 zoplay.top
|
||||
0.0.0.0 zowin.bh
|
||||
0.0.0.0 zowin.im
|
||||
0.0.0.0 zowin.is
|
||||
0.0.0.0 zowin.kim
|
||||
0.0.0.0 zowin.mom
|
||||
0.0.0.0 zowin.ng
|
||||
0.0.0.0 zowin.red
|
||||
0.0.0.0 zowin.sh
|
||||
0.0.0.0 zowin.sx
|
||||
0.0.0.0 zowin.tv
|
||||
0.0.0.0 zowin.tw
|
||||
0.0.0.0 zowin.uno
|
||||
0.0.0.0 zowin.ws
|
||||
0.0.0.0 10bet.com
|
||||
0.0.0.0 10luxury39.com
|
||||
0.0.0.0 11wickets.com
|
||||
@@ -3461,6 +3671,7 @@
|
||||
0.0.0.0 bet1128.com
|
||||
0.0.0.0 bet11888.com
|
||||
0.0.0.0 bet2290.com
|
||||
0.0.0.0 bet25.dk
|
||||
0.0.0.0 bet2875.com
|
||||
0.0.0.0 bet2earn.net
|
||||
0.0.0.0 bet3000.com
|
||||
@@ -4295,6 +4506,7 @@
|
||||
0.0.0.0 mpl.live
|
||||
0.0.0.0 mr.bet
|
||||
0.0.0.0 mrgreen.com
|
||||
0.0.0.0 mrgreen.dk
|
||||
0.0.0.0 mrjackpotspins.com
|
||||
0.0.0.0 mrmega.com
|
||||
0.0.0.0 mrmobi.com
|
||||
@@ -4541,6 +4753,7 @@
|
||||
0.0.0.0 solverde.pt
|
||||
0.0.0.0 speedybet.com
|
||||
0.0.0.0 spela.com
|
||||
0.0.0.0 spilnu.dk
|
||||
0.0.0.0 spindipity.com
|
||||
0.0.0.0 spinit.com
|
||||
0.0.0.0 spinland.com
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: gambling](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-only/hosts)
|
||||
containing 5,962 entries.
|
||||
containing 6,175 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -164,6 +164,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -419,8 +425,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -436,7 +444,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -447,6 +457,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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: 12 April 2026 23:11:07 (UTC)
|
||||
# Date: 21 June 2026 21:35:29 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: gambling, porn
|
||||
# Number of unique domains: 82,640
|
||||
# Number of unique domains: 82,897
|
||||
#
|
||||
# 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: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 3.323 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 3.533 domains
|
||||
# Only include gambling domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -58,6 +58,7 @@
|
||||
0.0.0.0 11bet.vin
|
||||
0.0.0.0 11bet.win
|
||||
0.0.0.0 11betvnd.com
|
||||
0.0.0.0 11win.llc
|
||||
0.0.0.0 11win.mobi
|
||||
0.0.0.0 11win.mx
|
||||
0.0.0.0 11win.net
|
||||
@@ -90,6 +91,7 @@
|
||||
0.0.0.0 188pscn2.com
|
||||
0.0.0.0 188thethao.com
|
||||
0.0.0.0 18luck.pro
|
||||
0.0.0.0 18win.net
|
||||
0.0.0.0 1eight8.com
|
||||
0.0.0.0 1tamtamvn.com
|
||||
0.0.0.0 1x.club
|
||||
@@ -130,8 +132,15 @@
|
||||
0.0.0.0 388bet.vin
|
||||
0.0.0.0 388bet.vip
|
||||
0.0.0.0 3bet.biz
|
||||
0.0.0.0 3bet.la
|
||||
0.0.0.0 3bet.ph
|
||||
0.0.0.0 3bet.sh
|
||||
0.0.0.0 3bet.ski
|
||||
0.0.0.0 3bet.so
|
||||
0.0.0.0 3bet.tech
|
||||
0.0.0.0 3bet.vc
|
||||
0.0.0.0 3bet.win
|
||||
0.0.0.0 3bet.you
|
||||
0.0.0.0 3kingclub.com
|
||||
0.0.0.0 448kbet.com
|
||||
0.0.0.0 5123b.com
|
||||
@@ -236,6 +245,8 @@
|
||||
0.0.0.0 88bong.net
|
||||
0.0.0.0 88cado.com
|
||||
0.0.0.0 88cado.net
|
||||
0.0.0.0 88clb.app
|
||||
0.0.0.0 88clb.fit
|
||||
0.0.0.0 88gobet.com
|
||||
0.0.0.0 88new.cc
|
||||
0.0.0.0 88online.live
|
||||
@@ -303,6 +314,10 @@
|
||||
0.0.0.0 9bet.win
|
||||
0.0.0.0 9bet.world
|
||||
0.0.0.0 9e3c.com
|
||||
0.0.0.0 abc8.cm
|
||||
0.0.0.0 abc8.cv
|
||||
0.0.0.0 abcvip.com
|
||||
0.0.0.0 abcvip.in
|
||||
0.0.0.0 account.w88ac.com
|
||||
0.0.0.0 account.w88club.com
|
||||
0.0.0.0 account.w88hn.com
|
||||
@@ -413,6 +428,7 @@
|
||||
0.0.0.0 api.oppa88888888.com
|
||||
0.0.0.0 api.red88.club
|
||||
0.0.0.0 api.red88.com
|
||||
0.0.0.0 api.red88.ml
|
||||
0.0.0.0 api.red88.vip
|
||||
0.0.0.0 api.shbet3.com
|
||||
0.0.0.0 api.shbetvv.com
|
||||
@@ -474,8 +490,15 @@
|
||||
0.0.0.0 b88ag.com
|
||||
0.0.0.0 bachhoa88.com
|
||||
0.0.0.0 bacty88.com
|
||||
0.0.0.0 ball88.app
|
||||
0.0.0.0 ball88.com
|
||||
0.0.0.0 ball88.day
|
||||
0.0.0.0 ball88.fun
|
||||
0.0.0.0 ball88.games
|
||||
0.0.0.0 ball88.mobi
|
||||
0.0.0.0 ball88.red
|
||||
0.0.0.0 ball88.to
|
||||
0.0.0.0 ball88.zone
|
||||
0.0.0.0 banca.cc
|
||||
0.0.0.0 banca.xo68.vip
|
||||
0.0.0.0 bancadoithuongvn.com
|
||||
@@ -550,6 +573,7 @@
|
||||
0.0.0.0 bntv.bongvip.com
|
||||
0.0.0.0 bom52.club
|
||||
0.0.0.0 bom88.com
|
||||
0.0.0.0 bom88.ing
|
||||
0.0.0.0 bom88.net
|
||||
0.0.0.0 bong.thethaowin.net
|
||||
0.0.0.0 bong88.cam
|
||||
@@ -640,6 +664,7 @@
|
||||
0.0.0.0 choiwin79.in
|
||||
0.0.0.0 choiwon88.info
|
||||
0.0.0.0 click.mibet88.com
|
||||
0.0.0.0 cm88.com
|
||||
0.0.0.0 cmd368max.com
|
||||
0.0.0.0 cmd368t.com
|
||||
0.0.0.0 cms.v79top.com
|
||||
@@ -649,6 +674,7 @@
|
||||
0.0.0.0 connhangheo.top
|
||||
0.0.0.0 coopbet.com
|
||||
0.0.0.0 corona999.com
|
||||
0.0.0.0 cungv9choi.com
|
||||
0.0.0.0 cuoc88.net
|
||||
0.0.0.0 cuoc8899.com
|
||||
0.0.0.0 cuocba.com
|
||||
@@ -675,8 +701,15 @@
|
||||
0.0.0.0 cwin999.com
|
||||
0.0.0.0 d1.dabet.club
|
||||
0.0.0.0 d1.debet.cx
|
||||
0.0.0.0 d1.debet.gd
|
||||
0.0.0.0 d1.debet.gs
|
||||
0.0.0.0 d1.debet.info
|
||||
0.0.0.0 d1.debet.lc
|
||||
0.0.0.0 d1.debet.mp
|
||||
0.0.0.0 d1.debet.mw
|
||||
0.0.0.0 d1.debet.sc
|
||||
0.0.0.0 d1.debet.so
|
||||
0.0.0.0 d1.debet.st
|
||||
0.0.0.0 d1.debet.top
|
||||
0.0.0.0 d1.debet.win
|
||||
0.0.0.0 d3.debet.info
|
||||
@@ -732,6 +765,7 @@
|
||||
0.0.0.0 dangkyrikvip.tv
|
||||
0.0.0.0 dangkyrikvip.win
|
||||
0.0.0.0 dangkyva88.info
|
||||
0.0.0.0 daomo.club
|
||||
0.0.0.0 datcuoc.thethaofb88.com
|
||||
0.0.0.0 debet.bet
|
||||
0.0.0.0 debet.bot
|
||||
@@ -741,13 +775,22 @@
|
||||
0.0.0.0 debet.cx
|
||||
0.0.0.0 debet.fan
|
||||
0.0.0.0 debet.fun
|
||||
0.0.0.0 debet.gd
|
||||
0.0.0.0 debet.gs
|
||||
0.0.0.0 debet.info
|
||||
0.0.0.0 debet.lc
|
||||
0.0.0.0 debet.lv
|
||||
0.0.0.0 debet.moi
|
||||
0.0.0.0 debet.mp
|
||||
0.0.0.0 debet.mw
|
||||
0.0.0.0 debet.net
|
||||
0.0.0.0 debet.sc
|
||||
0.0.0.0 debet.so
|
||||
0.0.0.0 debet.st
|
||||
0.0.0.0 debet.top
|
||||
0.0.0.0 debet.uk
|
||||
0.0.0.0 debet.us
|
||||
0.0.0.0 debet.vg
|
||||
0.0.0.0 debet.win
|
||||
0.0.0.0 debet79.info
|
||||
0.0.0.0 debet88.win
|
||||
@@ -844,6 +887,7 @@
|
||||
0.0.0.0 f8betaa.com
|
||||
0.0.0.0 f8betapp.net
|
||||
0.0.0.0 f8betgg.com
|
||||
0.0.0.0 fa88.tel
|
||||
0.0.0.0 fa88.tv
|
||||
0.0.0.0 fa88.win
|
||||
0.0.0.0 fa88vn.live
|
||||
@@ -929,10 +973,18 @@
|
||||
0.0.0.0 five-88.link
|
||||
0.0.0.0 five88.biz
|
||||
0.0.0.0 five88.com
|
||||
0.0.0.0 five88.id
|
||||
0.0.0.0 five88.in
|
||||
0.0.0.0 five88.lc
|
||||
0.0.0.0 five88.net
|
||||
0.0.0.0 five88.ng
|
||||
0.0.0.0 five88.nl
|
||||
0.0.0.0 five88.ro
|
||||
0.0.0.0 five88.sale
|
||||
0.0.0.0 five88.show
|
||||
0.0.0.0 five88.sx
|
||||
0.0.0.0 five88.top
|
||||
0.0.0.0 five88.vc
|
||||
0.0.0.0 five88.vin
|
||||
0.0.0.0 five88.win
|
||||
0.0.0.0 five88.wine
|
||||
@@ -998,10 +1050,18 @@
|
||||
0.0.0.0 gem88.com
|
||||
0.0.0.0 gem88.guru
|
||||
0.0.0.0 gem88.win
|
||||
0.0.0.0 gemwin.fm
|
||||
0.0.0.0 gemwin.ink
|
||||
0.0.0.0 gemwin.is
|
||||
0.0.0.0 gemwin.lc
|
||||
0.0.0.0 gemwin.lv
|
||||
0.0.0.0 gemwin.my
|
||||
0.0.0.0 gemwin.nz
|
||||
0.0.0.0 gemwin.page
|
||||
0.0.0.0 gemwin.to
|
||||
0.0.0.0 gemwin.tv
|
||||
0.0.0.0 gemwin.vc
|
||||
0.0.0.0 gemwin.vin
|
||||
0.0.0.0 gemwin.vip
|
||||
0.0.0.0 gen88.com
|
||||
0.0.0.0 gi8.us
|
||||
@@ -1048,6 +1108,7 @@
|
||||
0.0.0.0 gogobolaku.com
|
||||
0.0.0.0 gw.gen88.com
|
||||
0.0.0.0 gw.mubet.vip
|
||||
0.0.0.0 gw.tot88.store
|
||||
0.0.0.0 h3bet.com
|
||||
0.0.0.0 h51.live
|
||||
0.0.0.0 happy9luck.com
|
||||
@@ -1056,6 +1117,8 @@
|
||||
0.0.0.0 hay8811.com
|
||||
0.0.0.0 hay8822.com
|
||||
0.0.0.0 haywin.ac
|
||||
0.0.0.0 haywin.ai
|
||||
0.0.0.0 haywin.my
|
||||
0.0.0.0 haywin.space
|
||||
0.0.0.0 haywin.store
|
||||
0.0.0.0 haywin.vip
|
||||
@@ -1067,7 +1130,9 @@
|
||||
0.0.0.0 hb8887.com
|
||||
0.0.0.0 hb88vn.co
|
||||
0.0.0.0 hbet.club
|
||||
0.0.0.0 hbet.lv
|
||||
0.0.0.0 hbet.net
|
||||
0.0.0.0 hbet.pw
|
||||
0.0.0.0 hbet.win
|
||||
0.0.0.0 hcm66.com
|
||||
0.0.0.0 hdbet.com
|
||||
@@ -1091,9 +1156,18 @@
|
||||
0.0.0.0 hitclub.cafe
|
||||
0.0.0.0 hitclub.com
|
||||
0.0.0.0 hitclub.in
|
||||
0.0.0.0 hitclub.lc
|
||||
0.0.0.0 hitclub.lt
|
||||
0.0.0.0 hitclub.lv
|
||||
0.0.0.0 hitclub.mk
|
||||
0.0.0.0 hitclub.ml
|
||||
0.0.0.0 hitclub.mu
|
||||
0.0.0.0 hitclub.pl
|
||||
0.0.0.0 hitclub.pro
|
||||
0.0.0.0 hitclub.salon
|
||||
0.0.0.0 hitclub.si
|
||||
0.0.0.0 hitclub.so
|
||||
0.0.0.0 hitclub.su
|
||||
0.0.0.0 hitclub.top
|
||||
0.0.0.0 hitclub.tv
|
||||
0.0.0.0 hitclub.vin
|
||||
@@ -1106,6 +1180,7 @@
|
||||
0.0.0.0 hot51.com
|
||||
0.0.0.0 hotlive.in
|
||||
0.0.0.0 hotlive8.vip
|
||||
0.0.0.0 hubet.com
|
||||
0.0.0.0 i.b52.club
|
||||
0.0.0.0 i.go88.ca
|
||||
0.0.0.0 i.go88.com
|
||||
@@ -1492,6 +1567,7 @@
|
||||
0.0.0.0 kuwin.guide
|
||||
0.0.0.0 kuwinvip.com
|
||||
0.0.0.0 l4.lode88.ai
|
||||
0.0.0.0 lc88.men
|
||||
0.0.0.0 ldp-sum.com
|
||||
0.0.0.0 legabet.gay
|
||||
0.0.0.0 leo88.com
|
||||
@@ -1645,13 +1721,20 @@
|
||||
0.0.0.0 m.w88io.com
|
||||
0.0.0.0 m.w88ok.com
|
||||
0.0.0.0 m.w88yes.com
|
||||
0.0.0.0 m1.ball88.app
|
||||
0.0.0.0 m1.ball88.com
|
||||
0.0.0.0 m1.ball88.fun
|
||||
0.0.0.0 m1.ball88.games
|
||||
0.0.0.0 m1.ball88.mobi
|
||||
0.0.0.0 m1.ball88.red
|
||||
0.0.0.0 m1.ball88.to
|
||||
0.0.0.0 m1.ball88.zone
|
||||
0.0.0.0 m1.fm88.com
|
||||
0.0.0.0 m1.max88.vip
|
||||
0.0.0.0 m1.may88d.com
|
||||
0.0.0.0 m1.tin88.bet
|
||||
0.0.0.0 m1.vin88.net
|
||||
0.0.0.0 m1.vin88.pw
|
||||
0.0.0.0 m1.vin88.vin
|
||||
0.0.0.0 m1.vin88.vip
|
||||
0.0.0.0 m1.xibet.fun
|
||||
@@ -1753,6 +1836,7 @@
|
||||
0.0.0.0 mk.com
|
||||
0.0.0.0 mkt.11bet.us
|
||||
0.0.0.0 mkt.debet.com
|
||||
0.0.0.0 mm88.com
|
||||
0.0.0.0 mm99.vip
|
||||
0.0.0.0 mmwin.nearom.com
|
||||
0.0.0.0 mobi.oleviet777.com
|
||||
@@ -1837,14 +1921,25 @@
|
||||
0.0.0.0 nhacaiuytin.life
|
||||
0.0.0.0 nhanthuong88.com
|
||||
0.0.0.0 nhat.bet
|
||||
0.0.0.0 nhat.bh
|
||||
0.0.0.0 nhat.cx
|
||||
0.0.0.0 nhat.game
|
||||
0.0.0.0 nhat.is
|
||||
0.0.0.0 nhat.it
|
||||
0.0.0.0 nhat.my
|
||||
0.0.0.0 nhat.one
|
||||
0.0.0.0 nhat.pw
|
||||
0.0.0.0 nhat.sh
|
||||
0.0.0.0 nhat.sx
|
||||
0.0.0.0 nhat.vip
|
||||
0.0.0.0 nhat1.club
|
||||
0.0.0.0 nhat9.vip
|
||||
0.0.0.0 nhatvip.ac
|
||||
0.0.0.0 nhatvip.is
|
||||
0.0.0.0 nhatvip.mobi
|
||||
0.0.0.0 nhatvip.moi
|
||||
0.0.0.0 nhatvip.us
|
||||
0.0.0.0 nhatvip.vin
|
||||
0.0.0.0 nhatvip.vip
|
||||
0.0.0.0 nnwud.com
|
||||
0.0.0.0 nohu.band
|
||||
@@ -1858,11 +1953,13 @@
|
||||
0.0.0.0 nuoigada.com
|
||||
0.0.0.0 nxb8.com
|
||||
0.0.0.0 o4.oxbet.in
|
||||
0.0.0.0 ok365.org
|
||||
0.0.0.0 okcado.com
|
||||
0.0.0.0 okcado.org
|
||||
0.0.0.0 okking.com
|
||||
0.0.0.0 okking.cooking
|
||||
0.0.0.0 okking.org
|
||||
0.0.0.0 okvip.fun
|
||||
0.0.0.0 okvip.life
|
||||
0.0.0.0 okvip.pro
|
||||
0.0.0.0 okvip.today
|
||||
@@ -1890,6 +1987,7 @@
|
||||
0.0.0.0 one88.win
|
||||
0.0.0.0 onevegas.com
|
||||
0.0.0.0 ooooooo2.com
|
||||
0.0.0.0 open88.com
|
||||
0.0.0.0 oppa888.com
|
||||
0.0.0.0 oppa88888888.com
|
||||
0.0.0.0 oppo96.com
|
||||
@@ -1921,16 +2019,21 @@
|
||||
0.0.0.0 play.bay789.life
|
||||
0.0.0.0 play.bom52.club
|
||||
0.0.0.0 play.bum3.club
|
||||
0.0.0.0 play.daomo.club
|
||||
0.0.0.0 play.fa88.tel
|
||||
0.0.0.0 play.fa88.win
|
||||
0.0.0.0 play.gemwin.vip
|
||||
0.0.0.0 play.go88.club
|
||||
0.0.0.0 play.go88.tv
|
||||
0.0.0.0 play.haywin.ai
|
||||
0.0.0.0 play.haywin.space
|
||||
0.0.0.0 play.haywin.store
|
||||
0.0.0.0 play.hit.club
|
||||
0.0.0.0 play.im99.com
|
||||
0.0.0.0 play.iwin.bio
|
||||
0.0.0.0 play.lo88.live
|
||||
0.0.0.0 play.okvip.fun
|
||||
0.0.0.0 play.ricwin.pw
|
||||
0.0.0.0 play.rik88.life
|
||||
0.0.0.0 play.rikvip.info
|
||||
0.0.0.0 play.rikvip.tv
|
||||
@@ -1943,11 +2046,15 @@
|
||||
0.0.0.0 play.top88.uk
|
||||
0.0.0.0 play.top88.us
|
||||
0.0.0.0 play.top88.vn
|
||||
0.0.0.0 play.top88.voto
|
||||
0.0.0.0 play.topclub.casa
|
||||
0.0.0.0 play.vaob52.click
|
||||
0.0.0.0 play.vic.hair
|
||||
0.0.0.0 play.vip79.top
|
||||
0.0.0.0 play.win79.vip
|
||||
0.0.0.0 play.win79d.com
|
||||
0.0.0.0 play.x8.club
|
||||
0.0.0.0 play.x8.fit
|
||||
0.0.0.0 play.x8vn.top
|
||||
0.0.0.0 play.xocdia88.video
|
||||
0.0.0.0 play1.son.club
|
||||
@@ -2021,9 +2128,11 @@
|
||||
0.0.0.0 quayso88.com
|
||||
0.0.0.0 quaysogame.com
|
||||
0.0.0.0 quickraiseup.com
|
||||
0.0.0.0 racvl.fun
|
||||
0.0.0.0 record.income88.com
|
||||
0.0.0.0 red88.club
|
||||
0.0.0.0 red88.com
|
||||
0.0.0.0 red88.ml
|
||||
0.0.0.0 red88.top
|
||||
0.0.0.0 red88.tv
|
||||
0.0.0.0 red88.us
|
||||
@@ -2036,6 +2145,7 @@
|
||||
0.0.0.0 rgames.org
|
||||
0.0.0.0 ricbet.com
|
||||
0.0.0.0 ricbet.win
|
||||
0.0.0.0 ricwin.pw
|
||||
0.0.0.0 rik.bet
|
||||
0.0.0.0 rik.club
|
||||
0.0.0.0 rik.fun
|
||||
@@ -2054,6 +2164,9 @@
|
||||
0.0.0.0 rikvip.win
|
||||
0.0.0.0 royal77vn.com
|
||||
0.0.0.0 rr88.live
|
||||
0.0.0.0 rs88.com
|
||||
0.0.0.0 rs88.cyou
|
||||
0.0.0.0 rs88.vip
|
||||
0.0.0.0 rubik88.com
|
||||
0.0.0.0 rw8800.com
|
||||
0.0.0.0 s.sv66c.com
|
||||
@@ -2068,9 +2181,16 @@
|
||||
0.0.0.0 s2.sin88.com
|
||||
0.0.0.0 s26bet.ltd
|
||||
0.0.0.0 s26bet01.com
|
||||
0.0.0.0 s3.sin88.fo
|
||||
0.0.0.0 s3.sin88.lu
|
||||
0.0.0.0 s3.sin88.ml
|
||||
0.0.0.0 s3.sin88.ms
|
||||
0.0.0.0 s3.sin88.si
|
||||
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.vip
|
||||
0.0.0.0 s4.tot88.store
|
||||
0.0.0.0 s555.com
|
||||
0.0.0.0 s99902e.com
|
||||
0.0.0.0 s99906.com
|
||||
@@ -2115,12 +2235,18 @@
|
||||
0.0.0.0 sin88.club
|
||||
0.0.0.0 sin88.com
|
||||
0.0.0.0 sin88.cv
|
||||
0.0.0.0 sin88.fo
|
||||
0.0.0.0 sin88.im
|
||||
0.0.0.0 sin88.lu
|
||||
0.0.0.0 sin88.me
|
||||
0.0.0.0 sin88.ml
|
||||
0.0.0.0 sin88.mn
|
||||
0.0.0.0 sin88.mobi
|
||||
0.0.0.0 sin88.ms
|
||||
0.0.0.0 sin88.mx
|
||||
0.0.0.0 sin88.si
|
||||
0.0.0.0 sin88.sx
|
||||
0.0.0.0 sin88.tw
|
||||
0.0.0.0 sin88.uk
|
||||
0.0.0.0 sin88.us
|
||||
0.0.0.0 sin88.vip
|
||||
@@ -2128,18 +2254,38 @@
|
||||
0.0.0.0 sin88s.com
|
||||
0.0.0.0 sinbet.com
|
||||
0.0.0.0 sinbet.vip
|
||||
0.0.0.0 sk.ball88.app
|
||||
0.0.0.0 sk.ball88.com
|
||||
0.0.0.0 sk.ball88.day
|
||||
0.0.0.0 sk.ball88.fun
|
||||
0.0.0.0 sk.ball88.mobi
|
||||
0.0.0.0 sk.ball88.to
|
||||
0.0.0.0 sk.ball88.zone
|
||||
0.0.0.0 sk.debet.cx
|
||||
0.0.0.0 sk.debet.gd
|
||||
0.0.0.0 sk.debet.gs
|
||||
0.0.0.0 sk.debet.lc
|
||||
0.0.0.0 sk.debet.lv
|
||||
0.0.0.0 sk.debet.mw
|
||||
0.0.0.0 sk.debet.st
|
||||
0.0.0.0 sk.debet.vg
|
||||
0.0.0.0 sk.fm88.com
|
||||
0.0.0.0 sk.sin88.fo
|
||||
0.0.0.0 sk.sin88.lu
|
||||
0.0.0.0 sk.sin88.ml
|
||||
0.0.0.0 sk.sin88.ms
|
||||
0.0.0.0 sk.sin88.si
|
||||
0.0.0.0 sk.sin88.tw
|
||||
0.0.0.0 sk.tin88.bet
|
||||
0.0.0.0 sk.tin88.club
|
||||
0.0.0.0 sk.tin88.in
|
||||
0.0.0.0 sk.vin88.net
|
||||
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.com
|
||||
0.0.0.0 sk.xibet.fun
|
||||
0.0.0.0 sk.zbet.ws
|
||||
0.0.0.0 sky88.bet
|
||||
0.0.0.0 sky88.club
|
||||
0.0.0.0 sky88.com
|
||||
@@ -2165,6 +2311,7 @@
|
||||
0.0.0.0 sock.nbet.vin
|
||||
0.0.0.0 sock.red88.club
|
||||
0.0.0.0 sock.red88.com
|
||||
0.0.0.0 sock.red88.ml
|
||||
0.0.0.0 sock.red88.vip
|
||||
0.0.0.0 sock.sky88.club
|
||||
0.0.0.0 sock.sky88.com
|
||||
@@ -2235,6 +2382,7 @@
|
||||
0.0.0.0 sun52.live
|
||||
0.0.0.0 sun52.tv
|
||||
0.0.0.0 sun6.win
|
||||
0.0.0.0 sunwin.af
|
||||
0.0.0.0 sunwin.club
|
||||
0.0.0.0 sunwin.id
|
||||
0.0.0.0 sunwin.inc
|
||||
@@ -2246,6 +2394,8 @@
|
||||
0.0.0.0 sunwinvn.club
|
||||
0.0.0.0 sure168.asia
|
||||
0.0.0.0 sut88.com
|
||||
0.0.0.0 sv1.sv88.ro
|
||||
0.0.0.0 sv1.sv88.vu
|
||||
0.0.0.0 sv1.sv88d.com
|
||||
0.0.0.0 sv288.net
|
||||
0.0.0.0 sv368.casino
|
||||
@@ -2264,10 +2414,18 @@
|
||||
0.0.0.0 sv66c.com
|
||||
0.0.0.0 sv66s.com
|
||||
0.0.0.0 sv66vip6.com
|
||||
0.0.0.0 sv88.ae
|
||||
0.0.0.0 sv88.cl
|
||||
0.0.0.0 sv88.club
|
||||
0.0.0.0 sv88.com
|
||||
0.0.0.0 sv88.in
|
||||
0.0.0.0 sv88.lv
|
||||
0.0.0.0 sv88.ml
|
||||
0.0.0.0 sv88.ro
|
||||
0.0.0.0 sv88.si
|
||||
0.0.0.0 sv88.vin
|
||||
0.0.0.0 sv88.vip
|
||||
0.0.0.0 sv88.vu
|
||||
0.0.0.0 sv88.win
|
||||
0.0.0.0 sv88a.com
|
||||
0.0.0.0 sv88r.com
|
||||
@@ -2442,8 +2600,11 @@
|
||||
0.0.0.0 top88.us
|
||||
0.0.0.0 top88.vip
|
||||
0.0.0.0 top88.vn
|
||||
0.0.0.0 top88.voto
|
||||
0.0.0.0 topbet.net
|
||||
0.0.0.0 topbet.top
|
||||
0.0.0.0 topclub.casa
|
||||
0.0.0.0 topclub.win
|
||||
0.0.0.0 topdoithuong.net
|
||||
0.0.0.0 topgamebai.biz
|
||||
0.0.0.0 topnohu.com
|
||||
@@ -2452,10 +2613,12 @@
|
||||
0.0.0.0 topzo.top
|
||||
0.0.0.0 topzo.vip
|
||||
0.0.0.0 tot88.com
|
||||
0.0.0.0 tot88.store
|
||||
0.0.0.0 tourghepmienbac.net
|
||||
0.0.0.0 trang188vn.com
|
||||
0.0.0.0 trangchu.life
|
||||
0.0.0.0 trangkeo.com
|
||||
0.0.0.0 trochoidonclub.online
|
||||
0.0.0.0 trochoivuaclub.online
|
||||
0.0.0.0 tructiepdaga.info
|
||||
0.0.0.0 tt128.net
|
||||
@@ -2465,9 +2628,15 @@
|
||||
0.0.0.0 tx88.fun
|
||||
0.0.0.0 tx88.fyi
|
||||
0.0.0.0 tx88.in
|
||||
0.0.0.0 tx88.ing
|
||||
0.0.0.0 tx88.llc
|
||||
0.0.0.0 tx88.onl
|
||||
0.0.0.0 tx88.top
|
||||
0.0.0.0 tydo88.com
|
||||
0.0.0.0 tz.bet20.bet
|
||||
0.0.0.0 u88.watch
|
||||
0.0.0.0 u888.cc
|
||||
0.0.0.0 u888.id
|
||||
0.0.0.0 ud1a.com
|
||||
0.0.0.0 udw87.cc
|
||||
0.0.0.0 udw881.cc
|
||||
@@ -2489,13 +2658,20 @@
|
||||
0.0.0.0 uytin.8day66.com
|
||||
0.0.0.0 v.fa88.tv
|
||||
0.0.0.0 v.hitclub.in
|
||||
0.0.0.0 v.hitclub.lv
|
||||
0.0.0.0 v.hitclub.ml
|
||||
0.0.0.0 v.hitclub.mu
|
||||
0.0.0.0 v.hitclub.si
|
||||
0.0.0.0 v.hitclub.su
|
||||
0.0.0.0 v.hitclub.tv
|
||||
0.0.0.0 v.nhat9.vip
|
||||
0.0.0.0 v.nhatvip.pro
|
||||
0.0.0.0 v.nhatvip.vip
|
||||
0.0.0.0 v1.five88.vin
|
||||
0.0.0.0 v1.lode88.ai
|
||||
0.0.0.0 v111w.com
|
||||
0.0.0.0 v121w.com
|
||||
0.0.0.0 v4.five88.vin
|
||||
0.0.0.0 v4.vivu88.com
|
||||
0.0.0.0 v4.vivu88.net
|
||||
0.0.0.0 v79top.com
|
||||
@@ -2540,6 +2716,8 @@
|
||||
0.0.0.0 vi.oppa888.com
|
||||
0.0.0.0 vi68.org
|
||||
0.0.0.0 vibet.com
|
||||
0.0.0.0 vic.doctor
|
||||
0.0.0.0 vic.hair
|
||||
0.0.0.0 vic.win
|
||||
0.0.0.0 vic88.com
|
||||
0.0.0.0 vic88.net
|
||||
@@ -2553,6 +2731,7 @@
|
||||
0.0.0.0 vin88.com
|
||||
0.0.0.0 vin88.moi
|
||||
0.0.0.0 vin88.net
|
||||
0.0.0.0 vin88.pw
|
||||
0.0.0.0 vin88.sx
|
||||
0.0.0.0 vin88.top
|
||||
0.0.0.0 vin88.tv
|
||||
@@ -2576,11 +2755,13 @@
|
||||
0.0.0.0 vipsodo.top
|
||||
0.0.0.0 viva88.com
|
||||
0.0.0.0 viva88.net
|
||||
0.0.0.0 vivu88.cc
|
||||
0.0.0.0 vivu88.com
|
||||
0.0.0.0 vivu88.net
|
||||
0.0.0.0 vk88.com
|
||||
0.0.0.0 vlott88.com
|
||||
0.0.0.0 vn-lm.jbovietnam.com
|
||||
0.0.0.0 vn.abcvip.in
|
||||
0.0.0.0 vn.app
|
||||
0.0.0.0 vn.ku6101.net
|
||||
0.0.0.0 vn.ku6106.net
|
||||
@@ -2649,7 +2830,9 @@
|
||||
0.0.0.0 vstar79.com
|
||||
0.0.0.0 vu88.com
|
||||
0.0.0.0 vu88.de
|
||||
0.0.0.0 vu88.in
|
||||
0.0.0.0 vu88.net
|
||||
0.0.0.0 vu88.tv
|
||||
0.0.0.0 vua88.app
|
||||
0.0.0.0 vua88.biz
|
||||
0.0.0.0 vua88.club
|
||||
@@ -2753,8 +2936,13 @@
|
||||
0.0.0.0 web.sunwin.pro
|
||||
0.0.0.0 web.topzo.com
|
||||
0.0.0.0 web.win79.moi
|
||||
0.0.0.0 web.win79.vg
|
||||
0.0.0.0 web.yo88.is
|
||||
0.0.0.0 web.yo88.ml
|
||||
0.0.0.0 web.yo88.so
|
||||
0.0.0.0 web.yo88.st
|
||||
0.0.0.0 web.yo88.tv
|
||||
0.0.0.0 web.yo88.vu
|
||||
0.0.0.0 web.zowin.tv
|
||||
0.0.0.0 websvn.info
|
||||
0.0.0.0 wewinvwin.com
|
||||
@@ -2775,6 +2963,7 @@
|
||||
0.0.0.0 win79.moi
|
||||
0.0.0.0 win79.pro
|
||||
0.0.0.0 win79.site
|
||||
0.0.0.0 win79.vg
|
||||
0.0.0.0 win79.vip
|
||||
0.0.0.0 win79a.com
|
||||
0.0.0.0 win79d.com
|
||||
@@ -2807,6 +2996,7 @@
|
||||
0.0.0.0 wp.nbet.vin
|
||||
0.0.0.0 wp.red88.club
|
||||
0.0.0.0 wp.red88.com
|
||||
0.0.0.0 wp.red88.ml
|
||||
0.0.0.0 wp.red88.vip
|
||||
0.0.0.0 wp.rikvip.tv
|
||||
0.0.0.0 wp.sky88.club
|
||||
@@ -3273,6 +3463,7 @@
|
||||
0.0.0.0 www.yule12888.com
|
||||
0.0.0.0 x1798.com
|
||||
0.0.0.0 x8.club
|
||||
0.0.0.0 x8.fit
|
||||
0.0.0.0 x8.games
|
||||
0.0.0.0 x8.mobi
|
||||
0.0.0.0 x88.com
|
||||
@@ -3322,9 +3513,16 @@
|
||||
0.0.0.0 xvipwin.info
|
||||
0.0.0.0 ybbbet.com
|
||||
0.0.0.0 yd88c.com
|
||||
0.0.0.0 yo88.ae
|
||||
0.0.0.0 yo88.cool
|
||||
0.0.0.0 yo88.is
|
||||
0.0.0.0 yo88.ml
|
||||
0.0.0.0 yo88.pw
|
||||
0.0.0.0 yo88.so
|
||||
0.0.0.0 yo88.st
|
||||
0.0.0.0 yo88.tv
|
||||
0.0.0.0 yo88.vg
|
||||
0.0.0.0 yo88.vu
|
||||
0.0.0.0 yo88.win
|
||||
0.0.0.0 yo88vn.com
|
||||
0.0.0.0 youwevnak.kg88.shop
|
||||
@@ -3334,11 +3532,14 @@
|
||||
0.0.0.0 yylive.vip
|
||||
0.0.0.0 yylive.xyz
|
||||
0.0.0.0 z1.zbet.tv
|
||||
0.0.0.0 z1.zbet.ws
|
||||
0.0.0.0 zalomomo.com
|
||||
0.0.0.0 zbet.com
|
||||
0.0.0.0 zbet.dev
|
||||
0.0.0.0 zbet.fun
|
||||
0.0.0.0 zbet.me
|
||||
0.0.0.0 zbet.tv
|
||||
0.0.0.0 zbet.ws
|
||||
0.0.0.0 zet88.com
|
||||
0.0.0.0 zo.club
|
||||
0.0.0.0 zo1.win
|
||||
@@ -3349,9 +3550,18 @@
|
||||
0.0.0.0 zo88.vip
|
||||
0.0.0.0 zoplay.top
|
||||
0.0.0.0 zowin.bh
|
||||
0.0.0.0 zowin.im
|
||||
0.0.0.0 zowin.is
|
||||
0.0.0.0 zowin.kim
|
||||
0.0.0.0 zowin.mom
|
||||
0.0.0.0 zowin.ng
|
||||
0.0.0.0 zowin.red
|
||||
0.0.0.0 zowin.sh
|
||||
0.0.0.0 zowin.sx
|
||||
0.0.0.0 zowin.tv
|
||||
0.0.0.0 zowin.tw
|
||||
0.0.0.0 zowin.uno
|
||||
0.0.0.0 zowin.ws
|
||||
0.0.0.0 10bet.com
|
||||
0.0.0.0 10luxury39.com
|
||||
0.0.0.0 11wickets.com
|
||||
@@ -3461,6 +3671,7 @@
|
||||
0.0.0.0 bet1128.com
|
||||
0.0.0.0 bet11888.com
|
||||
0.0.0.0 bet2290.com
|
||||
0.0.0.0 bet25.dk
|
||||
0.0.0.0 bet2875.com
|
||||
0.0.0.0 bet2earn.net
|
||||
0.0.0.0 bet3000.com
|
||||
@@ -4295,6 +4506,7 @@
|
||||
0.0.0.0 mpl.live
|
||||
0.0.0.0 mr.bet
|
||||
0.0.0.0 mrgreen.com
|
||||
0.0.0.0 mrgreen.dk
|
||||
0.0.0.0 mrjackpotspins.com
|
||||
0.0.0.0 mrmega.com
|
||||
0.0.0.0 mrmobi.com
|
||||
@@ -4541,6 +4753,7 @@
|
||||
0.0.0.0 solverde.pt
|
||||
0.0.0.0 speedybet.com
|
||||
0.0.0.0 spela.com
|
||||
0.0.0.0 spilnu.dk
|
||||
0.0.0.0 spindipity.com
|
||||
0.0.0.0 spinit.com
|
||||
0.0.0.0 spinland.com
|
||||
@@ -5992,9 +6205,9 @@
|
||||
0.0.0.0 everbet.bg
|
||||
0.0.0.0 slotino.bg
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 1.866 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 1.868 domains
|
||||
# Only include adult domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -6867,7 +7080,9 @@
|
||||
0.0.0.0 phimsexhaymoi.com
|
||||
0.0.0.0 phimsexhaynhatban.cyou
|
||||
0.0.0.0 phimsexhaynhatban.top
|
||||
0.0.0.0 phimsexhaysss.com
|
||||
0.0.0.0 phimsexhayvl.com
|
||||
0.0.0.0 phimsexhayvnx.com
|
||||
0.0.0.0 phimsexhd.cyou
|
||||
0.0.0.0 phimsexhd.nl
|
||||
0.0.0.0 phimsexhd.online
|
||||
@@ -19627,7 +19842,6 @@
|
||||
0.0.0.0 totalaccess.transsexualbarebacking.com
|
||||
0.0.0.0 totalexposure.com
|
||||
0.0.0.0 totallynsfw.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 touchmylips.com
|
||||
0.0.0.0 touhoufeet.booru.org
|
||||
0.0.0.0 toumpano.net
|
||||
@@ -26534,7 +26748,6 @@
|
||||
0.0.0.0 www.torylane.com
|
||||
0.0.0.0 www.totalexposure.com
|
||||
0.0.0.0 www.totallynsfw.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 www.touchmylips.com
|
||||
0.0.0.0 www.toumpano.net
|
||||
0.0.0.0 www.toxamedia.com
|
||||
@@ -58818,8 +59031,6 @@
|
||||
0.0.0.0 pornaddict.me
|
||||
0.0.0.0 pornaddiction.com
|
||||
0.0.0.0 www.pornaddiction.com
|
||||
0.0.0.0 pornaddictsanonymous.org
|
||||
0.0.0.0 www.pornaddictsanonymous.org
|
||||
0.0.0.0 pornaddik.com
|
||||
0.0.0.0 www.pornaddik.com
|
||||
0.0.0.0 pornadept.com
|
||||
@@ -70988,6 +71199,8 @@
|
||||
0.0.0.0 totallyfreecam.com
|
||||
0.0.0.0 totallynakedteens.com
|
||||
0.0.0.0 totallyshemales.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 totporno.com
|
||||
0.0.0.0 tounavi.net
|
||||
0.0.0.0 tour7me.com
|
||||
@@ -80325,7 +80538,6 @@
|
||||
0.0.0.0 doglickpussy.com
|
||||
0.0.0.0 dogsex.show
|
||||
0.0.0.0 dood.li
|
||||
0.0.0.0 doodstream.com
|
||||
0.0.0.0 dooodster.com
|
||||
0.0.0.0 doujin-th.net
|
||||
0.0.0.0 doujinfast.com
|
||||
@@ -82410,6 +82622,51 @@
|
||||
0.0.0.0 scorchincams.com
|
||||
0.0.0.0 llqodr.lovepoiint.com
|
||||
0.0.0.0 viet69.bi
|
||||
0.0.0.0 joi.com
|
||||
0.0.0.0 joi.ai
|
||||
0.0.0.0 joyland.ai
|
||||
0.0.0.0 myanima.ai
|
||||
0.0.0.0 gptgirlfriend.online
|
||||
0.0.0.0 girlfriendgpt.com
|
||||
0.0.0.0 eroplay.ai
|
||||
0.0.0.0 soulkyn.com
|
||||
0.0.0.0 dreamcompanion.com
|
||||
0.0.0.0 infatuated.ai
|
||||
0.0.0.0 ourdream.ai
|
||||
0.0.0.0 nextpart.ai
|
||||
0.0.0.0 aiallure.com
|
||||
0.0.0.0 sugarlab.ai
|
||||
0.0.0.0 thotchat.ai
|
||||
0.0.0.0 fantasygf.ai
|
||||
0.0.0.0 cuties.ai
|
||||
0.0.0.0 juicychat.ai
|
||||
0.0.0.0 romanticai.com
|
||||
0.0.0.0 flirton.ai
|
||||
0.0.0.0 lovescape.ai
|
||||
0.0.0.0 swipey.ai
|
||||
0.0.0.0 golove.ai
|
||||
0.0.0.0 kupid.ai
|
||||
0.0.0.0 spicychat.ai
|
||||
0.0.0.0 hotchat.ai
|
||||
0.0.0.0 honeychat.ai
|
||||
0.0.0.0 darlingchat.ai
|
||||
0.0.0.0 sugarchatai.com
|
||||
0.0.0.0 babechatai.com
|
||||
0.0.0.0 babychatai.com
|
||||
0.0.0.0 aigals.com
|
||||
0.0.0.0 secrets.ai
|
||||
0.0.0.0 soulkyn.ai
|
||||
0.0.0.0 juiceychat.ai
|
||||
0.0.0.0 xchar.ai
|
||||
0.0.0.0 nectar.ai
|
||||
0.0.0.0 promptchan.com
|
||||
0.0.0.0 mypornfinder.com
|
||||
0.0.0.0 pornworks.com
|
||||
0.0.0.0 seduced.com
|
||||
0.0.0.0 redgifs.ai
|
||||
0.0.0.0 trashyneverclassy.com
|
||||
0.0.0.0 chomikuj.pl
|
||||
0.0.0.0 missav.ai
|
||||
# Title: Snuff hosts
|
||||
|
||||
0.0.0.0 bitcheese.net
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 82,640 entries.
|
||||
containing 82,897 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -170,6 +170,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -425,8 +431,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -442,7 +450,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -453,6 +463,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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: 12 April 2026 23:11:09 (UTC)
|
||||
# Date: 21 June 2026 21:35:30 (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: 85,881
|
||||
# Number of unique domains: 86,139
|
||||
#
|
||||
# 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: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 3.323 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 3.533 domains
|
||||
# Only include gambling domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -58,6 +58,7 @@
|
||||
0.0.0.0 11bet.vin
|
||||
0.0.0.0 11bet.win
|
||||
0.0.0.0 11betvnd.com
|
||||
0.0.0.0 11win.llc
|
||||
0.0.0.0 11win.mobi
|
||||
0.0.0.0 11win.mx
|
||||
0.0.0.0 11win.net
|
||||
@@ -90,6 +91,7 @@
|
||||
0.0.0.0 188pscn2.com
|
||||
0.0.0.0 188thethao.com
|
||||
0.0.0.0 18luck.pro
|
||||
0.0.0.0 18win.net
|
||||
0.0.0.0 1eight8.com
|
||||
0.0.0.0 1tamtamvn.com
|
||||
0.0.0.0 1x.club
|
||||
@@ -130,8 +132,15 @@
|
||||
0.0.0.0 388bet.vin
|
||||
0.0.0.0 388bet.vip
|
||||
0.0.0.0 3bet.biz
|
||||
0.0.0.0 3bet.la
|
||||
0.0.0.0 3bet.ph
|
||||
0.0.0.0 3bet.sh
|
||||
0.0.0.0 3bet.ski
|
||||
0.0.0.0 3bet.so
|
||||
0.0.0.0 3bet.tech
|
||||
0.0.0.0 3bet.vc
|
||||
0.0.0.0 3bet.win
|
||||
0.0.0.0 3bet.you
|
||||
0.0.0.0 3kingclub.com
|
||||
0.0.0.0 448kbet.com
|
||||
0.0.0.0 5123b.com
|
||||
@@ -236,6 +245,8 @@
|
||||
0.0.0.0 88bong.net
|
||||
0.0.0.0 88cado.com
|
||||
0.0.0.0 88cado.net
|
||||
0.0.0.0 88clb.app
|
||||
0.0.0.0 88clb.fit
|
||||
0.0.0.0 88gobet.com
|
||||
0.0.0.0 88new.cc
|
||||
0.0.0.0 88online.live
|
||||
@@ -303,6 +314,10 @@
|
||||
0.0.0.0 9bet.win
|
||||
0.0.0.0 9bet.world
|
||||
0.0.0.0 9e3c.com
|
||||
0.0.0.0 abc8.cm
|
||||
0.0.0.0 abc8.cv
|
||||
0.0.0.0 abcvip.com
|
||||
0.0.0.0 abcvip.in
|
||||
0.0.0.0 account.w88ac.com
|
||||
0.0.0.0 account.w88club.com
|
||||
0.0.0.0 account.w88hn.com
|
||||
@@ -413,6 +428,7 @@
|
||||
0.0.0.0 api.oppa88888888.com
|
||||
0.0.0.0 api.red88.club
|
||||
0.0.0.0 api.red88.com
|
||||
0.0.0.0 api.red88.ml
|
||||
0.0.0.0 api.red88.vip
|
||||
0.0.0.0 api.shbet3.com
|
||||
0.0.0.0 api.shbetvv.com
|
||||
@@ -474,8 +490,15 @@
|
||||
0.0.0.0 b88ag.com
|
||||
0.0.0.0 bachhoa88.com
|
||||
0.0.0.0 bacty88.com
|
||||
0.0.0.0 ball88.app
|
||||
0.0.0.0 ball88.com
|
||||
0.0.0.0 ball88.day
|
||||
0.0.0.0 ball88.fun
|
||||
0.0.0.0 ball88.games
|
||||
0.0.0.0 ball88.mobi
|
||||
0.0.0.0 ball88.red
|
||||
0.0.0.0 ball88.to
|
||||
0.0.0.0 ball88.zone
|
||||
0.0.0.0 banca.cc
|
||||
0.0.0.0 banca.xo68.vip
|
||||
0.0.0.0 bancadoithuongvn.com
|
||||
@@ -550,6 +573,7 @@
|
||||
0.0.0.0 bntv.bongvip.com
|
||||
0.0.0.0 bom52.club
|
||||
0.0.0.0 bom88.com
|
||||
0.0.0.0 bom88.ing
|
||||
0.0.0.0 bom88.net
|
||||
0.0.0.0 bong.thethaowin.net
|
||||
0.0.0.0 bong88.cam
|
||||
@@ -640,6 +664,7 @@
|
||||
0.0.0.0 choiwin79.in
|
||||
0.0.0.0 choiwon88.info
|
||||
0.0.0.0 click.mibet88.com
|
||||
0.0.0.0 cm88.com
|
||||
0.0.0.0 cmd368max.com
|
||||
0.0.0.0 cmd368t.com
|
||||
0.0.0.0 cms.v79top.com
|
||||
@@ -649,6 +674,7 @@
|
||||
0.0.0.0 connhangheo.top
|
||||
0.0.0.0 coopbet.com
|
||||
0.0.0.0 corona999.com
|
||||
0.0.0.0 cungv9choi.com
|
||||
0.0.0.0 cuoc88.net
|
||||
0.0.0.0 cuoc8899.com
|
||||
0.0.0.0 cuocba.com
|
||||
@@ -675,8 +701,15 @@
|
||||
0.0.0.0 cwin999.com
|
||||
0.0.0.0 d1.dabet.club
|
||||
0.0.0.0 d1.debet.cx
|
||||
0.0.0.0 d1.debet.gd
|
||||
0.0.0.0 d1.debet.gs
|
||||
0.0.0.0 d1.debet.info
|
||||
0.0.0.0 d1.debet.lc
|
||||
0.0.0.0 d1.debet.mp
|
||||
0.0.0.0 d1.debet.mw
|
||||
0.0.0.0 d1.debet.sc
|
||||
0.0.0.0 d1.debet.so
|
||||
0.0.0.0 d1.debet.st
|
||||
0.0.0.0 d1.debet.top
|
||||
0.0.0.0 d1.debet.win
|
||||
0.0.0.0 d3.debet.info
|
||||
@@ -732,6 +765,7 @@
|
||||
0.0.0.0 dangkyrikvip.tv
|
||||
0.0.0.0 dangkyrikvip.win
|
||||
0.0.0.0 dangkyva88.info
|
||||
0.0.0.0 daomo.club
|
||||
0.0.0.0 datcuoc.thethaofb88.com
|
||||
0.0.0.0 debet.bet
|
||||
0.0.0.0 debet.bot
|
||||
@@ -741,13 +775,22 @@
|
||||
0.0.0.0 debet.cx
|
||||
0.0.0.0 debet.fan
|
||||
0.0.0.0 debet.fun
|
||||
0.0.0.0 debet.gd
|
||||
0.0.0.0 debet.gs
|
||||
0.0.0.0 debet.info
|
||||
0.0.0.0 debet.lc
|
||||
0.0.0.0 debet.lv
|
||||
0.0.0.0 debet.moi
|
||||
0.0.0.0 debet.mp
|
||||
0.0.0.0 debet.mw
|
||||
0.0.0.0 debet.net
|
||||
0.0.0.0 debet.sc
|
||||
0.0.0.0 debet.so
|
||||
0.0.0.0 debet.st
|
||||
0.0.0.0 debet.top
|
||||
0.0.0.0 debet.uk
|
||||
0.0.0.0 debet.us
|
||||
0.0.0.0 debet.vg
|
||||
0.0.0.0 debet.win
|
||||
0.0.0.0 debet79.info
|
||||
0.0.0.0 debet88.win
|
||||
@@ -844,6 +887,7 @@
|
||||
0.0.0.0 f8betaa.com
|
||||
0.0.0.0 f8betapp.net
|
||||
0.0.0.0 f8betgg.com
|
||||
0.0.0.0 fa88.tel
|
||||
0.0.0.0 fa88.tv
|
||||
0.0.0.0 fa88.win
|
||||
0.0.0.0 fa88vn.live
|
||||
@@ -929,10 +973,18 @@
|
||||
0.0.0.0 five-88.link
|
||||
0.0.0.0 five88.biz
|
||||
0.0.0.0 five88.com
|
||||
0.0.0.0 five88.id
|
||||
0.0.0.0 five88.in
|
||||
0.0.0.0 five88.lc
|
||||
0.0.0.0 five88.net
|
||||
0.0.0.0 five88.ng
|
||||
0.0.0.0 five88.nl
|
||||
0.0.0.0 five88.ro
|
||||
0.0.0.0 five88.sale
|
||||
0.0.0.0 five88.show
|
||||
0.0.0.0 five88.sx
|
||||
0.0.0.0 five88.top
|
||||
0.0.0.0 five88.vc
|
||||
0.0.0.0 five88.vin
|
||||
0.0.0.0 five88.win
|
||||
0.0.0.0 five88.wine
|
||||
@@ -998,10 +1050,18 @@
|
||||
0.0.0.0 gem88.com
|
||||
0.0.0.0 gem88.guru
|
||||
0.0.0.0 gem88.win
|
||||
0.0.0.0 gemwin.fm
|
||||
0.0.0.0 gemwin.ink
|
||||
0.0.0.0 gemwin.is
|
||||
0.0.0.0 gemwin.lc
|
||||
0.0.0.0 gemwin.lv
|
||||
0.0.0.0 gemwin.my
|
||||
0.0.0.0 gemwin.nz
|
||||
0.0.0.0 gemwin.page
|
||||
0.0.0.0 gemwin.to
|
||||
0.0.0.0 gemwin.tv
|
||||
0.0.0.0 gemwin.vc
|
||||
0.0.0.0 gemwin.vin
|
||||
0.0.0.0 gemwin.vip
|
||||
0.0.0.0 gen88.com
|
||||
0.0.0.0 gi8.us
|
||||
@@ -1048,6 +1108,7 @@
|
||||
0.0.0.0 gogobolaku.com
|
||||
0.0.0.0 gw.gen88.com
|
||||
0.0.0.0 gw.mubet.vip
|
||||
0.0.0.0 gw.tot88.store
|
||||
0.0.0.0 h3bet.com
|
||||
0.0.0.0 h51.live
|
||||
0.0.0.0 happy9luck.com
|
||||
@@ -1056,6 +1117,8 @@
|
||||
0.0.0.0 hay8811.com
|
||||
0.0.0.0 hay8822.com
|
||||
0.0.0.0 haywin.ac
|
||||
0.0.0.0 haywin.ai
|
||||
0.0.0.0 haywin.my
|
||||
0.0.0.0 haywin.space
|
||||
0.0.0.0 haywin.store
|
||||
0.0.0.0 haywin.vip
|
||||
@@ -1067,7 +1130,9 @@
|
||||
0.0.0.0 hb8887.com
|
||||
0.0.0.0 hb88vn.co
|
||||
0.0.0.0 hbet.club
|
||||
0.0.0.0 hbet.lv
|
||||
0.0.0.0 hbet.net
|
||||
0.0.0.0 hbet.pw
|
||||
0.0.0.0 hbet.win
|
||||
0.0.0.0 hcm66.com
|
||||
0.0.0.0 hdbet.com
|
||||
@@ -1091,9 +1156,18 @@
|
||||
0.0.0.0 hitclub.cafe
|
||||
0.0.0.0 hitclub.com
|
||||
0.0.0.0 hitclub.in
|
||||
0.0.0.0 hitclub.lc
|
||||
0.0.0.0 hitclub.lt
|
||||
0.0.0.0 hitclub.lv
|
||||
0.0.0.0 hitclub.mk
|
||||
0.0.0.0 hitclub.ml
|
||||
0.0.0.0 hitclub.mu
|
||||
0.0.0.0 hitclub.pl
|
||||
0.0.0.0 hitclub.pro
|
||||
0.0.0.0 hitclub.salon
|
||||
0.0.0.0 hitclub.si
|
||||
0.0.0.0 hitclub.so
|
||||
0.0.0.0 hitclub.su
|
||||
0.0.0.0 hitclub.top
|
||||
0.0.0.0 hitclub.tv
|
||||
0.0.0.0 hitclub.vin
|
||||
@@ -1106,6 +1180,7 @@
|
||||
0.0.0.0 hot51.com
|
||||
0.0.0.0 hotlive.in
|
||||
0.0.0.0 hotlive8.vip
|
||||
0.0.0.0 hubet.com
|
||||
0.0.0.0 i.b52.club
|
||||
0.0.0.0 i.go88.ca
|
||||
0.0.0.0 i.go88.com
|
||||
@@ -1492,6 +1567,7 @@
|
||||
0.0.0.0 kuwin.guide
|
||||
0.0.0.0 kuwinvip.com
|
||||
0.0.0.0 l4.lode88.ai
|
||||
0.0.0.0 lc88.men
|
||||
0.0.0.0 ldp-sum.com
|
||||
0.0.0.0 legabet.gay
|
||||
0.0.0.0 leo88.com
|
||||
@@ -1645,13 +1721,20 @@
|
||||
0.0.0.0 m.w88io.com
|
||||
0.0.0.0 m.w88ok.com
|
||||
0.0.0.0 m.w88yes.com
|
||||
0.0.0.0 m1.ball88.app
|
||||
0.0.0.0 m1.ball88.com
|
||||
0.0.0.0 m1.ball88.fun
|
||||
0.0.0.0 m1.ball88.games
|
||||
0.0.0.0 m1.ball88.mobi
|
||||
0.0.0.0 m1.ball88.red
|
||||
0.0.0.0 m1.ball88.to
|
||||
0.0.0.0 m1.ball88.zone
|
||||
0.0.0.0 m1.fm88.com
|
||||
0.0.0.0 m1.max88.vip
|
||||
0.0.0.0 m1.may88d.com
|
||||
0.0.0.0 m1.tin88.bet
|
||||
0.0.0.0 m1.vin88.net
|
||||
0.0.0.0 m1.vin88.pw
|
||||
0.0.0.0 m1.vin88.vin
|
||||
0.0.0.0 m1.vin88.vip
|
||||
0.0.0.0 m1.xibet.fun
|
||||
@@ -1753,6 +1836,7 @@
|
||||
0.0.0.0 mk.com
|
||||
0.0.0.0 mkt.11bet.us
|
||||
0.0.0.0 mkt.debet.com
|
||||
0.0.0.0 mm88.com
|
||||
0.0.0.0 mm99.vip
|
||||
0.0.0.0 mmwin.nearom.com
|
||||
0.0.0.0 mobi.oleviet777.com
|
||||
@@ -1837,14 +1921,25 @@
|
||||
0.0.0.0 nhacaiuytin.life
|
||||
0.0.0.0 nhanthuong88.com
|
||||
0.0.0.0 nhat.bet
|
||||
0.0.0.0 nhat.bh
|
||||
0.0.0.0 nhat.cx
|
||||
0.0.0.0 nhat.game
|
||||
0.0.0.0 nhat.is
|
||||
0.0.0.0 nhat.it
|
||||
0.0.0.0 nhat.my
|
||||
0.0.0.0 nhat.one
|
||||
0.0.0.0 nhat.pw
|
||||
0.0.0.0 nhat.sh
|
||||
0.0.0.0 nhat.sx
|
||||
0.0.0.0 nhat.vip
|
||||
0.0.0.0 nhat1.club
|
||||
0.0.0.0 nhat9.vip
|
||||
0.0.0.0 nhatvip.ac
|
||||
0.0.0.0 nhatvip.is
|
||||
0.0.0.0 nhatvip.mobi
|
||||
0.0.0.0 nhatvip.moi
|
||||
0.0.0.0 nhatvip.us
|
||||
0.0.0.0 nhatvip.vin
|
||||
0.0.0.0 nhatvip.vip
|
||||
0.0.0.0 nnwud.com
|
||||
0.0.0.0 nohu.band
|
||||
@@ -1858,11 +1953,13 @@
|
||||
0.0.0.0 nuoigada.com
|
||||
0.0.0.0 nxb8.com
|
||||
0.0.0.0 o4.oxbet.in
|
||||
0.0.0.0 ok365.org
|
||||
0.0.0.0 okcado.com
|
||||
0.0.0.0 okcado.org
|
||||
0.0.0.0 okking.com
|
||||
0.0.0.0 okking.cooking
|
||||
0.0.0.0 okking.org
|
||||
0.0.0.0 okvip.fun
|
||||
0.0.0.0 okvip.life
|
||||
0.0.0.0 okvip.pro
|
||||
0.0.0.0 okvip.today
|
||||
@@ -1890,6 +1987,7 @@
|
||||
0.0.0.0 one88.win
|
||||
0.0.0.0 onevegas.com
|
||||
0.0.0.0 ooooooo2.com
|
||||
0.0.0.0 open88.com
|
||||
0.0.0.0 oppa888.com
|
||||
0.0.0.0 oppa88888888.com
|
||||
0.0.0.0 oppo96.com
|
||||
@@ -1921,16 +2019,21 @@
|
||||
0.0.0.0 play.bay789.life
|
||||
0.0.0.0 play.bom52.club
|
||||
0.0.0.0 play.bum3.club
|
||||
0.0.0.0 play.daomo.club
|
||||
0.0.0.0 play.fa88.tel
|
||||
0.0.0.0 play.fa88.win
|
||||
0.0.0.0 play.gemwin.vip
|
||||
0.0.0.0 play.go88.club
|
||||
0.0.0.0 play.go88.tv
|
||||
0.0.0.0 play.haywin.ai
|
||||
0.0.0.0 play.haywin.space
|
||||
0.0.0.0 play.haywin.store
|
||||
0.0.0.0 play.hit.club
|
||||
0.0.0.0 play.im99.com
|
||||
0.0.0.0 play.iwin.bio
|
||||
0.0.0.0 play.lo88.live
|
||||
0.0.0.0 play.okvip.fun
|
||||
0.0.0.0 play.ricwin.pw
|
||||
0.0.0.0 play.rik88.life
|
||||
0.0.0.0 play.rikvip.info
|
||||
0.0.0.0 play.rikvip.tv
|
||||
@@ -1943,11 +2046,15 @@
|
||||
0.0.0.0 play.top88.uk
|
||||
0.0.0.0 play.top88.us
|
||||
0.0.0.0 play.top88.vn
|
||||
0.0.0.0 play.top88.voto
|
||||
0.0.0.0 play.topclub.casa
|
||||
0.0.0.0 play.vaob52.click
|
||||
0.0.0.0 play.vic.hair
|
||||
0.0.0.0 play.vip79.top
|
||||
0.0.0.0 play.win79.vip
|
||||
0.0.0.0 play.win79d.com
|
||||
0.0.0.0 play.x8.club
|
||||
0.0.0.0 play.x8.fit
|
||||
0.0.0.0 play.x8vn.top
|
||||
0.0.0.0 play.xocdia88.video
|
||||
0.0.0.0 play1.son.club
|
||||
@@ -2021,9 +2128,11 @@
|
||||
0.0.0.0 quayso88.com
|
||||
0.0.0.0 quaysogame.com
|
||||
0.0.0.0 quickraiseup.com
|
||||
0.0.0.0 racvl.fun
|
||||
0.0.0.0 record.income88.com
|
||||
0.0.0.0 red88.club
|
||||
0.0.0.0 red88.com
|
||||
0.0.0.0 red88.ml
|
||||
0.0.0.0 red88.top
|
||||
0.0.0.0 red88.tv
|
||||
0.0.0.0 red88.us
|
||||
@@ -2036,6 +2145,7 @@
|
||||
0.0.0.0 rgames.org
|
||||
0.0.0.0 ricbet.com
|
||||
0.0.0.0 ricbet.win
|
||||
0.0.0.0 ricwin.pw
|
||||
0.0.0.0 rik.bet
|
||||
0.0.0.0 rik.club
|
||||
0.0.0.0 rik.fun
|
||||
@@ -2054,6 +2164,9 @@
|
||||
0.0.0.0 rikvip.win
|
||||
0.0.0.0 royal77vn.com
|
||||
0.0.0.0 rr88.live
|
||||
0.0.0.0 rs88.com
|
||||
0.0.0.0 rs88.cyou
|
||||
0.0.0.0 rs88.vip
|
||||
0.0.0.0 rubik88.com
|
||||
0.0.0.0 rw8800.com
|
||||
0.0.0.0 s.sv66c.com
|
||||
@@ -2068,9 +2181,16 @@
|
||||
0.0.0.0 s2.sin88.com
|
||||
0.0.0.0 s26bet.ltd
|
||||
0.0.0.0 s26bet01.com
|
||||
0.0.0.0 s3.sin88.fo
|
||||
0.0.0.0 s3.sin88.lu
|
||||
0.0.0.0 s3.sin88.ml
|
||||
0.0.0.0 s3.sin88.ms
|
||||
0.0.0.0 s3.sin88.si
|
||||
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.vip
|
||||
0.0.0.0 s4.tot88.store
|
||||
0.0.0.0 s555.com
|
||||
0.0.0.0 s99902e.com
|
||||
0.0.0.0 s99906.com
|
||||
@@ -2115,12 +2235,18 @@
|
||||
0.0.0.0 sin88.club
|
||||
0.0.0.0 sin88.com
|
||||
0.0.0.0 sin88.cv
|
||||
0.0.0.0 sin88.fo
|
||||
0.0.0.0 sin88.im
|
||||
0.0.0.0 sin88.lu
|
||||
0.0.0.0 sin88.me
|
||||
0.0.0.0 sin88.ml
|
||||
0.0.0.0 sin88.mn
|
||||
0.0.0.0 sin88.mobi
|
||||
0.0.0.0 sin88.ms
|
||||
0.0.0.0 sin88.mx
|
||||
0.0.0.0 sin88.si
|
||||
0.0.0.0 sin88.sx
|
||||
0.0.0.0 sin88.tw
|
||||
0.0.0.0 sin88.uk
|
||||
0.0.0.0 sin88.us
|
||||
0.0.0.0 sin88.vip
|
||||
@@ -2128,18 +2254,38 @@
|
||||
0.0.0.0 sin88s.com
|
||||
0.0.0.0 sinbet.com
|
||||
0.0.0.0 sinbet.vip
|
||||
0.0.0.0 sk.ball88.app
|
||||
0.0.0.0 sk.ball88.com
|
||||
0.0.0.0 sk.ball88.day
|
||||
0.0.0.0 sk.ball88.fun
|
||||
0.0.0.0 sk.ball88.mobi
|
||||
0.0.0.0 sk.ball88.to
|
||||
0.0.0.0 sk.ball88.zone
|
||||
0.0.0.0 sk.debet.cx
|
||||
0.0.0.0 sk.debet.gd
|
||||
0.0.0.0 sk.debet.gs
|
||||
0.0.0.0 sk.debet.lc
|
||||
0.0.0.0 sk.debet.lv
|
||||
0.0.0.0 sk.debet.mw
|
||||
0.0.0.0 sk.debet.st
|
||||
0.0.0.0 sk.debet.vg
|
||||
0.0.0.0 sk.fm88.com
|
||||
0.0.0.0 sk.sin88.fo
|
||||
0.0.0.0 sk.sin88.lu
|
||||
0.0.0.0 sk.sin88.ml
|
||||
0.0.0.0 sk.sin88.ms
|
||||
0.0.0.0 sk.sin88.si
|
||||
0.0.0.0 sk.sin88.tw
|
||||
0.0.0.0 sk.tin88.bet
|
||||
0.0.0.0 sk.tin88.club
|
||||
0.0.0.0 sk.tin88.in
|
||||
0.0.0.0 sk.vin88.net
|
||||
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.com
|
||||
0.0.0.0 sk.xibet.fun
|
||||
0.0.0.0 sk.zbet.ws
|
||||
0.0.0.0 sky88.bet
|
||||
0.0.0.0 sky88.club
|
||||
0.0.0.0 sky88.com
|
||||
@@ -2165,6 +2311,7 @@
|
||||
0.0.0.0 sock.nbet.vin
|
||||
0.0.0.0 sock.red88.club
|
||||
0.0.0.0 sock.red88.com
|
||||
0.0.0.0 sock.red88.ml
|
||||
0.0.0.0 sock.red88.vip
|
||||
0.0.0.0 sock.sky88.club
|
||||
0.0.0.0 sock.sky88.com
|
||||
@@ -2235,6 +2382,7 @@
|
||||
0.0.0.0 sun52.live
|
||||
0.0.0.0 sun52.tv
|
||||
0.0.0.0 sun6.win
|
||||
0.0.0.0 sunwin.af
|
||||
0.0.0.0 sunwin.club
|
||||
0.0.0.0 sunwin.id
|
||||
0.0.0.0 sunwin.inc
|
||||
@@ -2246,6 +2394,8 @@
|
||||
0.0.0.0 sunwinvn.club
|
||||
0.0.0.0 sure168.asia
|
||||
0.0.0.0 sut88.com
|
||||
0.0.0.0 sv1.sv88.ro
|
||||
0.0.0.0 sv1.sv88.vu
|
||||
0.0.0.0 sv1.sv88d.com
|
||||
0.0.0.0 sv288.net
|
||||
0.0.0.0 sv368.casino
|
||||
@@ -2264,10 +2414,18 @@
|
||||
0.0.0.0 sv66c.com
|
||||
0.0.0.0 sv66s.com
|
||||
0.0.0.0 sv66vip6.com
|
||||
0.0.0.0 sv88.ae
|
||||
0.0.0.0 sv88.cl
|
||||
0.0.0.0 sv88.club
|
||||
0.0.0.0 sv88.com
|
||||
0.0.0.0 sv88.in
|
||||
0.0.0.0 sv88.lv
|
||||
0.0.0.0 sv88.ml
|
||||
0.0.0.0 sv88.ro
|
||||
0.0.0.0 sv88.si
|
||||
0.0.0.0 sv88.vin
|
||||
0.0.0.0 sv88.vip
|
||||
0.0.0.0 sv88.vu
|
||||
0.0.0.0 sv88.win
|
||||
0.0.0.0 sv88a.com
|
||||
0.0.0.0 sv88r.com
|
||||
@@ -2442,8 +2600,11 @@
|
||||
0.0.0.0 top88.us
|
||||
0.0.0.0 top88.vip
|
||||
0.0.0.0 top88.vn
|
||||
0.0.0.0 top88.voto
|
||||
0.0.0.0 topbet.net
|
||||
0.0.0.0 topbet.top
|
||||
0.0.0.0 topclub.casa
|
||||
0.0.0.0 topclub.win
|
||||
0.0.0.0 topdoithuong.net
|
||||
0.0.0.0 topgamebai.biz
|
||||
0.0.0.0 topnohu.com
|
||||
@@ -2452,10 +2613,12 @@
|
||||
0.0.0.0 topzo.top
|
||||
0.0.0.0 topzo.vip
|
||||
0.0.0.0 tot88.com
|
||||
0.0.0.0 tot88.store
|
||||
0.0.0.0 tourghepmienbac.net
|
||||
0.0.0.0 trang188vn.com
|
||||
0.0.0.0 trangchu.life
|
||||
0.0.0.0 trangkeo.com
|
||||
0.0.0.0 trochoidonclub.online
|
||||
0.0.0.0 trochoivuaclub.online
|
||||
0.0.0.0 tructiepdaga.info
|
||||
0.0.0.0 tt128.net
|
||||
@@ -2465,9 +2628,15 @@
|
||||
0.0.0.0 tx88.fun
|
||||
0.0.0.0 tx88.fyi
|
||||
0.0.0.0 tx88.in
|
||||
0.0.0.0 tx88.ing
|
||||
0.0.0.0 tx88.llc
|
||||
0.0.0.0 tx88.onl
|
||||
0.0.0.0 tx88.top
|
||||
0.0.0.0 tydo88.com
|
||||
0.0.0.0 tz.bet20.bet
|
||||
0.0.0.0 u88.watch
|
||||
0.0.0.0 u888.cc
|
||||
0.0.0.0 u888.id
|
||||
0.0.0.0 ud1a.com
|
||||
0.0.0.0 udw87.cc
|
||||
0.0.0.0 udw881.cc
|
||||
@@ -2489,13 +2658,20 @@
|
||||
0.0.0.0 uytin.8day66.com
|
||||
0.0.0.0 v.fa88.tv
|
||||
0.0.0.0 v.hitclub.in
|
||||
0.0.0.0 v.hitclub.lv
|
||||
0.0.0.0 v.hitclub.ml
|
||||
0.0.0.0 v.hitclub.mu
|
||||
0.0.0.0 v.hitclub.si
|
||||
0.0.0.0 v.hitclub.su
|
||||
0.0.0.0 v.hitclub.tv
|
||||
0.0.0.0 v.nhat9.vip
|
||||
0.0.0.0 v.nhatvip.pro
|
||||
0.0.0.0 v.nhatvip.vip
|
||||
0.0.0.0 v1.five88.vin
|
||||
0.0.0.0 v1.lode88.ai
|
||||
0.0.0.0 v111w.com
|
||||
0.0.0.0 v121w.com
|
||||
0.0.0.0 v4.five88.vin
|
||||
0.0.0.0 v4.vivu88.com
|
||||
0.0.0.0 v4.vivu88.net
|
||||
0.0.0.0 v79top.com
|
||||
@@ -2540,6 +2716,8 @@
|
||||
0.0.0.0 vi.oppa888.com
|
||||
0.0.0.0 vi68.org
|
||||
0.0.0.0 vibet.com
|
||||
0.0.0.0 vic.doctor
|
||||
0.0.0.0 vic.hair
|
||||
0.0.0.0 vic.win
|
||||
0.0.0.0 vic88.com
|
||||
0.0.0.0 vic88.net
|
||||
@@ -2553,6 +2731,7 @@
|
||||
0.0.0.0 vin88.com
|
||||
0.0.0.0 vin88.moi
|
||||
0.0.0.0 vin88.net
|
||||
0.0.0.0 vin88.pw
|
||||
0.0.0.0 vin88.sx
|
||||
0.0.0.0 vin88.top
|
||||
0.0.0.0 vin88.tv
|
||||
@@ -2576,11 +2755,13 @@
|
||||
0.0.0.0 vipsodo.top
|
||||
0.0.0.0 viva88.com
|
||||
0.0.0.0 viva88.net
|
||||
0.0.0.0 vivu88.cc
|
||||
0.0.0.0 vivu88.com
|
||||
0.0.0.0 vivu88.net
|
||||
0.0.0.0 vk88.com
|
||||
0.0.0.0 vlott88.com
|
||||
0.0.0.0 vn-lm.jbovietnam.com
|
||||
0.0.0.0 vn.abcvip.in
|
||||
0.0.0.0 vn.app
|
||||
0.0.0.0 vn.ku6101.net
|
||||
0.0.0.0 vn.ku6106.net
|
||||
@@ -2649,7 +2830,9 @@
|
||||
0.0.0.0 vstar79.com
|
||||
0.0.0.0 vu88.com
|
||||
0.0.0.0 vu88.de
|
||||
0.0.0.0 vu88.in
|
||||
0.0.0.0 vu88.net
|
||||
0.0.0.0 vu88.tv
|
||||
0.0.0.0 vua88.app
|
||||
0.0.0.0 vua88.biz
|
||||
0.0.0.0 vua88.club
|
||||
@@ -2753,8 +2936,13 @@
|
||||
0.0.0.0 web.sunwin.pro
|
||||
0.0.0.0 web.topzo.com
|
||||
0.0.0.0 web.win79.moi
|
||||
0.0.0.0 web.win79.vg
|
||||
0.0.0.0 web.yo88.is
|
||||
0.0.0.0 web.yo88.ml
|
||||
0.0.0.0 web.yo88.so
|
||||
0.0.0.0 web.yo88.st
|
||||
0.0.0.0 web.yo88.tv
|
||||
0.0.0.0 web.yo88.vu
|
||||
0.0.0.0 web.zowin.tv
|
||||
0.0.0.0 websvn.info
|
||||
0.0.0.0 wewinvwin.com
|
||||
@@ -2775,6 +2963,7 @@
|
||||
0.0.0.0 win79.moi
|
||||
0.0.0.0 win79.pro
|
||||
0.0.0.0 win79.site
|
||||
0.0.0.0 win79.vg
|
||||
0.0.0.0 win79.vip
|
||||
0.0.0.0 win79a.com
|
||||
0.0.0.0 win79d.com
|
||||
@@ -2807,6 +2996,7 @@
|
||||
0.0.0.0 wp.nbet.vin
|
||||
0.0.0.0 wp.red88.club
|
||||
0.0.0.0 wp.red88.com
|
||||
0.0.0.0 wp.red88.ml
|
||||
0.0.0.0 wp.red88.vip
|
||||
0.0.0.0 wp.rikvip.tv
|
||||
0.0.0.0 wp.sky88.club
|
||||
@@ -3273,6 +3463,7 @@
|
||||
0.0.0.0 www.yule12888.com
|
||||
0.0.0.0 x1798.com
|
||||
0.0.0.0 x8.club
|
||||
0.0.0.0 x8.fit
|
||||
0.0.0.0 x8.games
|
||||
0.0.0.0 x8.mobi
|
||||
0.0.0.0 x88.com
|
||||
@@ -3322,9 +3513,16 @@
|
||||
0.0.0.0 xvipwin.info
|
||||
0.0.0.0 ybbbet.com
|
||||
0.0.0.0 yd88c.com
|
||||
0.0.0.0 yo88.ae
|
||||
0.0.0.0 yo88.cool
|
||||
0.0.0.0 yo88.is
|
||||
0.0.0.0 yo88.ml
|
||||
0.0.0.0 yo88.pw
|
||||
0.0.0.0 yo88.so
|
||||
0.0.0.0 yo88.st
|
||||
0.0.0.0 yo88.tv
|
||||
0.0.0.0 yo88.vg
|
||||
0.0.0.0 yo88.vu
|
||||
0.0.0.0 yo88.win
|
||||
0.0.0.0 yo88vn.com
|
||||
0.0.0.0 youwevnak.kg88.shop
|
||||
@@ -3334,11 +3532,14 @@
|
||||
0.0.0.0 yylive.vip
|
||||
0.0.0.0 yylive.xyz
|
||||
0.0.0.0 z1.zbet.tv
|
||||
0.0.0.0 z1.zbet.ws
|
||||
0.0.0.0 zalomomo.com
|
||||
0.0.0.0 zbet.com
|
||||
0.0.0.0 zbet.dev
|
||||
0.0.0.0 zbet.fun
|
||||
0.0.0.0 zbet.me
|
||||
0.0.0.0 zbet.tv
|
||||
0.0.0.0 zbet.ws
|
||||
0.0.0.0 zet88.com
|
||||
0.0.0.0 zo.club
|
||||
0.0.0.0 zo1.win
|
||||
@@ -3349,9 +3550,18 @@
|
||||
0.0.0.0 zo88.vip
|
||||
0.0.0.0 zoplay.top
|
||||
0.0.0.0 zowin.bh
|
||||
0.0.0.0 zowin.im
|
||||
0.0.0.0 zowin.is
|
||||
0.0.0.0 zowin.kim
|
||||
0.0.0.0 zowin.mom
|
||||
0.0.0.0 zowin.ng
|
||||
0.0.0.0 zowin.red
|
||||
0.0.0.0 zowin.sh
|
||||
0.0.0.0 zowin.sx
|
||||
0.0.0.0 zowin.tv
|
||||
0.0.0.0 zowin.tw
|
||||
0.0.0.0 zowin.uno
|
||||
0.0.0.0 zowin.ws
|
||||
0.0.0.0 10bet.com
|
||||
0.0.0.0 10luxury39.com
|
||||
0.0.0.0 11wickets.com
|
||||
@@ -3461,6 +3671,7 @@
|
||||
0.0.0.0 bet1128.com
|
||||
0.0.0.0 bet11888.com
|
||||
0.0.0.0 bet2290.com
|
||||
0.0.0.0 bet25.dk
|
||||
0.0.0.0 bet2875.com
|
||||
0.0.0.0 bet2earn.net
|
||||
0.0.0.0 bet3000.com
|
||||
@@ -4295,6 +4506,7 @@
|
||||
0.0.0.0 mpl.live
|
||||
0.0.0.0 mr.bet
|
||||
0.0.0.0 mrgreen.com
|
||||
0.0.0.0 mrgreen.dk
|
||||
0.0.0.0 mrjackpotspins.com
|
||||
0.0.0.0 mrmega.com
|
||||
0.0.0.0 mrmobi.com
|
||||
@@ -4541,6 +4753,7 @@
|
||||
0.0.0.0 solverde.pt
|
||||
0.0.0.0 speedybet.com
|
||||
0.0.0.0 spela.com
|
||||
0.0.0.0 spilnu.dk
|
||||
0.0.0.0 spindipity.com
|
||||
0.0.0.0 spinit.com
|
||||
0.0.0.0 spinland.com
|
||||
@@ -5992,9 +6205,9 @@
|
||||
0.0.0.0 everbet.bg
|
||||
0.0.0.0 slotino.bg
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 1.866 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 1.868 domains
|
||||
# Only include adult domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -6867,7 +7080,9 @@
|
||||
0.0.0.0 phimsexhaymoi.com
|
||||
0.0.0.0 phimsexhaynhatban.cyou
|
||||
0.0.0.0 phimsexhaynhatban.top
|
||||
0.0.0.0 phimsexhaysss.com
|
||||
0.0.0.0 phimsexhayvl.com
|
||||
0.0.0.0 phimsexhayvnx.com
|
||||
0.0.0.0 phimsexhd.cyou
|
||||
0.0.0.0 phimsexhd.nl
|
||||
0.0.0.0 phimsexhd.online
|
||||
@@ -19627,7 +19842,6 @@
|
||||
0.0.0.0 totalaccess.transsexualbarebacking.com
|
||||
0.0.0.0 totalexposure.com
|
||||
0.0.0.0 totallynsfw.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 touchmylips.com
|
||||
0.0.0.0 touhoufeet.booru.org
|
||||
0.0.0.0 toumpano.net
|
||||
@@ -26534,7 +26748,6 @@
|
||||
0.0.0.0 www.torylane.com
|
||||
0.0.0.0 www.totalexposure.com
|
||||
0.0.0.0 www.totallynsfw.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 www.touchmylips.com
|
||||
0.0.0.0 www.toumpano.net
|
||||
0.0.0.0 www.toxamedia.com
|
||||
@@ -58818,8 +59031,6 @@
|
||||
0.0.0.0 pornaddict.me
|
||||
0.0.0.0 pornaddiction.com
|
||||
0.0.0.0 www.pornaddiction.com
|
||||
0.0.0.0 pornaddictsanonymous.org
|
||||
0.0.0.0 www.pornaddictsanonymous.org
|
||||
0.0.0.0 pornaddik.com
|
||||
0.0.0.0 www.pornaddik.com
|
||||
0.0.0.0 pornadept.com
|
||||
@@ -70988,6 +71199,8 @@
|
||||
0.0.0.0 totallyfreecam.com
|
||||
0.0.0.0 totallynakedteens.com
|
||||
0.0.0.0 totallyshemales.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 totporno.com
|
||||
0.0.0.0 tounavi.net
|
||||
0.0.0.0 tour7me.com
|
||||
@@ -80325,7 +80538,6 @@
|
||||
0.0.0.0 doglickpussy.com
|
||||
0.0.0.0 dogsex.show
|
||||
0.0.0.0 dood.li
|
||||
0.0.0.0 doodstream.com
|
||||
0.0.0.0 dooodster.com
|
||||
0.0.0.0 doujin-th.net
|
||||
0.0.0.0 doujinfast.com
|
||||
@@ -82410,6 +82622,51 @@
|
||||
0.0.0.0 scorchincams.com
|
||||
0.0.0.0 llqodr.lovepoiint.com
|
||||
0.0.0.0 viet69.bi
|
||||
0.0.0.0 joi.com
|
||||
0.0.0.0 joi.ai
|
||||
0.0.0.0 joyland.ai
|
||||
0.0.0.0 myanima.ai
|
||||
0.0.0.0 gptgirlfriend.online
|
||||
0.0.0.0 girlfriendgpt.com
|
||||
0.0.0.0 eroplay.ai
|
||||
0.0.0.0 soulkyn.com
|
||||
0.0.0.0 dreamcompanion.com
|
||||
0.0.0.0 infatuated.ai
|
||||
0.0.0.0 ourdream.ai
|
||||
0.0.0.0 nextpart.ai
|
||||
0.0.0.0 aiallure.com
|
||||
0.0.0.0 sugarlab.ai
|
||||
0.0.0.0 thotchat.ai
|
||||
0.0.0.0 fantasygf.ai
|
||||
0.0.0.0 cuties.ai
|
||||
0.0.0.0 juicychat.ai
|
||||
0.0.0.0 romanticai.com
|
||||
0.0.0.0 flirton.ai
|
||||
0.0.0.0 lovescape.ai
|
||||
0.0.0.0 swipey.ai
|
||||
0.0.0.0 golove.ai
|
||||
0.0.0.0 kupid.ai
|
||||
0.0.0.0 spicychat.ai
|
||||
0.0.0.0 hotchat.ai
|
||||
0.0.0.0 honeychat.ai
|
||||
0.0.0.0 darlingchat.ai
|
||||
0.0.0.0 sugarchatai.com
|
||||
0.0.0.0 babechatai.com
|
||||
0.0.0.0 babychatai.com
|
||||
0.0.0.0 aigals.com
|
||||
0.0.0.0 secrets.ai
|
||||
0.0.0.0 soulkyn.ai
|
||||
0.0.0.0 juiceychat.ai
|
||||
0.0.0.0 xchar.ai
|
||||
0.0.0.0 nectar.ai
|
||||
0.0.0.0 promptchan.com
|
||||
0.0.0.0 mypornfinder.com
|
||||
0.0.0.0 pornworks.com
|
||||
0.0.0.0 seduced.com
|
||||
0.0.0.0 redgifs.ai
|
||||
0.0.0.0 trashyneverclassy.com
|
||||
0.0.0.0 chomikuj.pl
|
||||
0.0.0.0 missav.ai
|
||||
# Title: Snuff hosts
|
||||
|
||||
0.0.0.0 bitcheese.net
|
||||
@@ -85998,6 +86255,9 @@
|
||||
0.0.0.0 allotalk.com
|
||||
|
||||
# gay
|
||||
|
||||
|
||||
0.0.0.0 bsky.app
|
||||
# blacklist
|
||||
#
|
||||
# The contents of this file (containing a listing of additional domains in
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 85,881 entries.
|
||||
containing 86,139 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -171,6 +171,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -426,8 +432,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -443,7 +451,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -454,6 +464,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38314
-44213
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 173,979 entries.
|
||||
containing 168,065 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -187,6 +187,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -442,8 +448,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -459,7 +467,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -470,6 +480,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38311
-44213
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 170,767 entries.
|
||||
containing 164,852 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -186,6 +186,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -441,8 +447,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -458,7 +466,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -469,6 +479,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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: 12 April 2026 23:11:10 (UTC)
|
||||
# Date: 21 June 2026 21:35:31 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: gambling, social
|
||||
# Number of unique domains: 9,205
|
||||
# Number of unique domains: 9,419
|
||||
#
|
||||
# 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: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 3.323 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 3.533 domains
|
||||
# Only include gambling domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -58,6 +58,7 @@
|
||||
0.0.0.0 11bet.vin
|
||||
0.0.0.0 11bet.win
|
||||
0.0.0.0 11betvnd.com
|
||||
0.0.0.0 11win.llc
|
||||
0.0.0.0 11win.mobi
|
||||
0.0.0.0 11win.mx
|
||||
0.0.0.0 11win.net
|
||||
@@ -90,6 +91,7 @@
|
||||
0.0.0.0 188pscn2.com
|
||||
0.0.0.0 188thethao.com
|
||||
0.0.0.0 18luck.pro
|
||||
0.0.0.0 18win.net
|
||||
0.0.0.0 1eight8.com
|
||||
0.0.0.0 1tamtamvn.com
|
||||
0.0.0.0 1x.club
|
||||
@@ -130,8 +132,15 @@
|
||||
0.0.0.0 388bet.vin
|
||||
0.0.0.0 388bet.vip
|
||||
0.0.0.0 3bet.biz
|
||||
0.0.0.0 3bet.la
|
||||
0.0.0.0 3bet.ph
|
||||
0.0.0.0 3bet.sh
|
||||
0.0.0.0 3bet.ski
|
||||
0.0.0.0 3bet.so
|
||||
0.0.0.0 3bet.tech
|
||||
0.0.0.0 3bet.vc
|
||||
0.0.0.0 3bet.win
|
||||
0.0.0.0 3bet.you
|
||||
0.0.0.0 3kingclub.com
|
||||
0.0.0.0 448kbet.com
|
||||
0.0.0.0 5123b.com
|
||||
@@ -236,6 +245,8 @@
|
||||
0.0.0.0 88bong.net
|
||||
0.0.0.0 88cado.com
|
||||
0.0.0.0 88cado.net
|
||||
0.0.0.0 88clb.app
|
||||
0.0.0.0 88clb.fit
|
||||
0.0.0.0 88gobet.com
|
||||
0.0.0.0 88new.cc
|
||||
0.0.0.0 88online.live
|
||||
@@ -303,6 +314,10 @@
|
||||
0.0.0.0 9bet.win
|
||||
0.0.0.0 9bet.world
|
||||
0.0.0.0 9e3c.com
|
||||
0.0.0.0 abc8.cm
|
||||
0.0.0.0 abc8.cv
|
||||
0.0.0.0 abcvip.com
|
||||
0.0.0.0 abcvip.in
|
||||
0.0.0.0 account.w88ac.com
|
||||
0.0.0.0 account.w88club.com
|
||||
0.0.0.0 account.w88hn.com
|
||||
@@ -413,6 +428,7 @@
|
||||
0.0.0.0 api.oppa88888888.com
|
||||
0.0.0.0 api.red88.club
|
||||
0.0.0.0 api.red88.com
|
||||
0.0.0.0 api.red88.ml
|
||||
0.0.0.0 api.red88.vip
|
||||
0.0.0.0 api.shbet3.com
|
||||
0.0.0.0 api.shbetvv.com
|
||||
@@ -474,8 +490,15 @@
|
||||
0.0.0.0 b88ag.com
|
||||
0.0.0.0 bachhoa88.com
|
||||
0.0.0.0 bacty88.com
|
||||
0.0.0.0 ball88.app
|
||||
0.0.0.0 ball88.com
|
||||
0.0.0.0 ball88.day
|
||||
0.0.0.0 ball88.fun
|
||||
0.0.0.0 ball88.games
|
||||
0.0.0.0 ball88.mobi
|
||||
0.0.0.0 ball88.red
|
||||
0.0.0.0 ball88.to
|
||||
0.0.0.0 ball88.zone
|
||||
0.0.0.0 banca.cc
|
||||
0.0.0.0 banca.xo68.vip
|
||||
0.0.0.0 bancadoithuongvn.com
|
||||
@@ -550,6 +573,7 @@
|
||||
0.0.0.0 bntv.bongvip.com
|
||||
0.0.0.0 bom52.club
|
||||
0.0.0.0 bom88.com
|
||||
0.0.0.0 bom88.ing
|
||||
0.0.0.0 bom88.net
|
||||
0.0.0.0 bong.thethaowin.net
|
||||
0.0.0.0 bong88.cam
|
||||
@@ -640,6 +664,7 @@
|
||||
0.0.0.0 choiwin79.in
|
||||
0.0.0.0 choiwon88.info
|
||||
0.0.0.0 click.mibet88.com
|
||||
0.0.0.0 cm88.com
|
||||
0.0.0.0 cmd368max.com
|
||||
0.0.0.0 cmd368t.com
|
||||
0.0.0.0 cms.v79top.com
|
||||
@@ -649,6 +674,7 @@
|
||||
0.0.0.0 connhangheo.top
|
||||
0.0.0.0 coopbet.com
|
||||
0.0.0.0 corona999.com
|
||||
0.0.0.0 cungv9choi.com
|
||||
0.0.0.0 cuoc88.net
|
||||
0.0.0.0 cuoc8899.com
|
||||
0.0.0.0 cuocba.com
|
||||
@@ -675,8 +701,15 @@
|
||||
0.0.0.0 cwin999.com
|
||||
0.0.0.0 d1.dabet.club
|
||||
0.0.0.0 d1.debet.cx
|
||||
0.0.0.0 d1.debet.gd
|
||||
0.0.0.0 d1.debet.gs
|
||||
0.0.0.0 d1.debet.info
|
||||
0.0.0.0 d1.debet.lc
|
||||
0.0.0.0 d1.debet.mp
|
||||
0.0.0.0 d1.debet.mw
|
||||
0.0.0.0 d1.debet.sc
|
||||
0.0.0.0 d1.debet.so
|
||||
0.0.0.0 d1.debet.st
|
||||
0.0.0.0 d1.debet.top
|
||||
0.0.0.0 d1.debet.win
|
||||
0.0.0.0 d3.debet.info
|
||||
@@ -732,6 +765,7 @@
|
||||
0.0.0.0 dangkyrikvip.tv
|
||||
0.0.0.0 dangkyrikvip.win
|
||||
0.0.0.0 dangkyva88.info
|
||||
0.0.0.0 daomo.club
|
||||
0.0.0.0 datcuoc.thethaofb88.com
|
||||
0.0.0.0 debet.bet
|
||||
0.0.0.0 debet.bot
|
||||
@@ -741,13 +775,22 @@
|
||||
0.0.0.0 debet.cx
|
||||
0.0.0.0 debet.fan
|
||||
0.0.0.0 debet.fun
|
||||
0.0.0.0 debet.gd
|
||||
0.0.0.0 debet.gs
|
||||
0.0.0.0 debet.info
|
||||
0.0.0.0 debet.lc
|
||||
0.0.0.0 debet.lv
|
||||
0.0.0.0 debet.moi
|
||||
0.0.0.0 debet.mp
|
||||
0.0.0.0 debet.mw
|
||||
0.0.0.0 debet.net
|
||||
0.0.0.0 debet.sc
|
||||
0.0.0.0 debet.so
|
||||
0.0.0.0 debet.st
|
||||
0.0.0.0 debet.top
|
||||
0.0.0.0 debet.uk
|
||||
0.0.0.0 debet.us
|
||||
0.0.0.0 debet.vg
|
||||
0.0.0.0 debet.win
|
||||
0.0.0.0 debet79.info
|
||||
0.0.0.0 debet88.win
|
||||
@@ -844,6 +887,7 @@
|
||||
0.0.0.0 f8betaa.com
|
||||
0.0.0.0 f8betapp.net
|
||||
0.0.0.0 f8betgg.com
|
||||
0.0.0.0 fa88.tel
|
||||
0.0.0.0 fa88.tv
|
||||
0.0.0.0 fa88.win
|
||||
0.0.0.0 fa88vn.live
|
||||
@@ -929,10 +973,18 @@
|
||||
0.0.0.0 five-88.link
|
||||
0.0.0.0 five88.biz
|
||||
0.0.0.0 five88.com
|
||||
0.0.0.0 five88.id
|
||||
0.0.0.0 five88.in
|
||||
0.0.0.0 five88.lc
|
||||
0.0.0.0 five88.net
|
||||
0.0.0.0 five88.ng
|
||||
0.0.0.0 five88.nl
|
||||
0.0.0.0 five88.ro
|
||||
0.0.0.0 five88.sale
|
||||
0.0.0.0 five88.show
|
||||
0.0.0.0 five88.sx
|
||||
0.0.0.0 five88.top
|
||||
0.0.0.0 five88.vc
|
||||
0.0.0.0 five88.vin
|
||||
0.0.0.0 five88.win
|
||||
0.0.0.0 five88.wine
|
||||
@@ -998,10 +1050,18 @@
|
||||
0.0.0.0 gem88.com
|
||||
0.0.0.0 gem88.guru
|
||||
0.0.0.0 gem88.win
|
||||
0.0.0.0 gemwin.fm
|
||||
0.0.0.0 gemwin.ink
|
||||
0.0.0.0 gemwin.is
|
||||
0.0.0.0 gemwin.lc
|
||||
0.0.0.0 gemwin.lv
|
||||
0.0.0.0 gemwin.my
|
||||
0.0.0.0 gemwin.nz
|
||||
0.0.0.0 gemwin.page
|
||||
0.0.0.0 gemwin.to
|
||||
0.0.0.0 gemwin.tv
|
||||
0.0.0.0 gemwin.vc
|
||||
0.0.0.0 gemwin.vin
|
||||
0.0.0.0 gemwin.vip
|
||||
0.0.0.0 gen88.com
|
||||
0.0.0.0 gi8.us
|
||||
@@ -1048,6 +1108,7 @@
|
||||
0.0.0.0 gogobolaku.com
|
||||
0.0.0.0 gw.gen88.com
|
||||
0.0.0.0 gw.mubet.vip
|
||||
0.0.0.0 gw.tot88.store
|
||||
0.0.0.0 h3bet.com
|
||||
0.0.0.0 h51.live
|
||||
0.0.0.0 happy9luck.com
|
||||
@@ -1056,6 +1117,8 @@
|
||||
0.0.0.0 hay8811.com
|
||||
0.0.0.0 hay8822.com
|
||||
0.0.0.0 haywin.ac
|
||||
0.0.0.0 haywin.ai
|
||||
0.0.0.0 haywin.my
|
||||
0.0.0.0 haywin.space
|
||||
0.0.0.0 haywin.store
|
||||
0.0.0.0 haywin.vip
|
||||
@@ -1067,7 +1130,9 @@
|
||||
0.0.0.0 hb8887.com
|
||||
0.0.0.0 hb88vn.co
|
||||
0.0.0.0 hbet.club
|
||||
0.0.0.0 hbet.lv
|
||||
0.0.0.0 hbet.net
|
||||
0.0.0.0 hbet.pw
|
||||
0.0.0.0 hbet.win
|
||||
0.0.0.0 hcm66.com
|
||||
0.0.0.0 hdbet.com
|
||||
@@ -1091,9 +1156,18 @@
|
||||
0.0.0.0 hitclub.cafe
|
||||
0.0.0.0 hitclub.com
|
||||
0.0.0.0 hitclub.in
|
||||
0.0.0.0 hitclub.lc
|
||||
0.0.0.0 hitclub.lt
|
||||
0.0.0.0 hitclub.lv
|
||||
0.0.0.0 hitclub.mk
|
||||
0.0.0.0 hitclub.ml
|
||||
0.0.0.0 hitclub.mu
|
||||
0.0.0.0 hitclub.pl
|
||||
0.0.0.0 hitclub.pro
|
||||
0.0.0.0 hitclub.salon
|
||||
0.0.0.0 hitclub.si
|
||||
0.0.0.0 hitclub.so
|
||||
0.0.0.0 hitclub.su
|
||||
0.0.0.0 hitclub.top
|
||||
0.0.0.0 hitclub.tv
|
||||
0.0.0.0 hitclub.vin
|
||||
@@ -1106,6 +1180,7 @@
|
||||
0.0.0.0 hot51.com
|
||||
0.0.0.0 hotlive.in
|
||||
0.0.0.0 hotlive8.vip
|
||||
0.0.0.0 hubet.com
|
||||
0.0.0.0 i.b52.club
|
||||
0.0.0.0 i.go88.ca
|
||||
0.0.0.0 i.go88.com
|
||||
@@ -1492,6 +1567,7 @@
|
||||
0.0.0.0 kuwin.guide
|
||||
0.0.0.0 kuwinvip.com
|
||||
0.0.0.0 l4.lode88.ai
|
||||
0.0.0.0 lc88.men
|
||||
0.0.0.0 ldp-sum.com
|
||||
0.0.0.0 legabet.gay
|
||||
0.0.0.0 leo88.com
|
||||
@@ -1645,13 +1721,20 @@
|
||||
0.0.0.0 m.w88io.com
|
||||
0.0.0.0 m.w88ok.com
|
||||
0.0.0.0 m.w88yes.com
|
||||
0.0.0.0 m1.ball88.app
|
||||
0.0.0.0 m1.ball88.com
|
||||
0.0.0.0 m1.ball88.fun
|
||||
0.0.0.0 m1.ball88.games
|
||||
0.0.0.0 m1.ball88.mobi
|
||||
0.0.0.0 m1.ball88.red
|
||||
0.0.0.0 m1.ball88.to
|
||||
0.0.0.0 m1.ball88.zone
|
||||
0.0.0.0 m1.fm88.com
|
||||
0.0.0.0 m1.max88.vip
|
||||
0.0.0.0 m1.may88d.com
|
||||
0.0.0.0 m1.tin88.bet
|
||||
0.0.0.0 m1.vin88.net
|
||||
0.0.0.0 m1.vin88.pw
|
||||
0.0.0.0 m1.vin88.vin
|
||||
0.0.0.0 m1.vin88.vip
|
||||
0.0.0.0 m1.xibet.fun
|
||||
@@ -1753,6 +1836,7 @@
|
||||
0.0.0.0 mk.com
|
||||
0.0.0.0 mkt.11bet.us
|
||||
0.0.0.0 mkt.debet.com
|
||||
0.0.0.0 mm88.com
|
||||
0.0.0.0 mm99.vip
|
||||
0.0.0.0 mmwin.nearom.com
|
||||
0.0.0.0 mobi.oleviet777.com
|
||||
@@ -1837,14 +1921,25 @@
|
||||
0.0.0.0 nhacaiuytin.life
|
||||
0.0.0.0 nhanthuong88.com
|
||||
0.0.0.0 nhat.bet
|
||||
0.0.0.0 nhat.bh
|
||||
0.0.0.0 nhat.cx
|
||||
0.0.0.0 nhat.game
|
||||
0.0.0.0 nhat.is
|
||||
0.0.0.0 nhat.it
|
||||
0.0.0.0 nhat.my
|
||||
0.0.0.0 nhat.one
|
||||
0.0.0.0 nhat.pw
|
||||
0.0.0.0 nhat.sh
|
||||
0.0.0.0 nhat.sx
|
||||
0.0.0.0 nhat.vip
|
||||
0.0.0.0 nhat1.club
|
||||
0.0.0.0 nhat9.vip
|
||||
0.0.0.0 nhatvip.ac
|
||||
0.0.0.0 nhatvip.is
|
||||
0.0.0.0 nhatvip.mobi
|
||||
0.0.0.0 nhatvip.moi
|
||||
0.0.0.0 nhatvip.us
|
||||
0.0.0.0 nhatvip.vin
|
||||
0.0.0.0 nhatvip.vip
|
||||
0.0.0.0 nnwud.com
|
||||
0.0.0.0 nohu.band
|
||||
@@ -1858,11 +1953,13 @@
|
||||
0.0.0.0 nuoigada.com
|
||||
0.0.0.0 nxb8.com
|
||||
0.0.0.0 o4.oxbet.in
|
||||
0.0.0.0 ok365.org
|
||||
0.0.0.0 okcado.com
|
||||
0.0.0.0 okcado.org
|
||||
0.0.0.0 okking.com
|
||||
0.0.0.0 okking.cooking
|
||||
0.0.0.0 okking.org
|
||||
0.0.0.0 okvip.fun
|
||||
0.0.0.0 okvip.life
|
||||
0.0.0.0 okvip.pro
|
||||
0.0.0.0 okvip.today
|
||||
@@ -1890,6 +1987,7 @@
|
||||
0.0.0.0 one88.win
|
||||
0.0.0.0 onevegas.com
|
||||
0.0.0.0 ooooooo2.com
|
||||
0.0.0.0 open88.com
|
||||
0.0.0.0 oppa888.com
|
||||
0.0.0.0 oppa88888888.com
|
||||
0.0.0.0 oppo96.com
|
||||
@@ -1921,16 +2019,21 @@
|
||||
0.0.0.0 play.bay789.life
|
||||
0.0.0.0 play.bom52.club
|
||||
0.0.0.0 play.bum3.club
|
||||
0.0.0.0 play.daomo.club
|
||||
0.0.0.0 play.fa88.tel
|
||||
0.0.0.0 play.fa88.win
|
||||
0.0.0.0 play.gemwin.vip
|
||||
0.0.0.0 play.go88.club
|
||||
0.0.0.0 play.go88.tv
|
||||
0.0.0.0 play.haywin.ai
|
||||
0.0.0.0 play.haywin.space
|
||||
0.0.0.0 play.haywin.store
|
||||
0.0.0.0 play.hit.club
|
||||
0.0.0.0 play.im99.com
|
||||
0.0.0.0 play.iwin.bio
|
||||
0.0.0.0 play.lo88.live
|
||||
0.0.0.0 play.okvip.fun
|
||||
0.0.0.0 play.ricwin.pw
|
||||
0.0.0.0 play.rik88.life
|
||||
0.0.0.0 play.rikvip.info
|
||||
0.0.0.0 play.rikvip.tv
|
||||
@@ -1943,11 +2046,15 @@
|
||||
0.0.0.0 play.top88.uk
|
||||
0.0.0.0 play.top88.us
|
||||
0.0.0.0 play.top88.vn
|
||||
0.0.0.0 play.top88.voto
|
||||
0.0.0.0 play.topclub.casa
|
||||
0.0.0.0 play.vaob52.click
|
||||
0.0.0.0 play.vic.hair
|
||||
0.0.0.0 play.vip79.top
|
||||
0.0.0.0 play.win79.vip
|
||||
0.0.0.0 play.win79d.com
|
||||
0.0.0.0 play.x8.club
|
||||
0.0.0.0 play.x8.fit
|
||||
0.0.0.0 play.x8vn.top
|
||||
0.0.0.0 play.xocdia88.video
|
||||
0.0.0.0 play1.son.club
|
||||
@@ -2021,9 +2128,11 @@
|
||||
0.0.0.0 quayso88.com
|
||||
0.0.0.0 quaysogame.com
|
||||
0.0.0.0 quickraiseup.com
|
||||
0.0.0.0 racvl.fun
|
||||
0.0.0.0 record.income88.com
|
||||
0.0.0.0 red88.club
|
||||
0.0.0.0 red88.com
|
||||
0.0.0.0 red88.ml
|
||||
0.0.0.0 red88.top
|
||||
0.0.0.0 red88.tv
|
||||
0.0.0.0 red88.us
|
||||
@@ -2036,6 +2145,7 @@
|
||||
0.0.0.0 rgames.org
|
||||
0.0.0.0 ricbet.com
|
||||
0.0.0.0 ricbet.win
|
||||
0.0.0.0 ricwin.pw
|
||||
0.0.0.0 rik.bet
|
||||
0.0.0.0 rik.club
|
||||
0.0.0.0 rik.fun
|
||||
@@ -2054,6 +2164,9 @@
|
||||
0.0.0.0 rikvip.win
|
||||
0.0.0.0 royal77vn.com
|
||||
0.0.0.0 rr88.live
|
||||
0.0.0.0 rs88.com
|
||||
0.0.0.0 rs88.cyou
|
||||
0.0.0.0 rs88.vip
|
||||
0.0.0.0 rubik88.com
|
||||
0.0.0.0 rw8800.com
|
||||
0.0.0.0 s.sv66c.com
|
||||
@@ -2068,9 +2181,16 @@
|
||||
0.0.0.0 s2.sin88.com
|
||||
0.0.0.0 s26bet.ltd
|
||||
0.0.0.0 s26bet01.com
|
||||
0.0.0.0 s3.sin88.fo
|
||||
0.0.0.0 s3.sin88.lu
|
||||
0.0.0.0 s3.sin88.ml
|
||||
0.0.0.0 s3.sin88.ms
|
||||
0.0.0.0 s3.sin88.si
|
||||
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.vip
|
||||
0.0.0.0 s4.tot88.store
|
||||
0.0.0.0 s555.com
|
||||
0.0.0.0 s99902e.com
|
||||
0.0.0.0 s99906.com
|
||||
@@ -2115,12 +2235,18 @@
|
||||
0.0.0.0 sin88.club
|
||||
0.0.0.0 sin88.com
|
||||
0.0.0.0 sin88.cv
|
||||
0.0.0.0 sin88.fo
|
||||
0.0.0.0 sin88.im
|
||||
0.0.0.0 sin88.lu
|
||||
0.0.0.0 sin88.me
|
||||
0.0.0.0 sin88.ml
|
||||
0.0.0.0 sin88.mn
|
||||
0.0.0.0 sin88.mobi
|
||||
0.0.0.0 sin88.ms
|
||||
0.0.0.0 sin88.mx
|
||||
0.0.0.0 sin88.si
|
||||
0.0.0.0 sin88.sx
|
||||
0.0.0.0 sin88.tw
|
||||
0.0.0.0 sin88.uk
|
||||
0.0.0.0 sin88.us
|
||||
0.0.0.0 sin88.vip
|
||||
@@ -2128,18 +2254,38 @@
|
||||
0.0.0.0 sin88s.com
|
||||
0.0.0.0 sinbet.com
|
||||
0.0.0.0 sinbet.vip
|
||||
0.0.0.0 sk.ball88.app
|
||||
0.0.0.0 sk.ball88.com
|
||||
0.0.0.0 sk.ball88.day
|
||||
0.0.0.0 sk.ball88.fun
|
||||
0.0.0.0 sk.ball88.mobi
|
||||
0.0.0.0 sk.ball88.to
|
||||
0.0.0.0 sk.ball88.zone
|
||||
0.0.0.0 sk.debet.cx
|
||||
0.0.0.0 sk.debet.gd
|
||||
0.0.0.0 sk.debet.gs
|
||||
0.0.0.0 sk.debet.lc
|
||||
0.0.0.0 sk.debet.lv
|
||||
0.0.0.0 sk.debet.mw
|
||||
0.0.0.0 sk.debet.st
|
||||
0.0.0.0 sk.debet.vg
|
||||
0.0.0.0 sk.fm88.com
|
||||
0.0.0.0 sk.sin88.fo
|
||||
0.0.0.0 sk.sin88.lu
|
||||
0.0.0.0 sk.sin88.ml
|
||||
0.0.0.0 sk.sin88.ms
|
||||
0.0.0.0 sk.sin88.si
|
||||
0.0.0.0 sk.sin88.tw
|
||||
0.0.0.0 sk.tin88.bet
|
||||
0.0.0.0 sk.tin88.club
|
||||
0.0.0.0 sk.tin88.in
|
||||
0.0.0.0 sk.vin88.net
|
||||
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.com
|
||||
0.0.0.0 sk.xibet.fun
|
||||
0.0.0.0 sk.zbet.ws
|
||||
0.0.0.0 sky88.bet
|
||||
0.0.0.0 sky88.club
|
||||
0.0.0.0 sky88.com
|
||||
@@ -2165,6 +2311,7 @@
|
||||
0.0.0.0 sock.nbet.vin
|
||||
0.0.0.0 sock.red88.club
|
||||
0.0.0.0 sock.red88.com
|
||||
0.0.0.0 sock.red88.ml
|
||||
0.0.0.0 sock.red88.vip
|
||||
0.0.0.0 sock.sky88.club
|
||||
0.0.0.0 sock.sky88.com
|
||||
@@ -2235,6 +2382,7 @@
|
||||
0.0.0.0 sun52.live
|
||||
0.0.0.0 sun52.tv
|
||||
0.0.0.0 sun6.win
|
||||
0.0.0.0 sunwin.af
|
||||
0.0.0.0 sunwin.club
|
||||
0.0.0.0 sunwin.id
|
||||
0.0.0.0 sunwin.inc
|
||||
@@ -2246,6 +2394,8 @@
|
||||
0.0.0.0 sunwinvn.club
|
||||
0.0.0.0 sure168.asia
|
||||
0.0.0.0 sut88.com
|
||||
0.0.0.0 sv1.sv88.ro
|
||||
0.0.0.0 sv1.sv88.vu
|
||||
0.0.0.0 sv1.sv88d.com
|
||||
0.0.0.0 sv288.net
|
||||
0.0.0.0 sv368.casino
|
||||
@@ -2264,10 +2414,18 @@
|
||||
0.0.0.0 sv66c.com
|
||||
0.0.0.0 sv66s.com
|
||||
0.0.0.0 sv66vip6.com
|
||||
0.0.0.0 sv88.ae
|
||||
0.0.0.0 sv88.cl
|
||||
0.0.0.0 sv88.club
|
||||
0.0.0.0 sv88.com
|
||||
0.0.0.0 sv88.in
|
||||
0.0.0.0 sv88.lv
|
||||
0.0.0.0 sv88.ml
|
||||
0.0.0.0 sv88.ro
|
||||
0.0.0.0 sv88.si
|
||||
0.0.0.0 sv88.vin
|
||||
0.0.0.0 sv88.vip
|
||||
0.0.0.0 sv88.vu
|
||||
0.0.0.0 sv88.win
|
||||
0.0.0.0 sv88a.com
|
||||
0.0.0.0 sv88r.com
|
||||
@@ -2442,8 +2600,11 @@
|
||||
0.0.0.0 top88.us
|
||||
0.0.0.0 top88.vip
|
||||
0.0.0.0 top88.vn
|
||||
0.0.0.0 top88.voto
|
||||
0.0.0.0 topbet.net
|
||||
0.0.0.0 topbet.top
|
||||
0.0.0.0 topclub.casa
|
||||
0.0.0.0 topclub.win
|
||||
0.0.0.0 topdoithuong.net
|
||||
0.0.0.0 topgamebai.biz
|
||||
0.0.0.0 topnohu.com
|
||||
@@ -2452,10 +2613,12 @@
|
||||
0.0.0.0 topzo.top
|
||||
0.0.0.0 topzo.vip
|
||||
0.0.0.0 tot88.com
|
||||
0.0.0.0 tot88.store
|
||||
0.0.0.0 tourghepmienbac.net
|
||||
0.0.0.0 trang188vn.com
|
||||
0.0.0.0 trangchu.life
|
||||
0.0.0.0 trangkeo.com
|
||||
0.0.0.0 trochoidonclub.online
|
||||
0.0.0.0 trochoivuaclub.online
|
||||
0.0.0.0 tructiepdaga.info
|
||||
0.0.0.0 tt128.net
|
||||
@@ -2465,9 +2628,15 @@
|
||||
0.0.0.0 tx88.fun
|
||||
0.0.0.0 tx88.fyi
|
||||
0.0.0.0 tx88.in
|
||||
0.0.0.0 tx88.ing
|
||||
0.0.0.0 tx88.llc
|
||||
0.0.0.0 tx88.onl
|
||||
0.0.0.0 tx88.top
|
||||
0.0.0.0 tydo88.com
|
||||
0.0.0.0 tz.bet20.bet
|
||||
0.0.0.0 u88.watch
|
||||
0.0.0.0 u888.cc
|
||||
0.0.0.0 u888.id
|
||||
0.0.0.0 ud1a.com
|
||||
0.0.0.0 udw87.cc
|
||||
0.0.0.0 udw881.cc
|
||||
@@ -2489,13 +2658,20 @@
|
||||
0.0.0.0 uytin.8day66.com
|
||||
0.0.0.0 v.fa88.tv
|
||||
0.0.0.0 v.hitclub.in
|
||||
0.0.0.0 v.hitclub.lv
|
||||
0.0.0.0 v.hitclub.ml
|
||||
0.0.0.0 v.hitclub.mu
|
||||
0.0.0.0 v.hitclub.si
|
||||
0.0.0.0 v.hitclub.su
|
||||
0.0.0.0 v.hitclub.tv
|
||||
0.0.0.0 v.nhat9.vip
|
||||
0.0.0.0 v.nhatvip.pro
|
||||
0.0.0.0 v.nhatvip.vip
|
||||
0.0.0.0 v1.five88.vin
|
||||
0.0.0.0 v1.lode88.ai
|
||||
0.0.0.0 v111w.com
|
||||
0.0.0.0 v121w.com
|
||||
0.0.0.0 v4.five88.vin
|
||||
0.0.0.0 v4.vivu88.com
|
||||
0.0.0.0 v4.vivu88.net
|
||||
0.0.0.0 v79top.com
|
||||
@@ -2540,6 +2716,8 @@
|
||||
0.0.0.0 vi.oppa888.com
|
||||
0.0.0.0 vi68.org
|
||||
0.0.0.0 vibet.com
|
||||
0.0.0.0 vic.doctor
|
||||
0.0.0.0 vic.hair
|
||||
0.0.0.0 vic.win
|
||||
0.0.0.0 vic88.com
|
||||
0.0.0.0 vic88.net
|
||||
@@ -2553,6 +2731,7 @@
|
||||
0.0.0.0 vin88.com
|
||||
0.0.0.0 vin88.moi
|
||||
0.0.0.0 vin88.net
|
||||
0.0.0.0 vin88.pw
|
||||
0.0.0.0 vin88.sx
|
||||
0.0.0.0 vin88.top
|
||||
0.0.0.0 vin88.tv
|
||||
@@ -2576,11 +2755,13 @@
|
||||
0.0.0.0 vipsodo.top
|
||||
0.0.0.0 viva88.com
|
||||
0.0.0.0 viva88.net
|
||||
0.0.0.0 vivu88.cc
|
||||
0.0.0.0 vivu88.com
|
||||
0.0.0.0 vivu88.net
|
||||
0.0.0.0 vk88.com
|
||||
0.0.0.0 vlott88.com
|
||||
0.0.0.0 vn-lm.jbovietnam.com
|
||||
0.0.0.0 vn.abcvip.in
|
||||
0.0.0.0 vn.app
|
||||
0.0.0.0 vn.ku6101.net
|
||||
0.0.0.0 vn.ku6106.net
|
||||
@@ -2649,7 +2830,9 @@
|
||||
0.0.0.0 vstar79.com
|
||||
0.0.0.0 vu88.com
|
||||
0.0.0.0 vu88.de
|
||||
0.0.0.0 vu88.in
|
||||
0.0.0.0 vu88.net
|
||||
0.0.0.0 vu88.tv
|
||||
0.0.0.0 vua88.app
|
||||
0.0.0.0 vua88.biz
|
||||
0.0.0.0 vua88.club
|
||||
@@ -2753,8 +2936,13 @@
|
||||
0.0.0.0 web.sunwin.pro
|
||||
0.0.0.0 web.topzo.com
|
||||
0.0.0.0 web.win79.moi
|
||||
0.0.0.0 web.win79.vg
|
||||
0.0.0.0 web.yo88.is
|
||||
0.0.0.0 web.yo88.ml
|
||||
0.0.0.0 web.yo88.so
|
||||
0.0.0.0 web.yo88.st
|
||||
0.0.0.0 web.yo88.tv
|
||||
0.0.0.0 web.yo88.vu
|
||||
0.0.0.0 web.zowin.tv
|
||||
0.0.0.0 websvn.info
|
||||
0.0.0.0 wewinvwin.com
|
||||
@@ -2775,6 +2963,7 @@
|
||||
0.0.0.0 win79.moi
|
||||
0.0.0.0 win79.pro
|
||||
0.0.0.0 win79.site
|
||||
0.0.0.0 win79.vg
|
||||
0.0.0.0 win79.vip
|
||||
0.0.0.0 win79a.com
|
||||
0.0.0.0 win79d.com
|
||||
@@ -2807,6 +2996,7 @@
|
||||
0.0.0.0 wp.nbet.vin
|
||||
0.0.0.0 wp.red88.club
|
||||
0.0.0.0 wp.red88.com
|
||||
0.0.0.0 wp.red88.ml
|
||||
0.0.0.0 wp.red88.vip
|
||||
0.0.0.0 wp.rikvip.tv
|
||||
0.0.0.0 wp.sky88.club
|
||||
@@ -3273,6 +3463,7 @@
|
||||
0.0.0.0 www.yule12888.com
|
||||
0.0.0.0 x1798.com
|
||||
0.0.0.0 x8.club
|
||||
0.0.0.0 x8.fit
|
||||
0.0.0.0 x8.games
|
||||
0.0.0.0 x8.mobi
|
||||
0.0.0.0 x88.com
|
||||
@@ -3322,9 +3513,16 @@
|
||||
0.0.0.0 xvipwin.info
|
||||
0.0.0.0 ybbbet.com
|
||||
0.0.0.0 yd88c.com
|
||||
0.0.0.0 yo88.ae
|
||||
0.0.0.0 yo88.cool
|
||||
0.0.0.0 yo88.is
|
||||
0.0.0.0 yo88.ml
|
||||
0.0.0.0 yo88.pw
|
||||
0.0.0.0 yo88.so
|
||||
0.0.0.0 yo88.st
|
||||
0.0.0.0 yo88.tv
|
||||
0.0.0.0 yo88.vg
|
||||
0.0.0.0 yo88.vu
|
||||
0.0.0.0 yo88.win
|
||||
0.0.0.0 yo88vn.com
|
||||
0.0.0.0 youwevnak.kg88.shop
|
||||
@@ -3334,11 +3532,14 @@
|
||||
0.0.0.0 yylive.vip
|
||||
0.0.0.0 yylive.xyz
|
||||
0.0.0.0 z1.zbet.tv
|
||||
0.0.0.0 z1.zbet.ws
|
||||
0.0.0.0 zalomomo.com
|
||||
0.0.0.0 zbet.com
|
||||
0.0.0.0 zbet.dev
|
||||
0.0.0.0 zbet.fun
|
||||
0.0.0.0 zbet.me
|
||||
0.0.0.0 zbet.tv
|
||||
0.0.0.0 zbet.ws
|
||||
0.0.0.0 zet88.com
|
||||
0.0.0.0 zo.club
|
||||
0.0.0.0 zo1.win
|
||||
@@ -3349,9 +3550,18 @@
|
||||
0.0.0.0 zo88.vip
|
||||
0.0.0.0 zoplay.top
|
||||
0.0.0.0 zowin.bh
|
||||
0.0.0.0 zowin.im
|
||||
0.0.0.0 zowin.is
|
||||
0.0.0.0 zowin.kim
|
||||
0.0.0.0 zowin.mom
|
||||
0.0.0.0 zowin.ng
|
||||
0.0.0.0 zowin.red
|
||||
0.0.0.0 zowin.sh
|
||||
0.0.0.0 zowin.sx
|
||||
0.0.0.0 zowin.tv
|
||||
0.0.0.0 zowin.tw
|
||||
0.0.0.0 zowin.uno
|
||||
0.0.0.0 zowin.ws
|
||||
0.0.0.0 10bet.com
|
||||
0.0.0.0 10luxury39.com
|
||||
0.0.0.0 11wickets.com
|
||||
@@ -3461,6 +3671,7 @@
|
||||
0.0.0.0 bet1128.com
|
||||
0.0.0.0 bet11888.com
|
||||
0.0.0.0 bet2290.com
|
||||
0.0.0.0 bet25.dk
|
||||
0.0.0.0 bet2875.com
|
||||
0.0.0.0 bet2earn.net
|
||||
0.0.0.0 bet3000.com
|
||||
@@ -4295,6 +4506,7 @@
|
||||
0.0.0.0 mpl.live
|
||||
0.0.0.0 mr.bet
|
||||
0.0.0.0 mrgreen.com
|
||||
0.0.0.0 mrgreen.dk
|
||||
0.0.0.0 mrjackpotspins.com
|
||||
0.0.0.0 mrmega.com
|
||||
0.0.0.0 mrmobi.com
|
||||
@@ -4541,6 +4753,7 @@
|
||||
0.0.0.0 solverde.pt
|
||||
0.0.0.0 speedybet.com
|
||||
0.0.0.0 spela.com
|
||||
0.0.0.0 spilnu.dk
|
||||
0.0.0.0 spindipity.com
|
||||
0.0.0.0 spinit.com
|
||||
0.0.0.0 spinland.com
|
||||
@@ -9277,6 +9490,9 @@
|
||||
|
||||
# gay
|
||||
0.0.0.0 sniffies.com
|
||||
|
||||
|
||||
0.0.0.0 bsky.app
|
||||
# blacklist
|
||||
#
|
||||
# The contents of this file (containing a listing of additional domains in
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: gambling, social](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts)
|
||||
containing 9,205 entries.
|
||||
containing 9,419 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -165,6 +165,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -420,8 +426,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -437,7 +445,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -448,6 +458,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38261
-44205
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 98,022 entries.
|
||||
containing 92,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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -181,6 +181,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -436,8 +442,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -453,7 +461,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -464,6 +474,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38258
-44205
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts)
|
||||
containing 94,808 entries.
|
||||
containing 88,848 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -180,6 +180,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -435,8 +441,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -452,7 +460,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -463,6 +473,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+54
-10
@@ -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: 12 April 2026 23:11:11 (UTC)
|
||||
# Date: 21 June 2026 21:35:32 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: porn
|
||||
# Number of unique domains: 76,678
|
||||
# Number of unique domains: 76,722
|
||||
#
|
||||
# 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: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 1.866 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 1.868 domains
|
||||
# Only include adult domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -894,7 +894,9 @@
|
||||
0.0.0.0 phimsexhaymoi.com
|
||||
0.0.0.0 phimsexhaynhatban.cyou
|
||||
0.0.0.0 phimsexhaynhatban.top
|
||||
0.0.0.0 phimsexhaysss.com
|
||||
0.0.0.0 phimsexhayvl.com
|
||||
0.0.0.0 phimsexhayvnx.com
|
||||
0.0.0.0 phimsexhd.cyou
|
||||
0.0.0.0 phimsexhd.nl
|
||||
0.0.0.0 phimsexhd.online
|
||||
@@ -13654,7 +13656,6 @@
|
||||
0.0.0.0 totalaccess.transsexualbarebacking.com
|
||||
0.0.0.0 totalexposure.com
|
||||
0.0.0.0 totallynsfw.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 touchmylips.com
|
||||
0.0.0.0 touhoufeet.booru.org
|
||||
0.0.0.0 toumpano.net
|
||||
@@ -20561,7 +20562,6 @@
|
||||
0.0.0.0 www.torylane.com
|
||||
0.0.0.0 www.totalexposure.com
|
||||
0.0.0.0 www.totallynsfw.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 www.touchmylips.com
|
||||
0.0.0.0 www.toumpano.net
|
||||
0.0.0.0 www.toxamedia.com
|
||||
@@ -52845,8 +52845,6 @@
|
||||
0.0.0.0 pornaddict.me
|
||||
0.0.0.0 pornaddiction.com
|
||||
0.0.0.0 www.pornaddiction.com
|
||||
0.0.0.0 pornaddictsanonymous.org
|
||||
0.0.0.0 www.pornaddictsanonymous.org
|
||||
0.0.0.0 pornaddik.com
|
||||
0.0.0.0 www.pornaddik.com
|
||||
0.0.0.0 pornadept.com
|
||||
@@ -65015,6 +65013,8 @@
|
||||
0.0.0.0 totallyfreecam.com
|
||||
0.0.0.0 totallynakedteens.com
|
||||
0.0.0.0 totallyshemales.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 totporno.com
|
||||
0.0.0.0 tounavi.net
|
||||
0.0.0.0 tour7me.com
|
||||
@@ -74352,7 +74352,6 @@
|
||||
0.0.0.0 doglickpussy.com
|
||||
0.0.0.0 dogsex.show
|
||||
0.0.0.0 dood.li
|
||||
0.0.0.0 doodstream.com
|
||||
0.0.0.0 dooodster.com
|
||||
0.0.0.0 doujin-th.net
|
||||
0.0.0.0 doujinfast.com
|
||||
@@ -76437,6 +76436,51 @@
|
||||
0.0.0.0 scorchincams.com
|
||||
0.0.0.0 llqodr.lovepoiint.com
|
||||
0.0.0.0 viet69.bi
|
||||
0.0.0.0 joi.com
|
||||
0.0.0.0 joi.ai
|
||||
0.0.0.0 joyland.ai
|
||||
0.0.0.0 myanima.ai
|
||||
0.0.0.0 gptgirlfriend.online
|
||||
0.0.0.0 girlfriendgpt.com
|
||||
0.0.0.0 eroplay.ai
|
||||
0.0.0.0 soulkyn.com
|
||||
0.0.0.0 dreamcompanion.com
|
||||
0.0.0.0 infatuated.ai
|
||||
0.0.0.0 ourdream.ai
|
||||
0.0.0.0 nextpart.ai
|
||||
0.0.0.0 aiallure.com
|
||||
0.0.0.0 sugarlab.ai
|
||||
0.0.0.0 thotchat.ai
|
||||
0.0.0.0 fantasygf.ai
|
||||
0.0.0.0 cuties.ai
|
||||
0.0.0.0 juicychat.ai
|
||||
0.0.0.0 romanticai.com
|
||||
0.0.0.0 flirton.ai
|
||||
0.0.0.0 lovescape.ai
|
||||
0.0.0.0 swipey.ai
|
||||
0.0.0.0 golove.ai
|
||||
0.0.0.0 kupid.ai
|
||||
0.0.0.0 spicychat.ai
|
||||
0.0.0.0 hotchat.ai
|
||||
0.0.0.0 honeychat.ai
|
||||
0.0.0.0 darlingchat.ai
|
||||
0.0.0.0 sugarchatai.com
|
||||
0.0.0.0 babechatai.com
|
||||
0.0.0.0 babychatai.com
|
||||
0.0.0.0 aigals.com
|
||||
0.0.0.0 secrets.ai
|
||||
0.0.0.0 soulkyn.ai
|
||||
0.0.0.0 juiceychat.ai
|
||||
0.0.0.0 xchar.ai
|
||||
0.0.0.0 nectar.ai
|
||||
0.0.0.0 promptchan.com
|
||||
0.0.0.0 mypornfinder.com
|
||||
0.0.0.0 pornworks.com
|
||||
0.0.0.0 seduced.com
|
||||
0.0.0.0 redgifs.ai
|
||||
0.0.0.0 trashyneverclassy.com
|
||||
0.0.0.0 chomikuj.pl
|
||||
0.0.0.0 missav.ai
|
||||
# Title: Snuff hosts
|
||||
|
||||
0.0.0.0 bitcheese.net
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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,678 entries.
|
||||
containing 76,722 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -168,6 +168,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -423,8 +429,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -440,7 +448,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -451,6 +461,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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: 12 April 2026 23:11:13 (UTC)
|
||||
# Date: 21 June 2026 21:35:34 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: porn, social
|
||||
# Number of unique domains: 79,919
|
||||
# Number of unique domains: 79,964
|
||||
#
|
||||
# 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: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 1.866 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 1.868 domains
|
||||
# Only include adult domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -894,7 +894,9 @@
|
||||
0.0.0.0 phimsexhaymoi.com
|
||||
0.0.0.0 phimsexhaynhatban.cyou
|
||||
0.0.0.0 phimsexhaynhatban.top
|
||||
0.0.0.0 phimsexhaysss.com
|
||||
0.0.0.0 phimsexhayvl.com
|
||||
0.0.0.0 phimsexhayvnx.com
|
||||
0.0.0.0 phimsexhd.cyou
|
||||
0.0.0.0 phimsexhd.nl
|
||||
0.0.0.0 phimsexhd.online
|
||||
@@ -13654,7 +13656,6 @@
|
||||
0.0.0.0 totalaccess.transsexualbarebacking.com
|
||||
0.0.0.0 totalexposure.com
|
||||
0.0.0.0 totallynsfw.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 touchmylips.com
|
||||
0.0.0.0 touhoufeet.booru.org
|
||||
0.0.0.0 toumpano.net
|
||||
@@ -20561,7 +20562,6 @@
|
||||
0.0.0.0 www.torylane.com
|
||||
0.0.0.0 www.totalexposure.com
|
||||
0.0.0.0 www.totallynsfw.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 www.touchmylips.com
|
||||
0.0.0.0 www.toumpano.net
|
||||
0.0.0.0 www.toxamedia.com
|
||||
@@ -52845,8 +52845,6 @@
|
||||
0.0.0.0 pornaddict.me
|
||||
0.0.0.0 pornaddiction.com
|
||||
0.0.0.0 www.pornaddiction.com
|
||||
0.0.0.0 pornaddictsanonymous.org
|
||||
0.0.0.0 www.pornaddictsanonymous.org
|
||||
0.0.0.0 pornaddik.com
|
||||
0.0.0.0 www.pornaddik.com
|
||||
0.0.0.0 pornadept.com
|
||||
@@ -65015,6 +65013,8 @@
|
||||
0.0.0.0 totallyfreecam.com
|
||||
0.0.0.0 totallynakedteens.com
|
||||
0.0.0.0 totallyshemales.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 totporno.com
|
||||
0.0.0.0 tounavi.net
|
||||
0.0.0.0 tour7me.com
|
||||
@@ -74352,7 +74352,6 @@
|
||||
0.0.0.0 doglickpussy.com
|
||||
0.0.0.0 dogsex.show
|
||||
0.0.0.0 dood.li
|
||||
0.0.0.0 doodstream.com
|
||||
0.0.0.0 dooodster.com
|
||||
0.0.0.0 doujin-th.net
|
||||
0.0.0.0 doujinfast.com
|
||||
@@ -76437,6 +76436,51 @@
|
||||
0.0.0.0 scorchincams.com
|
||||
0.0.0.0 llqodr.lovepoiint.com
|
||||
0.0.0.0 viet69.bi
|
||||
0.0.0.0 joi.com
|
||||
0.0.0.0 joi.ai
|
||||
0.0.0.0 joyland.ai
|
||||
0.0.0.0 myanima.ai
|
||||
0.0.0.0 gptgirlfriend.online
|
||||
0.0.0.0 girlfriendgpt.com
|
||||
0.0.0.0 eroplay.ai
|
||||
0.0.0.0 soulkyn.com
|
||||
0.0.0.0 dreamcompanion.com
|
||||
0.0.0.0 infatuated.ai
|
||||
0.0.0.0 ourdream.ai
|
||||
0.0.0.0 nextpart.ai
|
||||
0.0.0.0 aiallure.com
|
||||
0.0.0.0 sugarlab.ai
|
||||
0.0.0.0 thotchat.ai
|
||||
0.0.0.0 fantasygf.ai
|
||||
0.0.0.0 cuties.ai
|
||||
0.0.0.0 juicychat.ai
|
||||
0.0.0.0 romanticai.com
|
||||
0.0.0.0 flirton.ai
|
||||
0.0.0.0 lovescape.ai
|
||||
0.0.0.0 swipey.ai
|
||||
0.0.0.0 golove.ai
|
||||
0.0.0.0 kupid.ai
|
||||
0.0.0.0 spicychat.ai
|
||||
0.0.0.0 hotchat.ai
|
||||
0.0.0.0 honeychat.ai
|
||||
0.0.0.0 darlingchat.ai
|
||||
0.0.0.0 sugarchatai.com
|
||||
0.0.0.0 babechatai.com
|
||||
0.0.0.0 babychatai.com
|
||||
0.0.0.0 aigals.com
|
||||
0.0.0.0 secrets.ai
|
||||
0.0.0.0 soulkyn.ai
|
||||
0.0.0.0 juiceychat.ai
|
||||
0.0.0.0 xchar.ai
|
||||
0.0.0.0 nectar.ai
|
||||
0.0.0.0 promptchan.com
|
||||
0.0.0.0 mypornfinder.com
|
||||
0.0.0.0 pornworks.com
|
||||
0.0.0.0 seduced.com
|
||||
0.0.0.0 redgifs.ai
|
||||
0.0.0.0 trashyneverclassy.com
|
||||
0.0.0.0 chomikuj.pl
|
||||
0.0.0.0 missav.ai
|
||||
# Title: Snuff hosts
|
||||
|
||||
0.0.0.0 bitcheese.net
|
||||
@@ -80025,6 +80069,9 @@
|
||||
0.0.0.0 allotalk.com
|
||||
|
||||
# gay
|
||||
|
||||
|
||||
0.0.0.0 bsky.app
|
||||
# blacklist
|
||||
#
|
||||
# The contents of this file (containing a listing of additional domains in
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Limited to the extensions: porn, social](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts)
|
||||
containing 79,919 entries.
|
||||
containing 79,964 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -169,6 +169,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -424,8 +430,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -441,7 +449,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -452,6 +462,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38098
-44210
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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 168,029 entries.
|
||||
containing 161,902 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -185,6 +185,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -440,8 +446,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -457,7 +465,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -468,6 +478,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38095
-44210
File diff suppressed because it is too large
Load Diff
+58
-35
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts)
|
||||
containing 164,817 entries.
|
||||
containing 158,689 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -184,6 +184,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -439,8 +445,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -456,7 +464,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -467,6 +477,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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: 12 April 2026 23:11:13 (UTC)
|
||||
# Date: 21 June 2026 21:35:34 (UTC)
|
||||
# The unified hosts file was not used while generating this file.
|
||||
# Extensions used to generate this file: social
|
||||
# Number of unique domains: 3,243
|
||||
# Number of unique domains: 3,244
|
||||
#
|
||||
# Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts
|
||||
# Project home page: https://github.com/StevenBlack/hosts
|
||||
@@ -3304,6 +3304,9 @@
|
||||
|
||||
# gay
|
||||
0.0.0.0 sniffies.com
|
||||
|
||||
|
||||
0.0.0.0 bsky.app
|
||||
# blacklist
|
||||
#
|
||||
# The contents of this file (containing a listing of additional domains in
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 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,243 entries.
|
||||
containing 3,244 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -163,6 +163,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -418,8 +424,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -435,7 +443,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -446,6 +456,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+38045
-44202
File diff suppressed because it is too large
Load Diff
+58
-35
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts)
|
||||
containing 92,072 entries.
|
||||
containing 85,900 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -179,6 +179,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -434,8 +440,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -451,7 +459,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -462,6 +472,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+40207
-52023
File diff suppressed because it is too large
Load Diff
@@ -3160,3 +3160,30 @@
|
||||
# Added April 4, 2026
|
||||
0.0.0.0 ca-pagei.bond
|
||||
0.0.0.0 ontario.ca-pagei.bond
|
||||
|
||||
# Added May 3, 2026
|
||||
0.0.0.0 stats-collector.cxense.com
|
||||
|
||||
# Added May 15, 2026
|
||||
0.0.0.0 pustwin.com
|
||||
0.0.0.0 nustwin.com
|
||||
0.0.0.0 vyroget152.to
|
||||
0.0.0.0 deezwin.com
|
||||
0.0.0.0 bazowin781.pro
|
||||
|
||||
# Added May 26, 2026
|
||||
0.0.0.0 flipboxstudio.info
|
||||
|
||||
# Added June 2, 2026
|
||||
0.0.0.0 ksewqpiyv.com.es
|
||||
|
||||
# Added June 11, 2026
|
||||
0.0.0.0 proxyjs.brdtnet.com
|
||||
0.0.0.0 proxyjs.luminatinet.com
|
||||
0.0.0.0 proxyjs.bright-sdk.com
|
||||
0.0.0.0 clientsdk.bright-sdk.com
|
||||
0.0.0.0 clientsdk.brdtnet.com
|
||||
|
||||
# Added June 21, 2026
|
||||
0.0.0.0 ecoprintworks.vercel.app
|
||||
0.0.0.0 karedeutschland.com
|
||||
|
||||
+162
-159
@@ -1,103 +1,121 @@
|
||||
################################################################
|
||||
# abuse.ch URLhaus Host file #
|
||||
# Last updated: 2026-04-12 23:00:17 (UTC) #
|
||||
# Last updated: 2026-06-21 21:27:07 (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 111101111.ru
|
||||
127.0.0.1 05jsazp3.shart.casino
|
||||
127.0.0.1 0knbl1ve.hugugmadanikatouzian.xyz
|
||||
127.0.0.1 0odlgi4q.motuntakhasosi.store
|
||||
127.0.0.1 0q26dscq.anodaz.vip
|
||||
127.0.0.1 123.ywxww.net
|
||||
127.0.0.1 13i466gp.shart303.com
|
||||
127.0.0.1 1717.1000uc.com
|
||||
127.0.0.1 2rvmsbh4.bet303.download
|
||||
127.0.0.1 4nd2h8ef.bio90.football
|
||||
127.0.0.1 4q74zsh8.raftarsazmani.xyz
|
||||
127.0.0.1 58shz66o.tahlilsazeha.xyz
|
||||
127.0.0.1 60e6of1k.akhbarsport.info
|
||||
127.0.0.1 77h5jddd.yek1.bet
|
||||
127.0.0.1 7cj04th6.shartland.com
|
||||
127.0.0.1 7l4byl0u.mustatabashpazi.shop
|
||||
127.0.0.1 7ooj1o3v.tarbiyateslami.xyz
|
||||
127.0.0.1 7p8in376.tahgigbazargan.xyz
|
||||
127.0.0.1 87khq5gx.ravabetensani.site
|
||||
127.0.0.1 9fuqcqf6.ravabetensani.site
|
||||
127.0.0.1 9k4etp9p.azmoondadrasi.xyz
|
||||
127.0.0.1 9s34xd0g.rahnemayenegaresh.site
|
||||
127.0.0.1 aaronart.com
|
||||
127.0.0.1 abdulahad.net
|
||||
127.0.0.1 acc.jiangsujiaxue.com
|
||||
127.0.0.1 access.skaparade.com
|
||||
127.0.0.1 acms.saleseos.com
|
||||
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 agrovelca.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 allister.ee
|
||||
127.0.0.1 allscaletreeservices.com.au
|
||||
127.0.0.1 alternativas.ru
|
||||
127.0.0.1 api.baimless.com
|
||||
127.0.0.1 api.ezilax.com
|
||||
127.0.0.1 app-cdek-online.ru
|
||||
127.0.0.1 app.appzcvb.com
|
||||
127.0.0.1 apple-service93.ru
|
||||
127.0.0.1 ardena.pro
|
||||
127.0.0.1 archivoscrosoft.com
|
||||
127.0.0.1 areyouready.co.za
|
||||
127.0.0.1 artacom.com.br
|
||||
127.0.0.1 asl-company.ru
|
||||
127.0.0.1 atasapka.com.tr
|
||||
127.0.0.1 atom.freehosting.dev
|
||||
127.0.0.1 audicontadores.com
|
||||
127.0.0.1 augsburg-auto.com
|
||||
127.0.0.1 avbackup.acionline.de
|
||||
127.0.0.1 aulvud5j.dancebetyek.app
|
||||
127.0.0.1 autobaenasl.com
|
||||
127.0.0.1 aygi86ej.tahlilsazeha.xyz
|
||||
127.0.0.1 backupso.com
|
||||
127.0.0.1 bankgarantia.ru
|
||||
127.0.0.1 baileyemas.com
|
||||
127.0.0.1 bbos.minet.vn
|
||||
127.0.0.1 biducaconfeitos.com.br
|
||||
127.0.0.1 blankeyeo.com
|
||||
127.0.0.1 bebra-dev.com
|
||||
127.0.0.1 beoauto.alexion.rs
|
||||
127.0.0.1 beroniw.com
|
||||
127.0.0.1 biologus.shop
|
||||
127.0.0.1 blessdayservices.org
|
||||
127.0.0.1 blit.co.za
|
||||
127.0.0.1 blogs.sokun.jp
|
||||
127.0.0.1 bmdcompany.com
|
||||
127.0.0.1 bnet-api.playm8ru.win
|
||||
127.0.0.1 bnet.playm8ru.win
|
||||
127.0.0.1 bombayonline.in
|
||||
127.0.0.1 book.rollingvideogames.com
|
||||
127.0.0.1 boydjackson.org
|
||||
127.0.0.1 bracell.latitude.net.br
|
||||
127.0.0.1 borb5c9q.megaparikade.com
|
||||
127.0.0.1 brenmayasociados.com
|
||||
127.0.0.1 bridgeroad.maverickpreviews.com
|
||||
127.0.0.1 brightworks.cz
|
||||
127.0.0.1 bunnellmc.com
|
||||
127.0.0.1 bvaco.com
|
||||
127.0.0.1 c.fi3.me
|
||||
127.0.0.1 c2.mc-live.online
|
||||
127.0.0.1 cad.659t.cn
|
||||
127.0.0.1 cambodiatouristservice.com
|
||||
127.0.0.1 byvvv0is.anodaz.co
|
||||
127.0.0.1 byz28tfk.rasmfani.xyz
|
||||
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 ccleaner.gl
|
||||
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 checkfivem.com
|
||||
127.0.0.1 checkinetverifk.com
|
||||
127.0.0.1 chinaapper.com
|
||||
127.0.0.1 chiptune.com
|
||||
127.0.0.1 christophercheung.com
|
||||
127.0.0.1 chuguadventures.co.tz
|
||||
127.0.0.1 chungminhtaichinhsaigon.net
|
||||
127.0.0.1 cl.ssouy.com
|
||||
127.0.0.1 clipaid.app
|
||||
127.0.0.1 cloudstay168.com
|
||||
127.0.0.1 cloudstorage-hub.com
|
||||
127.0.0.1 ci7lslzb.enfej.win
|
||||
127.0.0.1 clubdetiroelpicarcho.com
|
||||
127.0.0.1 cn.unionlever.com
|
||||
127.0.0.1 co-emas.com
|
||||
127.0.0.1 compimento.ba
|
||||
127.0.0.1 compuserviceonline.com.br
|
||||
127.0.0.1 contentmentfairnesspesky.com
|
||||
127.0.0.1 continentalgroup.net.in
|
||||
127.0.0.1 controliumbt.com
|
||||
127.0.0.1 coralasargetia.ro
|
||||
127.0.0.1 coraline.buzz
|
||||
127.0.0.1 corporacioncrf.com
|
||||
127.0.0.1 cpofficial.com
|
||||
127.0.0.1 creativevoltage.com
|
||||
127.0.0.1 crescentegramas.com.br
|
||||
127.0.0.1 crimefreesoftware.com
|
||||
127.0.0.1 crixup.com
|
||||
127.0.0.1 crystalpvp.ru
|
||||
127.0.0.1 cs.go.kg
|
||||
127.0.0.1 csg-app.com
|
||||
127.0.0.1 cstaipas.pt
|
||||
127.0.0.1 ct3-24.ru
|
||||
127.0.0.1 d.14yaa.com
|
||||
127.0.0.1 d.wanyouxi7.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 delp-heizungsbau.de
|
||||
127.0.0.1 delte-mobrey.com
|
||||
127.0.0.1 derekludlow.com
|
||||
127.0.0.1 dexios.co.za
|
||||
127.0.0.1 dezcom.com
|
||||
127.0.0.1 dfopetroleum.com
|
||||
127.0.0.1 dfgjhkllkhuuk.info
|
||||
127.0.0.1 dhnconstrucciones.com.ar
|
||||
127.0.0.1 dialkwik.in
|
||||
127.0.0.1 disk.accord1key.cn
|
||||
@@ -105,10 +123,11 @@
|
||||
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 doc.e-statements.app
|
||||
127.0.0.1 donkeytourscroatia.com
|
||||
127.0.0.1 doogle-pixel.xyz
|
||||
127.0.0.1 down.54nb.com
|
||||
127.0.0.1 down.fwqlt.com
|
||||
127.0.0.1 down.mvip8.ru
|
||||
127.0.0.1 down.pcclear.com
|
||||
127.0.0.1 down.qqfarmer.com.cn
|
||||
127.0.0.1 download.caihong.com
|
||||
@@ -118,215 +137,199 @@
|
||||
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 downloads.glazedclients.com
|
||||
127.0.0.1 dowonline.ru
|
||||
127.0.0.1 dows.1v5s.com
|
||||
127.0.0.1 dreamwatchevent.com
|
||||
127.0.0.1 drevos.ro
|
||||
127.0.0.1 dreamapp.xyz
|
||||
127.0.0.1 dusttv.com
|
||||
127.0.0.1 dv4wbkrb.shart.casino
|
||||
127.0.0.1 dweixin.cn
|
||||
127.0.0.1 dy6t49rl.akhlagvaahkam.xyz
|
||||
127.0.0.1 e57ra5jx.plinkobet.casino
|
||||
127.0.0.1 easybrand.vn
|
||||
127.0.0.1 electri.billregulator.com
|
||||
127.0.0.1 elisans.novayonetim.com
|
||||
127.0.0.1 embedone.com
|
||||
127.0.0.1 en.taichuan.com
|
||||
127.0.0.1 energy63.ru
|
||||
127.0.0.1 epanpano.com
|
||||
127.0.0.1 esr.ro
|
||||
127.0.0.1 estudio.ythan.com.br
|
||||
127.0.0.1 etinsendmail.com
|
||||
127.0.0.1 eub0atxx.tafsirnasiri.xyz
|
||||
127.0.0.1 evangroup.ru
|
||||
127.0.0.1 everycarebd.com
|
||||
127.0.0.1 explorer.vg
|
||||
127.0.0.1 eventsyouwant.com
|
||||
127.0.0.1 fakers.co.jp
|
||||
127.0.0.1 farschid.de
|
||||
127.0.0.1 fenbushijujuefuwu.com
|
||||
127.0.0.1 fd.v2downf.shop
|
||||
127.0.0.1 fertas.com.tr
|
||||
127.0.0.1 file.blackint3.com
|
||||
127.0.0.1 file.uhsea.com
|
||||
127.0.0.1 filerit.com
|
||||
127.0.0.1 filezilla.cc
|
||||
127.0.0.1 finpremium.ru
|
||||
127.0.0.1 first-security-verden.de
|
||||
127.0.0.1 flyingmutts.com
|
||||
127.0.0.1 ftp.ywxww.net
|
||||
127.0.0.1 fmrio.com
|
||||
127.0.0.1 frptny6s.angizeshfarahani.store
|
||||
127.0.0.1 fukt.link
|
||||
127.0.0.1 furystaff.tech
|
||||
127.0.0.1 fvkyh2up.testpaye.xyz
|
||||
127.0.0.1 fz.tiansys.cn
|
||||
127.0.0.1 gadomamada.com
|
||||
127.0.0.1 g6gib60b.raftarsazmani.xyz
|
||||
127.0.0.1 gabyagozetim.com
|
||||
127.0.0.1 galerisenimutiara.com
|
||||
127.0.0.1 gboutros.howto.rocks
|
||||
127.0.0.1 geo-foundation.vg
|
||||
127.0.0.1 gerlimeri.net
|
||||
127.0.0.1 gestionycobranzas.com
|
||||
127.0.0.1 giga.miraibotnet.su
|
||||
127.0.0.1 gitoxy22.hugugtatbigi.xyz
|
||||
127.0.0.1 gjjyn1c2.plinko.mobi
|
||||
127.0.0.1 globalbank.us
|
||||
127.0.0.1 globaltechbilling.com
|
||||
127.0.0.1 google-services.cc
|
||||
127.0.0.1 grupomcperu.com
|
||||
127.0.0.1 greenf.alexion.rs
|
||||
127.0.0.1 guo1otbf.shartplus.com
|
||||
127.0.0.1 gutando.com
|
||||
127.0.0.1 gutiput.lol
|
||||
127.0.0.1 hasalltalent.com
|
||||
127.0.0.1 hemailsendlin.com
|
||||
127.0.0.1 hf9o1qtn.kir.bet
|
||||
127.0.0.1 hitman-pro.ru
|
||||
127.0.0.1 hitstation.nl
|
||||
127.0.0.1 hotellacastellana.com.uy
|
||||
127.0.0.1 hqweb.id.vn
|
||||
127.0.0.1 hobobot.net
|
||||
127.0.0.1 hseda.com
|
||||
127.0.0.1 i.404.pm
|
||||
127.0.0.1 ibnbatutta.pk
|
||||
127.0.0.1 hungrywifi.ru
|
||||
127.0.0.1 i-ramps.com
|
||||
127.0.0.1 i83pv2vx.ravabetensani.site
|
||||
127.0.0.1 i9yfz7a0.asibshenasiyahya.shop
|
||||
127.0.0.1 icoffeecloud.com
|
||||
127.0.0.1 igra123.com
|
||||
127.0.0.1 ilonermailc.com
|
||||
127.0.0.1 ilonermailc.net
|
||||
127.0.0.1 img.ipxxxx.com
|
||||
127.0.0.1 in-oman-liner.com
|
||||
127.0.0.1 indeanapolice.cc
|
||||
127.0.0.1 injectroblox.ru
|
||||
127.0.0.1 inmbau.com
|
||||
127.0.0.1 innlive.in
|
||||
127.0.0.1 inomanliner.net
|
||||
127.0.0.1 intellicaddev.ru
|
||||
127.0.0.1 iplzbag0.shartbandi.casino
|
||||
127.0.0.1 ircftp.net
|
||||
127.0.0.1 isiore.com.co
|
||||
127.0.0.1 ita-airwaysva.com
|
||||
127.0.0.1 itssprout.com
|
||||
127.0.0.1 izocab.com
|
||||
127.0.0.1 izogard.com
|
||||
127.0.0.1 j84f4g0p.quantumharbinger.digital
|
||||
127.0.0.1 jawaratekno.com
|
||||
127.0.0.1 jem-mialwe.com
|
||||
127.0.0.1 jin.com.my
|
||||
127.0.0.1 jessespridecharters.com
|
||||
127.0.0.1 jlwz.cn
|
||||
127.0.0.1 jootj2zm.zabantehrani.shop
|
||||
127.0.0.1 joyeriatauro.com
|
||||
127.0.0.1 jqqh90zb.usoleamoozesh.xyz
|
||||
127.0.0.1 js.byxly.eu.cc
|
||||
127.0.0.1 jyothishmathi.in
|
||||
127.0.0.1 kamin-premium.ru
|
||||
127.0.0.1 kavacanada.ca
|
||||
127.0.0.1 keilo-jermailer.com
|
||||
127.0.0.1 kerryglow.info
|
||||
127.0.0.1 khoancatbetong89.vn
|
||||
127.0.0.1 kimyen.net
|
||||
127.0.0.1 km.tradeforexcopier.com
|
||||
127.0.0.1 kits.frog.tw
|
||||
127.0.0.1 kokorostore.it
|
||||
127.0.0.1 konsor.ru
|
||||
127.0.0.1 kqldanpg.testdrivepaye3.com
|
||||
127.0.0.1 kramersmarionnettes.com
|
||||
127.0.0.1 krisidev.com
|
||||
127.0.0.1 kuzina-teatr.ru
|
||||
127.0.0.1 l3q1ng7a.azmoondadrasi.xyz
|
||||
127.0.0.1 landonirwin.com
|
||||
127.0.0.1 lejrmakei.com
|
||||
127.0.0.1 lejrmakei.net
|
||||
127.0.0.1 libss.0x504.com
|
||||
127.0.0.1 linchens.com
|
||||
127.0.0.1 lindenappliances.co.za
|
||||
127.0.0.1 lawfirm.paperbirdtech.com
|
||||
127.0.0.1 lc5lya7l.romabetkade.com
|
||||
127.0.0.1 lh7umyc5.riyazishahkilid.xyz
|
||||
127.0.0.1 lindnerelektroanlagen.de
|
||||
127.0.0.1 liwxdd48.romabetkade.com
|
||||
127.0.0.1 local-update.com
|
||||
127.0.0.1 lomejordesalamanca.es
|
||||
127.0.0.1 lon-01.dlo4d.com
|
||||
127.0.0.1 londonairportstransfer.co.uk
|
||||
127.0.0.1 lqakwmlg.taktikbetkade.com
|
||||
127.0.0.1 luizmatoso.com.br
|
||||
127.0.0.1 m.jkoa.co.kr
|
||||
127.0.0.1 m.meta-dm.com
|
||||
127.0.0.1 magina.online
|
||||
127.0.0.1 ma3ukklt.riyaziyattajrobi.xyz
|
||||
127.0.0.1 maidforyou1985.com
|
||||
127.0.0.1 mailer-kjermjs.com
|
||||
127.0.0.1 mailer-kjermjs.net
|
||||
127.0.0.1 makotoko.com
|
||||
127.0.0.1 malupieng.com.br
|
||||
127.0.0.1 marsalek.cy
|
||||
127.0.0.1 mail.avicennaalliedhealthinstitute.org
|
||||
127.0.0.1 mamigummy.com
|
||||
127.0.0.1 meetvideogoogle.com
|
||||
127.0.0.1 metrics.gocloudmaps.com
|
||||
127.0.0.1 mgtms.cc
|
||||
127.0.0.1 mistralkorea.ru
|
||||
127.0.0.1 mitreart.com
|
||||
127.0.0.1 mobshah.com
|
||||
127.0.0.1 mogimall.com
|
||||
127.0.0.1 movtime76.shop
|
||||
127.0.0.1 mosselnet.co.za
|
||||
127.0.0.1 msedge.vg
|
||||
127.0.0.1 msgrouppolicy.vg
|
||||
127.0.0.1 muledo.com
|
||||
127.0.0.1 mundocarnes.cl
|
||||
127.0.0.1 muzzumilruheel.com
|
||||
127.0.0.1 mx9x.com
|
||||
127.0.0.1 n.vs108.com
|
||||
127.0.0.1 n7yv4866.qurankarim.xyz
|
||||
127.0.0.1 ncxps.com
|
||||
127.0.0.1 nelees.com
|
||||
127.0.0.1 new.quranushaiqer.org.sa
|
||||
127.0.0.1 nitrogateway.digital
|
||||
127.0.0.1 noithaticon.vn
|
||||
127.0.0.1 nonlddo9.riyazishahkilid.xyz
|
||||
127.0.0.1 nusatoyota.co.id
|
||||
127.0.0.1 ny.lshdw.cc
|
||||
127.0.0.1 o0gbvk16.winenfejar.com
|
||||
127.0.0.1 o24o.ru
|
||||
127.0.0.1 o3pjh3hs.paragonbloomera.digital
|
||||
127.0.0.1 ojang.pe.kr
|
||||
127.0.0.1 okhan.net
|
||||
127.0.0.1 onfiltre.com.tr
|
||||
127.0.0.1 onyxcyberedge.de
|
||||
127.0.0.1 onyxfortifypro.de
|
||||
127.0.0.1 onyxguardify.de
|
||||
127.0.0.1 onyxguardwave.de
|
||||
127.0.0.1 onyxphantomlock.de
|
||||
127.0.0.1 onyxsafecrypt.de
|
||||
127.0.0.1 onyxsecuregate.de
|
||||
127.0.0.1 onyxsentinelx.de
|
||||
127.0.0.1 onyxstealthnet.de
|
||||
127.0.0.1 oracle.zzhreceive.top
|
||||
127.0.0.1 outel.linchens.com
|
||||
127.0.0.1 owlcity.ru
|
||||
127.0.0.1 owxoxg4v.jetbetkade.com
|
||||
127.0.0.1 p3.zbjimg.com
|
||||
127.0.0.1 palharesinformatica.com.br
|
||||
127.0.0.1 panychurasc0.com
|
||||
127.0.0.1 pay.aqiu6.com
|
||||
127.0.0.1 pcupd.com
|
||||
127.0.0.1 pid.fly160.com
|
||||
127.0.0.1 pl.avgkrbw.com
|
||||
127.0.0.1 planetariumobil.ro
|
||||
127.0.0.1 pns.org.pk
|
||||
127.0.0.1 pobedastaff.ru
|
||||
127.0.0.1 polonyauniversiteleri.com.tr
|
||||
127.0.0.1 plasteredplayn.com
|
||||
127.0.0.1 postelnini.mk
|
||||
127.0.0.1 preciosasjoyitas.com.mx
|
||||
127.0.0.1 public.demo.securecloudsandbox.com
|
||||
127.0.0.1 purmed.ro
|
||||
127.0.0.1 pvsa.gxfugy.cn
|
||||
127.0.0.1 pz5clklw.tanasobmafhumi.xyz
|
||||
127.0.0.1 qiniuyunxz.yxflzs.com
|
||||
127.0.0.1 quaxcheck.com.tr
|
||||
127.0.0.1 ramirex.ro
|
||||
127.0.0.1 raw.flameblox.com
|
||||
127.0.0.1 rbxproject.com
|
||||
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 refrigeracion.delmondexpress.com
|
||||
127.0.0.1 reifenquick.de
|
||||
127.0.0.1 reutilizemais.co.mz
|
||||
127.0.0.1 rheddh.com
|
||||
127.0.0.1 riderspin.com
|
||||
127.0.0.1 ritee.in
|
||||
127.0.0.1 ritubohara.com
|
||||
127.0.0.1 robertrowe.com
|
||||
127.0.0.1 roblox-execute.net
|
||||
127.0.0.1 royalindiancurryclub.com
|
||||
127.0.0.1 rurhmgw2.readthisintro.xyz
|
||||
127.0.0.1 rxquickpay.com
|
||||
127.0.0.1 s3.mgirbvre.top
|
||||
127.0.0.1 ryo.gamer.free
|
||||
127.0.0.1 s18b1z48.tarahisystem.xyz
|
||||
127.0.0.1 sablayan.seasonshotelmindoro.com
|
||||
127.0.0.1 sabungkingbet189.com
|
||||
127.0.0.1 save.jnrsmcu.com
|
||||
127.0.0.1 samiksha.com.sg
|
||||
127.0.0.1 samsclass.info
|
||||
127.0.0.1 scainseto.com.br
|
||||
127.0.0.1 schenckel.com.br
|
||||
127.0.0.1 sdvgpro.ru
|
||||
127.0.0.1 scoala1gherla.ro
|
||||
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 seismophonic.com
|
||||
127.0.0.1 separadordecc.com
|
||||
127.0.0.1 sesdigitalsolutions.com
|
||||
127.0.0.1 setupproducts.com
|
||||
127.0.0.1 sg123.net
|
||||
127.0.0.1 shahamanatme.com
|
||||
127.0.0.1 shfug.org
|
||||
127.0.0.1 shop.mediasova.ru
|
||||
127.0.0.1 shqdown.ggzuhao.com
|
||||
127.0.0.1 silverhost.vg
|
||||
127.0.0.1 sixmexicos.com
|
||||
127.0.0.1 sjn9cbzs.betvarzeshkade.online
|
||||
127.0.0.1 sk-comtel.com
|
||||
127.0.0.1 smart.abuse.st
|
||||
127.0.0.1 smartermail.host
|
||||
127.0.0.1 soft.110route.com
|
||||
127.0.0.1 softcatalog.ru
|
||||
127.0.0.1 solar-sanat.net
|
||||
127.0.0.1 spacemanslot88.games
|
||||
127.0.0.1 spasopro.at
|
||||
127.0.0.1 spgint.com
|
||||
127.0.0.1 spoar.org.in
|
||||
127.0.0.1 static.249.223.175.5.nextregister.eu
|
||||
127.0.0.1 static.ilclock.com
|
||||
127.0.0.1 static.topxgun.com
|
||||
127.0.0.1 static.youdm.cn
|
||||
127.0.0.1 stdown.dinju.com
|
||||
127.0.0.1 steam66.cn
|
||||
127.0.0.1 stonecradle.com
|
||||
127.0.0.1 studiogioeli.it
|
||||
127.0.0.1 streammobs.com
|
||||
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 sydneyaffordablecremations.com.au
|
||||
127.0.0.1 talentrecruitments.com
|
||||
127.0.0.1 tanscarattorneys.co.tz
|
||||
127.0.0.1 tapestryoftruth.com
|
||||
@@ -335,75 +338,83 @@
|
||||
127.0.0.1 temirtau-adm.ru
|
||||
127.0.0.1 tengfeidn.cn
|
||||
127.0.0.1 test.peperoncinochepassione.it
|
||||
127.0.0.1 thebrandmantra.in
|
||||
127.0.0.1 thatdimensionalwebsite.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 todayallmatchprediction.com
|
||||
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 transparenciacanaa.com.br
|
||||
127.0.0.1 trtmyanmar.com
|
||||
127.0.0.1 twitch.ist
|
||||
127.0.0.1 ukguk71.ru
|
||||
127.0.0.1 tu.feyhaum.com
|
||||
127.0.0.1 tuasesoriadigital.es
|
||||
127.0.0.1 tube-18.xyz
|
||||
127.0.0.1 txm0jrdz.rahnemayenegaresh.site
|
||||
127.0.0.1 umusdqbj.hesabdarieskandari.xyz
|
||||
127.0.0.1 un1rw11q4u.com
|
||||
127.0.0.1 uniform-factory.ae
|
||||
127.0.0.1 uni.site.je
|
||||
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 update.volam2005pk.com
|
||||
127.0.0.1 uzdating1.shop
|
||||
127.0.0.1 v4niq74d.daf.bet
|
||||
127.0.0.1 v8xihekm.ramzfile.com
|
||||
127.0.0.1 vagler.ru
|
||||
127.0.0.1 vault88x.secure-efficient2.su
|
||||
127.0.0.1 vans-towing.com
|
||||
127.0.0.1 vanta.st
|
||||
127.0.0.1 versaclean.com.br
|
||||
127.0.0.1 veryboys.com
|
||||
127.0.0.1 vgd.vg
|
||||
127.0.0.1 videomeetgoogle.com
|
||||
127.0.0.1 vincentdemiero.com
|
||||
127.0.0.1 visam.info
|
||||
127.0.0.1 visualwikicloud.com
|
||||
127.0.0.1 vitacocoyougoloco.potassium.st
|
||||
127.0.0.1 vizyonuniversitesi.com.tr
|
||||
127.0.0.1 vizyonuniversitesi.web.tr
|
||||
127.0.0.1 voltejeasteis.click
|
||||
127.0.0.1 vqdtk497.bio90.football
|
||||
127.0.0.1 vrajras.com
|
||||
127.0.0.1 w5kaz0nm.ahkam.xyz
|
||||
127.0.0.1 wc7skdzu.yakhbet.com
|
||||
127.0.0.1 webcstore.pw
|
||||
127.0.0.1 webdriver-select.vg
|
||||
127.0.0.1 website.mypetapp.co.za
|
||||
127.0.0.1 whreceiverrrrrrrrr.ru
|
||||
127.0.0.1 widexenmexico.com.mx
|
||||
127.0.0.1 windomstatetheater.com
|
||||
127.0.0.1 wire2spell.com
|
||||
127.0.0.1 wittenhorst.eu
|
||||
127.0.0.1 wljus01z.tafsirnasiri.xyz
|
||||
127.0.0.1 www.ardguisser.com
|
||||
127.0.0.1 www.astenterprises.com.pk
|
||||
127.0.0.1 www.automobile-bk.de
|
||||
127.0.0.1 www.backupallfresh2030.com
|
||||
127.0.0.1 www.basefile.click
|
||||
127.0.0.1 www.benshamcentre.co.uk
|
||||
127.0.0.1 www.blackhattoolz.com
|
||||
127.0.0.1 www.bratusferramentas.grupomoltz.com.br
|
||||
127.0.0.1 www.chenwangqiao.com
|
||||
127.0.0.1 www.controliumbt.com
|
||||
127.0.0.1 www.crazywickedaddiction.com
|
||||
127.0.0.1 www.cutting-edge.in
|
||||
127.0.0.1 www.drgenov.com
|
||||
127.0.0.1 www.first-security-verden.de
|
||||
127.0.0.1 www.flybirdexpbd.com
|
||||
127.0.0.1 www.hostingcloud.science
|
||||
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.konsor.ru
|
||||
127.0.0.1 www.kotojuki.com
|
||||
127.0.0.1 www.longfeng188.com
|
||||
127.0.0.1 www.medises.co.kr
|
||||
127.0.0.1 www.mixturro.com
|
||||
127.0.0.1 www.mobimpex.ro
|
||||
127.0.0.1 www.myvcart.com
|
||||
127.0.0.1 www.namuvpn.com
|
||||
127.0.0.1 www.nccommunication.be
|
||||
127.0.0.1 www.newkey.co.kr
|
||||
127.0.0.1 www.notbak.com
|
||||
127.0.0.1 www.ojang.pe.kr
|
||||
127.0.0.1 www.okhan.net
|
||||
127.0.0.1 www.playtown.co.za
|
||||
127.0.0.1 www.rbcfort.com
|
||||
127.0.0.1 www.reifenquick.de
|
||||
127.0.0.1 www.saf-oil.ru
|
||||
127.0.0.1 www.salonmarketing.ca
|
||||
@@ -411,35 +422,27 @@
|
||||
127.0.0.1 www.silver-hubdachwohnwagen.de
|
||||
127.0.0.1 www.ss-01.com
|
||||
127.0.0.1 www.starcountry.net
|
||||
127.0.0.1 www.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.telecomsa.xyz
|
||||
127.0.0.1 www.test.peperoncinochepassione.it
|
||||
127.0.0.1 www.tmcksa.com
|
||||
127.0.0.1 www.todayallmatchprediction.com
|
||||
127.0.0.1 www.udobrit.ru
|
||||
127.0.0.1 www.uralmetalloprokat.ru
|
||||
127.0.0.1 www.vuelaviajero.com
|
||||
127.0.0.1 www.website.mypetapp.co.za
|
||||
127.0.0.1 www.websitedesigningindia.biz
|
||||
127.0.0.1 www.xn--on3b15m2lco2u.com
|
||||
127.0.0.1 www.zamilgroups.com
|
||||
127.0.0.1 www.zhikey.com
|
||||
127.0.0.1 wzjc.ipwz.online
|
||||
127.0.0.1 xdcq3.com
|
||||
127.0.0.1 x69rs3qk.rasmfani.xyz
|
||||
127.0.0.1 xenon.studio
|
||||
127.0.0.1 xn--90abegbttpjb3bzb2j.xn--p1ai
|
||||
127.0.0.1 xn--b1afiqif6c.xn--p1ai
|
||||
127.0.0.1 xn--yh4bx88a.com
|
||||
127.0.0.1 xshop.com.tr
|
||||
127.0.0.1 xuezha.net
|
||||
127.0.0.1 xyfsd.com
|
||||
127.0.0.1 yongtai.cn
|
||||
127.0.0.1 y0fm52vk.tarahisystem.xyz
|
||||
127.0.0.1 youtransfer.net
|
||||
127.0.0.1 zamilgroups.com
|
||||
127.0.0.1 zenglobalenerji.com
|
||||
127.0.0.1 zhigao5191.com
|
||||
127.0.0.1 zuldqm04.riyaziyattajrobi.xyz
|
||||
127.0.0.1 zxe9u0st.sigaribetkade.com
|
||||
127.0.0.1 zycdjz.com
|
||||
# Number of entries: 436
|
||||
# Number of entries: 439
|
||||
@@ -3281,9 +3281,6 @@
|
||||
127.0.0.1 api.cloudmobi.net
|
||||
127.0.0.1 logger.cloudmobi.net
|
||||
|
||||
# [cludo.com]
|
||||
127.0.0.1 customer.cludo.com
|
||||
|
||||
# [cluep.com]
|
||||
127.0.0.1 cas.cluep.com
|
||||
127.0.0.1 dev-as.cluep.com
|
||||
|
||||
+19
-3
@@ -1,7 +1,7 @@
|
||||
# Title: hostsVN
|
||||
# Last modified: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 1.733 domains
|
||||
# Last modified: 19 Jun 2026 22:29 UTC+7
|
||||
# Version: 2606192229
|
||||
# Blocked: 1.746 domains
|
||||
# Only include advertisers in Vietnam
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -33,6 +33,7 @@
|
||||
0.0.0.0 cpm.j.eclick.vn
|
||||
0.0.0.0 d.eclick.vn
|
||||
0.0.0.0 dmp.eclick.vn
|
||||
0.0.0.0 ds.eclick.vn
|
||||
0.0.0.0 e.eclick.vn
|
||||
0.0.0.0 eclick.vn
|
||||
0.0.0.0 emarketing.eclick.vn
|
||||
@@ -1434,6 +1435,21 @@
|
||||
0.0.0.0 api.moneyoyo.org
|
||||
0.0.0.0 feed.moneyoyo.org
|
||||
0.0.0.0 sdk.moneyoyo.com
|
||||
#[engagelab.cc]
|
||||
0.0.0.0 engagelab.cc
|
||||
0.0.0.0 global-sis.api.engagelab.cc
|
||||
0.0.0.0 global-websis.api.engagelab.cc
|
||||
0.0.0.0 pushstat.api.engagelab.cc
|
||||
0.0.0.0 webpushstat.api.engagelab.cc
|
||||
0.0.0.0 www.engagelab.cc
|
||||
#[engagelab.com]
|
||||
0.0.0.0 global-sis.engagelab.com
|
||||
0.0.0.0 webpushstat-sgp.engagelab.com
|
||||
#[smartads.tech]
|
||||
0.0.0.0 smartads.tech
|
||||
0.0.0.0 p.smartads.tech
|
||||
0.0.0.0 st.smartads.tech
|
||||
0.0.0.0 t.smartads.tech
|
||||
# --- Block adsVN ---
|
||||
0.0.0.0 12signup.com
|
||||
0.0.0.0 ad-admin.vnay.vn
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+78
-69
@@ -2,8 +2,8 @@
|
||||
#
|
||||
# For more information about this list, see: https://pgl.yoyo.org/adservers/
|
||||
# ----
|
||||
# last updated: Wed, 07 Jan 2026 11:24:10 GMT
|
||||
# entries: 3501
|
||||
# last updated: Fri, 15 May 2026 14:05:55 GMT
|
||||
# entries: 3510
|
||||
# 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
|
||||
@@ -44,7 +44,6 @@
|
||||
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.muloqot.uz
|
||||
0.0.0.0 a.sakh.com
|
||||
0.0.0.0 a.ucoz.net
|
||||
0.0.0.0 a.ucoz.ru
|
||||
@@ -53,6 +52,7 @@
|
||||
0.0.0.0 a.vfghd.com
|
||||
0.0.0.0 a.vfgtb.com
|
||||
0.0.0.0 a.xanga.com
|
||||
0.0.0.0 a11.click
|
||||
0.0.0.0 a135.wftv.com
|
||||
0.0.0.0 a5.overclockers.ua
|
||||
0.0.0.0 aa-metrics.beauty.hotpepper.jp
|
||||
@@ -85,6 +85,7 @@
|
||||
0.0.0.0 actuallysnake.com
|
||||
0.0.0.0 acuityads.com
|
||||
0.0.0.0 acuityplatform.com
|
||||
0.0.0.0 acustomizedgift.com
|
||||
0.0.0.0 ad-balancer.at
|
||||
0.0.0.0 ad-balancer.net
|
||||
0.0.0.0 ad-cupid.com
|
||||
@@ -106,7 +107,6 @@
|
||||
0.0.0.0 ad.altervista.org
|
||||
0.0.0.0 ad.amgdgt.com
|
||||
0.0.0.0 ad.anuntis.com
|
||||
0.0.0.0 ad.auditude.com
|
||||
0.0.0.0 ad.bitmedia.io
|
||||
0.0.0.0 ad.bizo.com
|
||||
0.0.0.0 ad.bondage.com
|
||||
@@ -132,6 +132,7 @@
|
||||
0.0.0.0 ad.lupa.cz
|
||||
0.0.0.0 ad.mediastorm.hu
|
||||
0.0.0.0 ad.mg
|
||||
0.0.0.0 ad.missena.io
|
||||
0.0.0.0 ad.musicmatch.com
|
||||
0.0.0.0 ad.myapple.pl
|
||||
0.0.0.0 ad.mynetreklam.com.streamprovider.net
|
||||
@@ -188,14 +189,12 @@
|
||||
0.0.0.0 adbrite.com
|
||||
0.0.0.0 adbroker.de
|
||||
0.0.0.0 adbutler.com
|
||||
0.0.0.0 adbuyer3.lycos.com
|
||||
0.0.0.0 adcampo.com
|
||||
0.0.0.0 adcannyads.com
|
||||
0.0.0.0 adcash.com
|
||||
0.0.0.0 adcast.deviantart.com
|
||||
0.0.0.0 adcel.co
|
||||
0.0.0.0 adcell.de
|
||||
0.0.0.0 adcenter.net
|
||||
0.0.0.0 adclick.com
|
||||
0.0.0.0 adclient1.tucows.com
|
||||
0.0.0.0 adclixx.net
|
||||
@@ -208,6 +207,7 @@
|
||||
0.0.0.0 add.newmedia.cz
|
||||
0.0.0.0 addfreestats.com
|
||||
0.0.0.0 addme.com
|
||||
0.0.0.0 addressfriend.com
|
||||
0.0.0.0 ade.clmbtech.com
|
||||
0.0.0.0 adecn.com
|
||||
0.0.0.0 adeimptrck.com
|
||||
@@ -225,7 +225,6 @@
|
||||
0.0.0.0 adform.com
|
||||
0.0.0.0 adform.net
|
||||
0.0.0.0 adformdsp.net
|
||||
0.0.0.0 adgardener.com
|
||||
0.0.0.0 adhaven.com
|
||||
0.0.0.0 adhese.be
|
||||
0.0.0.0 adhese.com
|
||||
@@ -258,6 +257,7 @@
|
||||
0.0.0.0 adjust.com
|
||||
0.0.0.0 adjustnetwork.com
|
||||
0.0.0.0 adk2.com
|
||||
0.0.0.0 adkora.com
|
||||
0.0.0.0 adland.ru
|
||||
0.0.0.0 adlegend.com
|
||||
0.0.0.0 adlightning.com
|
||||
@@ -266,7 +266,6 @@
|
||||
0.0.0.0 adlooxtracking.com
|
||||
0.0.0.0 adlure.net
|
||||
0.0.0.0 adm.fwmrm.net
|
||||
0.0.0.0 admagnet.net
|
||||
0.0.0.0 admailtiser.com
|
||||
0.0.0.0 adman.gr
|
||||
0.0.0.0 adman.otenet.gr
|
||||
@@ -352,7 +351,6 @@
|
||||
0.0.0.0 ads.adultfriendfinder.com
|
||||
0.0.0.0 ads.advance.net
|
||||
0.0.0.0 ads.adverline.com
|
||||
0.0.0.0 ads.alive.com
|
||||
0.0.0.0 ads.alt.com
|
||||
0.0.0.0 ads.amdmb.com
|
||||
0.0.0.0 ads.amigos.com
|
||||
@@ -407,7 +405,6 @@
|
||||
0.0.0.0 ads.economist.com
|
||||
0.0.0.0 ads.elcarado.com
|
||||
0.0.0.0 ads.electrocelt.com
|
||||
0.0.0.0 ads.elitetrader.com
|
||||
0.0.0.0 ads.emdee.ca
|
||||
0.0.0.0 ads.emirates.net.ae
|
||||
0.0.0.0 ads.epi.sk
|
||||
@@ -442,7 +439,6 @@
|
||||
0.0.0.0 ads.gsmexchange.com
|
||||
0.0.0.0 ads.guardian.co.uk
|
||||
0.0.0.0 ads.guardianunlimited.co.uk
|
||||
0.0.0.0 ads.guru3d.com
|
||||
0.0.0.0 ads.hbv.de
|
||||
0.0.0.0 ads.hearstmags.com
|
||||
0.0.0.0 ads.heartlight.org
|
||||
@@ -489,7 +485,6 @@
|
||||
0.0.0.0 ads.mobilebet.com
|
||||
0.0.0.0 ads.mozilla.org
|
||||
0.0.0.0 ads.msn.com
|
||||
0.0.0.0 ads.multimania.lycos.fr
|
||||
0.0.0.0 ads.muslimehelfen.org
|
||||
0.0.0.0 ads.mvscoelho.com
|
||||
0.0.0.0 ads.myadv.org
|
||||
@@ -519,7 +514,6 @@
|
||||
0.0.0.0 ads.passion.com
|
||||
0.0.0.0 ads.paymonex.net
|
||||
0.0.0.0 ads.pexi.nl
|
||||
0.0.0.0 ads.pfl.ua
|
||||
0.0.0.0 ads.phpclasses.org
|
||||
0.0.0.0 ads.pinterest.com
|
||||
0.0.0.0 ads.planet.nl
|
||||
@@ -538,6 +532,7 @@
|
||||
0.0.0.0 ads.rediff.com
|
||||
0.0.0.0 ads.redlightcenter.com
|
||||
0.0.0.0 ads.revjet.com
|
||||
0.0.0.0 ads.reward-hunt.com
|
||||
0.0.0.0 ads.samsung.com
|
||||
0.0.0.0 ads.saymedia.com
|
||||
0.0.0.0 ads.schmoozecom.net
|
||||
@@ -567,12 +562,6 @@
|
||||
0.0.0.0 ads.townhall.com
|
||||
0.0.0.0 ads.travelaudience.com
|
||||
0.0.0.0 ads.trinitymirror.co.uk
|
||||
0.0.0.0 ads.tripod.com
|
||||
0.0.0.0 ads.tripod.lycos.co.uk
|
||||
0.0.0.0 ads.tripod.lycos.de
|
||||
0.0.0.0 ads.tripod.lycos.es
|
||||
0.0.0.0 ads.tripod.lycos.it
|
||||
0.0.0.0 ads.tripod.lycos.nl
|
||||
0.0.0.0 ads.tso.dennisnet.co.uk
|
||||
0.0.0.0 ads.twitter.com
|
||||
0.0.0.0 ads.twojatv.info
|
||||
@@ -606,7 +595,6 @@
|
||||
0.0.0.0 ads.youtube.com
|
||||
0.0.0.0 ads.yumenetworks.com
|
||||
0.0.0.0 ads1-adnow.com
|
||||
0.0.0.0 ads1.mediacapital.pt
|
||||
0.0.0.0 ads1.msn.com
|
||||
0.0.0.0 ads1.virtual-nights.com
|
||||
0.0.0.0 ads10.speedbit.com
|
||||
@@ -617,12 +605,10 @@
|
||||
0.0.0.0 ads2.gamecity.net
|
||||
0.0.0.0 ads2.hsoub.com
|
||||
0.0.0.0 ads2.virtual-nights.com
|
||||
0.0.0.0 ads2.webdrive.no
|
||||
0.0.0.0 ads2.xnet.cz
|
||||
0.0.0.0 ads2004.treiberupdate.de
|
||||
0.0.0.0 ads24h.net
|
||||
0.0.0.0 ads3-adnow.com
|
||||
0.0.0.0 ads3.contentabc.com
|
||||
0.0.0.0 ads3.gamecity.net
|
||||
0.0.0.0 ads3.virtual-nights.com
|
||||
0.0.0.0 ads4.gamecity.net
|
||||
@@ -745,6 +731,7 @@
|
||||
0.0.0.0 adstanding.com
|
||||
0.0.0.0 adstat.4u.pl
|
||||
0.0.0.0 adstest.weather.com
|
||||
0.0.0.0 adstub.net
|
||||
0.0.0.0 adsupply.com
|
||||
0.0.0.0 adswizz.com
|
||||
0.0.0.0 adsxyz.com
|
||||
@@ -811,6 +798,7 @@
|
||||
0.0.0.0 adx.gayboy.at
|
||||
0.0.0.0 adxpansion.com
|
||||
0.0.0.0 adxpose.com
|
||||
0.0.0.0 adxxxxxmost.co
|
||||
0.0.0.0 adyoulike.com
|
||||
0.0.0.0 adz.rashflash.com
|
||||
0.0.0.0 adzbazar.com
|
||||
@@ -821,6 +809,7 @@
|
||||
0.0.0.0 aerserv.com
|
||||
0.0.0.0 af-ad.co.uk
|
||||
0.0.0.0 affec.tv
|
||||
0.0.0.0 affectionknit.com
|
||||
0.0.0.0 affili.net
|
||||
0.0.0.0 affiliate.1800flowers.com
|
||||
0.0.0.0 affiliate.dtiserv.com
|
||||
@@ -840,6 +829,7 @@
|
||||
0.0.0.0 afflnx.com
|
||||
0.0.0.0 afftracking.justanswer.com
|
||||
0.0.0.0 afraidlanguage.com
|
||||
0.0.0.0 agencysignals.com
|
||||
0.0.0.0 agkn.com
|
||||
0.0.0.0 ah-ha.com
|
||||
0.0.0.0 ahalogy.com
|
||||
@@ -865,6 +855,7 @@
|
||||
0.0.0.0 amazingcounters.com
|
||||
0.0.0.0 amazon-adsystem.com
|
||||
0.0.0.0 americash.com
|
||||
0.0.0.0 amidsttruly.com
|
||||
0.0.0.0 amung.us
|
||||
0.0.0.0 analytics-production.hapyak.com
|
||||
0.0.0.0 analytics.adpost.org
|
||||
@@ -898,7 +889,6 @@
|
||||
0.0.0.0 analyticsapi.happypancake.net
|
||||
0.0.0.0 ancientact.com
|
||||
0.0.0.0 androiddownload.net
|
||||
0.0.0.0 angossa.com
|
||||
0.0.0.0 aniview.com
|
||||
0.0.0.0 annonser.dagbladet.no
|
||||
0.0.0.0 annoyedairport.com
|
||||
@@ -924,6 +914,7 @@
|
||||
0.0.0.0 app.pendo.io
|
||||
0.0.0.0 app2.salesmanago.pl
|
||||
0.0.0.0 appboycdn.com
|
||||
0.0.0.0 applovin.com
|
||||
0.0.0.0 appsflyer.com
|
||||
0.0.0.0 aps.hearstnp.com
|
||||
0.0.0.0 apsalar.com
|
||||
@@ -947,7 +938,6 @@
|
||||
0.0.0.0 aswpapius.com
|
||||
0.0.0.0 aswpsdkus.com
|
||||
0.0.0.0 async.gsyndication.com
|
||||
0.0.0.0 at-adserver.alltop.com
|
||||
0.0.0.0 at-o.net
|
||||
0.0.0.0 atdmt.com
|
||||
0.0.0.0 athena-ads.wikia.com
|
||||
@@ -982,6 +972,7 @@
|
||||
0.0.0.0 b3.videoamp.com
|
||||
0.0.0.0 ba.afl.rakuten.co.jp
|
||||
0.0.0.0 backbeatmedia.com
|
||||
0.0.0.0 backtension.com
|
||||
0.0.0.0 bagsurprise.com
|
||||
0.0.0.0 banik.redigy.cz
|
||||
0.0.0.0 banner.ambercoastcasino.com
|
||||
@@ -1017,7 +1008,6 @@
|
||||
0.0.0.0 banners.bol.com.br
|
||||
0.0.0.0 banners.cams.com
|
||||
0.0.0.0 banners.czi.cz
|
||||
0.0.0.0 banners.dine.com
|
||||
0.0.0.0 banners.direction-x.com
|
||||
0.0.0.0 banners.freett.com
|
||||
0.0.0.0 banners.friendfinder.com
|
||||
@@ -1028,10 +1018,8 @@
|
||||
0.0.0.0 banners.resultonline.com
|
||||
0.0.0.0 banners.sys-con.com
|
||||
0.0.0.0 banners.thomsonlocal.com
|
||||
0.0.0.0 banners.videosz.com
|
||||
0.0.0.0 banners.virtuagirlhd.com
|
||||
0.0.0.0 bannerserver.com
|
||||
0.0.0.0 bannershotlink.perfectgonzo.com
|
||||
0.0.0.0 bannersng.yell.com
|
||||
0.0.0.0 bannerspace.com
|
||||
0.0.0.0 bannerswap.com
|
||||
@@ -1063,7 +1051,6 @@
|
||||
0.0.0.0 benfly.net
|
||||
0.0.0.0 berp.com
|
||||
0.0.0.0 bespoke.iln8.net
|
||||
0.0.0.0 best-click.pro
|
||||
0.0.0.0 bestboundary.com
|
||||
0.0.0.0 bestbuy.7tiv.net
|
||||
0.0.0.0 bewilderedblade.com
|
||||
@@ -1150,6 +1137,8 @@
|
||||
0.0.0.0 btrll.com
|
||||
0.0.0.0 bttrack.com
|
||||
0.0.0.0 bubblyaction.com
|
||||
0.0.0.0 buddycanvas.com
|
||||
0.0.0.0 bugpuk.ru
|
||||
0.0.0.0 buysellads.com
|
||||
0.0.0.0 buzzonclick.com
|
||||
0.0.0.0 bwp.download.com
|
||||
@@ -1174,6 +1163,7 @@
|
||||
0.0.0.0 carbonads.net
|
||||
0.0.0.0 cardmethod.com
|
||||
0.0.0.0 caringcast.com
|
||||
0.0.0.0 carsarace.com
|
||||
0.0.0.0 cartstack.com
|
||||
0.0.0.0 carvecakes.com
|
||||
0.0.0.0 casalemedia.com
|
||||
@@ -1192,6 +1182,7 @@
|
||||
0.0.0.0 causecherry.com
|
||||
0.0.0.0 cautiouscredit.com
|
||||
0.0.0.0 cbanners.virtuagirlhd.com
|
||||
0.0.0.0 cbzxy.com
|
||||
0.0.0.0 cdn.bannerflow.com
|
||||
0.0.0.0 cdn.branch.io
|
||||
0.0.0.0 cdn.freshmarketer.com
|
||||
@@ -1208,6 +1199,7 @@
|
||||
0.0.0.0 cetrk.com
|
||||
0.0.0.0 cgicounter.puretec.de
|
||||
0.0.0.0 chairscrack.com
|
||||
0.0.0.0 chalkdream.com
|
||||
0.0.0.0 channelintelligence.com
|
||||
0.0.0.0 chargecracker.com
|
||||
0.0.0.0 chart.dk
|
||||
@@ -1217,6 +1209,7 @@
|
||||
0.0.0.0 checkstat.nl
|
||||
0.0.0.0 cherriescare.com
|
||||
0.0.0.0 childlikecrowd.com
|
||||
0.0.0.0 chillingtofu.com
|
||||
0.0.0.0 chitika.net
|
||||
0.0.0.0 chubbycreature.com
|
||||
0.0.0.0 citrusad.net
|
||||
@@ -1270,7 +1263,6 @@
|
||||
0.0.0.0 click.uber.com
|
||||
0.0.0.0 click.v.visionlab.es
|
||||
0.0.0.0 click2freemoney.com
|
||||
0.0.0.0 click360v2-ingest.azurewebsites.net
|
||||
0.0.0.0 click4.pro
|
||||
0.0.0.0 clickadddilla.com
|
||||
0.0.0.0 clickadz.com
|
||||
@@ -1280,7 +1272,6 @@
|
||||
0.0.0.0 clickboothlnk.com
|
||||
0.0.0.0 clickbrokers.com
|
||||
0.0.0.0 clickcease.com
|
||||
0.0.0.0 clickcompare.co.uk
|
||||
0.0.0.0 clickdensity.com
|
||||
0.0.0.0 clickedyclick.com
|
||||
0.0.0.0 clickfuse.com
|
||||
@@ -1288,11 +1279,13 @@
|
||||
0.0.0.0 clickngo.pro
|
||||
0.0.0.0 clickngo.top
|
||||
0.0.0.0 clickonometrics.pl
|
||||
0.0.0.0 clickrtrckr.com
|
||||
0.0.0.0 clicks.checkatrade.com
|
||||
0.0.0.0 clicks.deliveroo.co.uk
|
||||
0.0.0.0 clicks.equantum.com
|
||||
0.0.0.0 clicks.eventbrite.com
|
||||
0.0.0.0 clicks.monzo.com
|
||||
0.0.0.0 clicks.njuskalo.hr
|
||||
0.0.0.0 clickserve.cc-dt.com
|
||||
0.0.0.0 clicksinfo.thefork.co.uk
|
||||
0.0.0.0 clicktag.de
|
||||
@@ -1346,6 +1339,7 @@
|
||||
0.0.0.0 conductrics.com
|
||||
0.0.0.0 confiant-integrations.net
|
||||
0.0.0.0 confidencetalks.com
|
||||
0.0.0.0 configv2.unityads.unity3d.com
|
||||
0.0.0.0 connatix.com
|
||||
0.0.0.0 connectad.io
|
||||
0.0.0.0 connextra.com
|
||||
@@ -1358,7 +1352,6 @@
|
||||
0.0.0.0 content22.online.citi.com
|
||||
0.0.0.0 contextweb.com
|
||||
0.0.0.0 contrack.link
|
||||
0.0.0.0 controlcola.com
|
||||
0.0.0.0 converge-digital.com
|
||||
0.0.0.0 conversantmedia.com
|
||||
0.0.0.0 conversionbet.com
|
||||
@@ -1422,6 +1415,7 @@
|
||||
0.0.0.0 crystalboulevard.com
|
||||
0.0.0.0 cs.co
|
||||
0.0.0.0 curbminers.com
|
||||
0.0.0.0 curiousmetal.com
|
||||
0.0.0.0 curtaincows.com
|
||||
0.0.0.0 curveshore.com
|
||||
0.0.0.0 cushiondrum.com
|
||||
@@ -1438,7 +1432,6 @@
|
||||
0.0.0.0 d.adroll.com
|
||||
0.0.0.0 d1f0tbk1v3e25u.cloudfront.net
|
||||
0.0.0.0 d2cmedia.ca
|
||||
0.0.0.0 d2zd0wa1vpt7j9.cloudfront.net
|
||||
0.0.0.0 d81mfvml8p5ml.cloudfront.net
|
||||
0.0.0.0 dabiaozhi.com
|
||||
0.0.0.0 dacdn.visualwebsiteoptimizer.com
|
||||
@@ -1447,7 +1440,7 @@
|
||||
0.0.0.0 damageddistance.com
|
||||
0.0.0.0 damdoor.com
|
||||
0.0.0.0 dapper.net
|
||||
0.0.0.0 data.namesakeoscilloscopemarquis.com
|
||||
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
|
||||
@@ -1484,6 +1477,7 @@
|
||||
0.0.0.0 disqusads.com
|
||||
0.0.0.0 dist.belnk.com
|
||||
0.0.0.0 distillery.wistia.com
|
||||
0.0.0.0 distilltable.com
|
||||
0.0.0.0 districtm.ca
|
||||
0.0.0.0 districtm.io
|
||||
0.0.0.0 dmp.mall.tv
|
||||
@@ -1496,6 +1490,7 @@
|
||||
0.0.0.0 dogcollarfavourbluff.com
|
||||
0.0.0.0 domaining.in
|
||||
0.0.0.0 domdex.com
|
||||
0.0.0.0 doqpm.click
|
||||
0.0.0.0 dotmetrics.net
|
||||
0.0.0.0 dotomi.com
|
||||
0.0.0.0 doubleclick.com
|
||||
@@ -1559,6 +1554,7 @@
|
||||
0.0.0.0 emptyescort.com
|
||||
0.0.0.0 emxdigital.com
|
||||
0.0.0.0 energeticladybug.com
|
||||
0.0.0.0 energyfools.com
|
||||
0.0.0.0 engage.tines.com
|
||||
0.0.0.0 engage.windows.com
|
||||
0.0.0.0 engagebdr.com
|
||||
@@ -1579,7 +1575,6 @@
|
||||
0.0.0.0 erne.co
|
||||
0.0.0.0 ero-advertising.com
|
||||
0.0.0.0 essaygiants.com
|
||||
0.0.0.0 estat.com
|
||||
0.0.0.0 esty.com
|
||||
0.0.0.0 et.educationdynamics.com
|
||||
0.0.0.0 et.nytimes.com
|
||||
@@ -1595,6 +1590,7 @@
|
||||
0.0.0.0 eusta.de
|
||||
0.0.0.0 evadav.com
|
||||
0.0.0.0 evadavdsp.pro
|
||||
0.0.0.0 evencoating.com
|
||||
0.0.0.0 eventexistence.com
|
||||
0.0.0.0 events-eu.freshsuccess.com
|
||||
0.0.0.0 events-us.freshsuccess.com
|
||||
@@ -1651,7 +1647,10 @@
|
||||
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 figsprotein.com
|
||||
0.0.0.0 figurehunter.net
|
||||
0.0.0.0 fillthemap.com
|
||||
0.0.0.0 fimserve.com
|
||||
0.0.0.0 findcommerce.com
|
||||
@@ -1662,7 +1661,9 @@
|
||||
0.0.0.0 fireworkanalytics.com
|
||||
0.0.0.0 fireworks-advertising.com
|
||||
0.0.0.0 firstlightera.com
|
||||
0.0.0.0 fishingtoolsbox.com
|
||||
0.0.0.0 fixedfold.com
|
||||
0.0.0.0 fjordsand.com
|
||||
0.0.0.0 flairadscpc.com
|
||||
0.0.0.0 flakyfeast.com
|
||||
0.0.0.0 flashtalking.com
|
||||
@@ -1676,12 +1677,12 @@
|
||||
0.0.0.0 floweryflavor.com
|
||||
0.0.0.0 flowgo.com
|
||||
0.0.0.0 flurry.com
|
||||
0.0.0.0 fly-analytics.com
|
||||
0.0.0.0 fontserif.com
|
||||
0.0.0.0 foo.cosmocode.de
|
||||
0.0.0.0 foresee.com
|
||||
0.0.0.0 forex-affiliate.net
|
||||
0.0.0.0 forkcdn.com
|
||||
0.0.0.0 fourlevelsgame.com
|
||||
0.0.0.0 fpctraffic.com
|
||||
0.0.0.0 fpjs.io
|
||||
0.0.0.0 fqtag.com
|
||||
@@ -1744,37 +1745,37 @@
|
||||
0.0.0.0 glisteningsign.com
|
||||
0.0.0.0 globalismedia.com
|
||||
0.0.0.0 gloriousbeef.com
|
||||
0.0.0.0 gloyah.net
|
||||
0.0.0.0 gmads.net
|
||||
0.0.0.0 gml.email
|
||||
0.0.0.0 go-clicks.de
|
||||
0.0.0.0 go-link.network
|
||||
0.0.0.0 go-mpulse.net
|
||||
0.0.0.0 go-rank.de
|
||||
0.0.0.0 go.clickwww.com
|
||||
0.0.0.0 go.dhs.gov
|
||||
0.0.0.0 go.eu.sparkpostmail1.com
|
||||
0.0.0.0 go.first.org
|
||||
0.0.0.0 go.icann.org
|
||||
0.0.0.0 go.scmagazine.com
|
||||
0.0.0.0 go.usa.gov
|
||||
0.0.0.0 go.xlirdr.com
|
||||
0.0.0.0 go2affise.com
|
||||
0.0.0.0 godseedband.com
|
||||
0.0.0.0 goingplatinum.com
|
||||
0.0.0.0 goldstats.com
|
||||
0.0.0.0 gondolagnome.com
|
||||
0.0.0.0 goodcontentservice.top
|
||||
0.0.0.0 google-analytics.com
|
||||
0.0.0.0 googleadservices.com
|
||||
0.0.0.0 googleanalytics.com
|
||||
0.0.0.0 googlesyndication.com
|
||||
0.0.0.0 googletagmanager.com
|
||||
0.0.0.0 googletagservices.com
|
||||
0.0.0.0 goqon.com
|
||||
0.0.0.0 gostats.com
|
||||
0.0.0.0 gothamads.com
|
||||
0.0.0.0 gotoyahoo.com
|
||||
0.0.0.0 gotraffic.net
|
||||
0.0.0.0 gp.dejanews.com
|
||||
0.0.0.0 graizoah.com
|
||||
0.0.0.0 grandfatherguitar.com
|
||||
0.0.0.0 granlite.com
|
||||
0.0.0.0 grapeshot.co.uk
|
||||
@@ -1827,7 +1828,6 @@
|
||||
0.0.0.0 historytrade.com
|
||||
0.0.0.0 hit-parade.com
|
||||
0.0.0.0 hit.ua
|
||||
0.0.0.0 hit.webcentre.lycos.co.uk
|
||||
0.0.0.0 hitbox.com
|
||||
0.0.0.0 hitcounters.miarroba.com
|
||||
0.0.0.0 hitlist.ru
|
||||
@@ -1873,7 +1873,6 @@
|
||||
0.0.0.0 hyprmx.com
|
||||
0.0.0.0 hystericalcloth.com
|
||||
0.0.0.0 i-i.lt
|
||||
0.0.0.0 i1media.no
|
||||
0.0.0.0 i305175.net
|
||||
0.0.0.0 ia.iinfo.cz
|
||||
0.0.0.0 iad.anm.co.uk
|
||||
@@ -1924,9 +1923,11 @@
|
||||
0.0.0.0 infolinks.com
|
||||
0.0.0.0 inmobi.com
|
||||
0.0.0.0 inner-active.com
|
||||
0.0.0.0 inner-active.mobi
|
||||
0.0.0.0 innovid.com
|
||||
0.0.0.0 inquisitiveinvention.com
|
||||
0.0.0.0 insgly.net
|
||||
0.0.0.0 insidepsych.net
|
||||
0.0.0.0 insightexpress.com
|
||||
0.0.0.0 insightexpressai.com
|
||||
0.0.0.0 inskinad.com
|
||||
@@ -1953,7 +1954,6 @@
|
||||
0.0.0.0 is-tracking-pixel-api-prod.appspot.com
|
||||
0.0.0.0 islandwebhelp.com
|
||||
0.0.0.0 itop.cz
|
||||
0.0.0.0 its-that-easy.com
|
||||
0.0.0.0 ivwbox.de
|
||||
0.0.0.0 ivykiosk.com
|
||||
0.0.0.0 iyfbodn.com
|
||||
@@ -1993,6 +1993,7 @@
|
||||
0.0.0.0 kindads.com
|
||||
0.0.0.0 kindlereunion.com
|
||||
0.0.0.0 kissmetrics.com
|
||||
0.0.0.0 kittentacos.com
|
||||
0.0.0.0 kittycatking.com
|
||||
0.0.0.0 klclick.com
|
||||
0.0.0.0 klclick1.com
|
||||
@@ -2010,6 +2011,7 @@
|
||||
0.0.0.0 kueezrtb.com
|
||||
0.0.0.0 kvsadman.com
|
||||
0.0.0.0 l1.britannica.com
|
||||
0.0.0.0 lakesecure.com
|
||||
0.0.0.0 lameletters.com
|
||||
0.0.0.0 landkarts.com
|
||||
0.0.0.0 larati.net
|
||||
@@ -2058,8 +2060,10 @@
|
||||
0.0.0.0 lightspeedcash.com
|
||||
0.0.0.0 lightstep.medium.systems
|
||||
0.0.0.0 lijit.com
|
||||
0.0.0.0 limecodesign.com
|
||||
0.0.0.0 link-booster.de
|
||||
0.0.0.0 link.axios.com
|
||||
0.0.0.0 link.beelivery.com
|
||||
0.0.0.0 link.email.davidlloydclubs.co.uk
|
||||
0.0.0.0 link.email.usmagazine.com
|
||||
0.0.0.0 link.go.chase
|
||||
@@ -2099,6 +2103,7 @@
|
||||
0.0.0.0 loadsurprise.com
|
||||
0.0.0.0 locked4.com
|
||||
0.0.0.0 lockerdome.com
|
||||
0.0.0.0 locolava.com
|
||||
0.0.0.0 log.btopenworld.com
|
||||
0.0.0.0 log.logrocket.io
|
||||
0.0.0.0 log.pinterest.com
|
||||
@@ -2194,13 +2199,10 @@
|
||||
0.0.0.0 mediatext.com
|
||||
0.0.0.0 mediavine.com
|
||||
0.0.0.0 mediavoice.com
|
||||
0.0.0.0 mediax.angloinfo.com
|
||||
0.0.0.0 mediaz.angloinfo.com
|
||||
0.0.0.0 medleyads.com
|
||||
0.0.0.0 medyanetads.com
|
||||
0.0.0.0 meetrics.net
|
||||
0.0.0.0 megacash.de
|
||||
0.0.0.0 megapu.sh
|
||||
0.0.0.0 megastats.com
|
||||
0.0.0.0 megawerbung.de
|
||||
0.0.0.0 meltmilk.com
|
||||
@@ -2234,8 +2236,9 @@
|
||||
0.0.0.0 minewhat.com
|
||||
0.0.0.0 minibilling.com
|
||||
0.0.0.0 mintegral.com
|
||||
0.0.0.0 mintfunnel.co
|
||||
0.0.0.0 mittencattle.com
|
||||
0.0.0.0 mixedreading.com
|
||||
0.0.0.0 mix2ads.com
|
||||
0.0.0.0 mixpanel.com
|
||||
0.0.0.0 mkto-ab410147.com
|
||||
0.0.0.0 mktoresp.com
|
||||
@@ -2264,6 +2267,7 @@
|
||||
0.0.0.0 monkeyapes.com
|
||||
0.0.0.0 monsterpops.com
|
||||
0.0.0.0 mookie1.com
|
||||
0.0.0.0 moonwager.com
|
||||
0.0.0.0 mopub.com
|
||||
0.0.0.0 morefolks.com
|
||||
0.0.0.0 motionlessmeeting.com
|
||||
@@ -2280,6 +2284,7 @@
|
||||
0.0.0.0 mtree.com
|
||||
0.0.0.0 munchkin.marketo.net
|
||||
0.0.0.0 mundanenail.com
|
||||
0.0.0.0 mushroomgods.com
|
||||
0.0.0.0 musiccounter.ru
|
||||
0.0.0.0 muteknife.com
|
||||
0.0.0.0 muwmedia.com
|
||||
@@ -2295,7 +2300,6 @@
|
||||
0.0.0.0 mydas.mobi
|
||||
0.0.0.0 mylead-tracking.tracknow.info
|
||||
0.0.0.0 mylead.global
|
||||
0.0.0.0 mylink-today.com
|
||||
0.0.0.0 mypagerank.net
|
||||
0.0.0.0 mypowermall.com
|
||||
0.0.0.0 mysketchpad.com
|
||||
@@ -2304,6 +2308,7 @@
|
||||
0.0.0.0 mytop-in.net
|
||||
0.0.0.0 n69.com
|
||||
0.0.0.0 naj.sk
|
||||
0.0.0.0 nakedly.ai
|
||||
0.0.0.0 nappyattack.com
|
||||
0.0.0.0 nappyneck.com
|
||||
0.0.0.0 nastydollars.com
|
||||
@@ -2315,7 +2320,6 @@
|
||||
0.0.0.0 ndparking.com
|
||||
0.0.0.0 nebulacrescent.com
|
||||
0.0.0.0 nedstatbasic.net
|
||||
0.0.0.0 needlessnorth.com
|
||||
0.0.0.0 needyneedle.com
|
||||
0.0.0.0 neighborlywatch.com
|
||||
0.0.0.0 nend.net
|
||||
@@ -2336,13 +2340,12 @@
|
||||
0.0.0.0 newads.bangbros.com
|
||||
0.0.0.0 newnet.qsrch.com
|
||||
0.0.0.0 newnudecash.com
|
||||
0.0.0.0 newopenx.detik.com
|
||||
0.0.0.0 news-cdn.site
|
||||
0.0.0.0 newsadsppush.com
|
||||
0.0.0.0 newsbotnet.com
|
||||
0.0.0.0 newt1.adultadworld.com
|
||||
0.0.0.0 newt1.adultworld.com
|
||||
0.0.0.0 nexac.com
|
||||
0.0.0.0 nexage.com
|
||||
0.0.0.0 ng3.ads.warnerbros.com
|
||||
0.0.0.0 nitroclicks.com
|
||||
0.0.0.0 nmtracking.netflix.com
|
||||
@@ -2361,7 +2364,6 @@
|
||||
0.0.0.0 ntvk1.ru
|
||||
0.0.0.0 nullitics.com
|
||||
0.0.0.0 nuseek.com
|
||||
0.0.0.0 nutritiousbean.com
|
||||
0.0.0.0 nzaza.com
|
||||
0.0.0.0 o2.mouseflow.com
|
||||
0.0.0.0 o333o.com
|
||||
@@ -2376,7 +2378,7 @@
|
||||
0.0.0.0 oascentral.register.com
|
||||
0.0.0.0 objecthero.com
|
||||
0.0.0.0 obscenesidewalk.com
|
||||
0.0.0.0 oclasrv.com
|
||||
0.0.0.0 oceancloudhosts.com
|
||||
0.0.0.0 odbierz-bony.ovp.pl
|
||||
0.0.0.0 oewa.at
|
||||
0.0.0.0 offaces-butional.com
|
||||
@@ -2389,6 +2391,7 @@
|
||||
0.0.0.0 oglasi.posjetnica.com
|
||||
0.0.0.0 ogury.com
|
||||
0.0.0.0 ojrq.net
|
||||
0.0.0.0 omg10.com
|
||||
0.0.0.0 omnijay.com
|
||||
0.0.0.0 omniture.com
|
||||
0.0.0.0 omtrdc.net
|
||||
@@ -2453,7 +2456,6 @@
|
||||
0.0.0.0 p7cloud.net
|
||||
0.0.0.0 paa-reporting-advertising.amazon
|
||||
0.0.0.0 page-checker.eu
|
||||
0.0.0.0 page-redirect.eu
|
||||
0.0.0.0 pagead.l.google.com
|
||||
0.0.0.0 pagefair.com
|
||||
0.0.0.0 pagerank-ranking.de
|
||||
@@ -2566,6 +2568,7 @@
|
||||
0.0.0.0 prf.hn
|
||||
0.0.0.0 priceypies.com
|
||||
0.0.0.0 pricklydebt.com
|
||||
0.0.0.0 prideproms.com
|
||||
0.0.0.0 primetime.net
|
||||
0.0.0.0 privatecash.com
|
||||
0.0.0.0 prmtracking.com
|
||||
@@ -2588,6 +2591,7 @@
|
||||
0.0.0.0 proper.io
|
||||
0.0.0.0 props.id
|
||||
0.0.0.0 protectcrev.com
|
||||
0.0.0.0 protectpool.com
|
||||
0.0.0.0 protectsubrev.com
|
||||
0.0.0.0 protestcopy.com
|
||||
0.0.0.0 proton-tm.com
|
||||
@@ -2613,7 +2617,6 @@
|
||||
0.0.0.0 puffypull.com
|
||||
0.0.0.0 puffypurpose.com
|
||||
0.0.0.0 pureclarity.net
|
||||
0.0.0.0 pushance.com
|
||||
0.0.0.0 pushengage.com
|
||||
0.0.0.0 pushno.com
|
||||
0.0.0.0 pushtrack.co
|
||||
@@ -2629,7 +2632,6 @@
|
||||
0.0.0.0 qctop.com
|
||||
0.0.0.0 ql.tc
|
||||
0.0.0.0 qnsr.com
|
||||
0.0.0.0 qrlsx.com
|
||||
0.0.0.0 quantcast.com
|
||||
0.0.0.0 quantcount.com
|
||||
0.0.0.0 quantserve.com
|
||||
@@ -2648,10 +2650,10 @@
|
||||
0.0.0.0 r.msn.com
|
||||
0.0.0.0 r.scoota.co
|
||||
0.0.0.0 r.sibmail.havasit.com
|
||||
0.0.0.0 r1.arts-mail.com
|
||||
0.0.0.0 r1.visualwebsiteoptimizer.com
|
||||
0.0.0.0 r2.visualwebsiteoptimizer.com
|
||||
0.0.0.0 r3.visualwebsiteoptimizer.com
|
||||
0.0.0.0 raac33.net
|
||||
0.0.0.0 rabbitrifle.com
|
||||
0.0.0.0 rackforstorage.com
|
||||
0.0.0.0 radar.cedexis.com
|
||||
@@ -2666,7 +2668,6 @@
|
||||
0.0.0.0 ranking-charts.de
|
||||
0.0.0.0 ranking-hits.de
|
||||
0.0.0.0 ranking-links.de
|
||||
0.0.0.0 rankingchart.de
|
||||
0.0.0.0 rankingscout.com
|
||||
0.0.0.0 rankyou.com
|
||||
0.0.0.0 rapidcounter.com
|
||||
@@ -2710,7 +2711,6 @@
|
||||
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
|
||||
@@ -2724,6 +2724,7 @@
|
||||
0.0.0.0 responsiveads.com
|
||||
0.0.0.0 restrainstorm.com
|
||||
0.0.0.0 retargeter.com
|
||||
0.0.0.0 rev.iq
|
||||
0.0.0.0 revcatch.com
|
||||
0.0.0.0 revcontent.com
|
||||
0.0.0.0 reveal.clearbit.com
|
||||
@@ -2732,7 +2733,6 @@
|
||||
0.0.0.0 revive.haskovo.net
|
||||
0.0.0.0 revive.netriota.hu
|
||||
0.0.0.0 revive.plays.bg
|
||||
0.0.0.0 revlift.io
|
||||
0.0.0.0 revprotect.com
|
||||
0.0.0.0 revstats.com
|
||||
0.0.0.0 rexadvert.xyz
|
||||
@@ -2758,6 +2758,7 @@
|
||||
0.0.0.0 rockstarwriter.com
|
||||
0.0.0.0 rok.com.com
|
||||
0.0.0.0 rollconnection.com
|
||||
0.0.0.0 ronracepub.com
|
||||
0.0.0.0 rose.ixbt.com
|
||||
0.0.0.0 rotabanner.com
|
||||
0.0.0.0 roxr.net
|
||||
@@ -2765,6 +2766,7 @@
|
||||
0.0.0.0 rqtrk.eu
|
||||
0.0.0.0 rs6.net
|
||||
0.0.0.0 rsc-ads.vidaahub.com
|
||||
0.0.0.0 rsc-mntz.vidaahub.com
|
||||
0.0.0.0 rta.dailymail.co.uk
|
||||
0.0.0.0 rtb.gumgum.com
|
||||
0.0.0.0 rtbadzesto.com
|
||||
@@ -2814,7 +2816,6 @@
|
||||
0.0.0.0 screechingfurniture.com
|
||||
0.0.0.0 screechingstocking.com
|
||||
0.0.0.0 screechingstove.com
|
||||
0.0.0.0 scripte-monster.de
|
||||
0.0.0.0 scrubswim.com
|
||||
0.0.0.0 seadform.net
|
||||
0.0.0.0 searchmarketing.com
|
||||
@@ -2825,6 +2826,7 @@
|
||||
0.0.0.0 securedopen-bp.com
|
||||
0.0.0.0 securemetrics.apple.com
|
||||
0.0.0.0 securemetrics.apple.com.cn
|
||||
0.0.0.0 securityannex.net
|
||||
0.0.0.0 sedoparking.com
|
||||
0.0.0.0 sedotracker.com
|
||||
0.0.0.0 segment-cdn.producthunt.com
|
||||
@@ -2833,9 +2835,7 @@
|
||||
0.0.0.0 sendmepixel.com
|
||||
0.0.0.0 seraphichorizon.com
|
||||
0.0.0.0 serendipityecho.com
|
||||
0.0.0.0 serpentshampoo.com
|
||||
0.0.0.0 serv0.com
|
||||
0.0.0.0 servads.net
|
||||
0.0.0.0 servclick1move.com
|
||||
0.0.0.0 serve.tercept.com
|
||||
0.0.0.0 servedby-buysellads.com
|
||||
@@ -2851,6 +2851,7 @@
|
||||
0.0.0.0 shakegoldfish.com
|
||||
0.0.0.0 shareasale.com
|
||||
0.0.0.0 sharethrough.com
|
||||
0.0.0.0 shd247.click
|
||||
0.0.0.0 sher.index.hu
|
||||
0.0.0.0 shesubscriptions.com
|
||||
0.0.0.0 shinystat.com
|
||||
@@ -2866,6 +2867,7 @@
|
||||
0.0.0.0 sicksmash.com
|
||||
0.0.0.0 sidebar.angelfire.com
|
||||
0.0.0.0 signalayer.com
|
||||
0.0.0.0 signalszone.com
|
||||
0.0.0.0 sillyscrew.com
|
||||
0.0.0.0 silvermob.com
|
||||
0.0.0.0 simpleanalytics.io
|
||||
@@ -2927,6 +2929,7 @@
|
||||
0.0.0.0 sortable.com
|
||||
0.0.0.0 sourcepoint.vice.com
|
||||
0.0.0.0 sovrn.com
|
||||
0.0.0.0 sp-a-q-f.ib-game.jp
|
||||
0.0.0.0 spacash.com
|
||||
0.0.0.0 spaceleadster.com
|
||||
0.0.0.0 sparklingshelf.com
|
||||
@@ -2946,6 +2949,7 @@
|
||||
0.0.0.0 sponsorads.de
|
||||
0.0.0.0 sponsorpro.de
|
||||
0.0.0.0 spookysleet.com
|
||||
0.0.0.0 spoonballoon.com
|
||||
0.0.0.0 spotlessstamp.com
|
||||
0.0.0.0 spotscenered.info
|
||||
0.0.0.0 spotx.tv
|
||||
@@ -3045,7 +3049,6 @@
|
||||
0.0.0.0 supertop100.com
|
||||
0.0.0.0 supply.colossusssp.com
|
||||
0.0.0.0 supportwaves.com
|
||||
0.0.0.0 surfmusik-adserver.de
|
||||
0.0.0.0 surveygizmobeacon.s3.amazonaws.com
|
||||
0.0.0.0 sw88.espn.com
|
||||
0.0.0.0 swan-swan-goose.com
|
||||
@@ -3076,6 +3079,8 @@
|
||||
0.0.0.0 t.visit.disneydestinations.com
|
||||
0.0.0.0 t.visitorqueue.com
|
||||
0.0.0.0 t.x.co
|
||||
0.0.0.0 t1.rorystravelclub.co.uk
|
||||
0.0.0.0 t1.rorytravelclub-news.co.uk
|
||||
0.0.0.0 taboola.com
|
||||
0.0.0.0 tag-demo.mention-me.com
|
||||
0.0.0.0 tag.mention-me.com
|
||||
@@ -3136,6 +3141,7 @@
|
||||
0.0.0.0 themangotea.com
|
||||
0.0.0.0 themoneytizer.com
|
||||
0.0.0.0 therapistla.com
|
||||
0.0.0.0 thewavebeats.com
|
||||
0.0.0.0 thinkitten.com
|
||||
0.0.0.0 thirdparty.bnc.lt
|
||||
0.0.0.0 thirdrespect.com
|
||||
@@ -3161,7 +3167,6 @@
|
||||
0.0.0.0 tnkexchange.com
|
||||
0.0.0.0 tns-counter.ru
|
||||
0.0.0.0 toolforthought.com
|
||||
0.0.0.0 top-casting-termine.de
|
||||
0.0.0.0 top-site-list.com
|
||||
0.0.0.0 top.list.ru
|
||||
0.0.0.0 top.mail.ru
|
||||
@@ -3181,6 +3186,7 @@
|
||||
0.0.0.0 touchclarity.com
|
||||
0.0.0.0 tour.brazzers.com
|
||||
0.0.0.0 tr.api.fanbyte.com
|
||||
0.0.0.0 tracecontent.com
|
||||
0.0.0.0 track-eu.customer.io
|
||||
0.0.0.0 track.adform.net
|
||||
0.0.0.0 track.anchorfree.com
|
||||
@@ -3196,7 +3202,6 @@
|
||||
0.0.0.0 track.miro.com
|
||||
0.0.0.0 track.nationalgunrights.org
|
||||
0.0.0.0 track.privacyatclearbit.com
|
||||
0.0.0.0 track.przejdzdostrony.pl
|
||||
0.0.0.0 track.pubmatic.com
|
||||
0.0.0.0 track.segmetrics.io
|
||||
0.0.0.0 track.smtpmessage.com
|
||||
@@ -3212,6 +3217,7 @@
|
||||
0.0.0.0 trackedweb.net
|
||||
0.0.0.0 tracker.bannerflow.com
|
||||
0.0.0.0 tracker.cdnbye.com
|
||||
0.0.0.0 tracker.colatv88xb.cc
|
||||
0.0.0.0 tracker.icerocket.com
|
||||
0.0.0.0 tracker.metricswave.com
|
||||
0.0.0.0 tracker.mmdlv.it
|
||||
@@ -3228,7 +3234,6 @@
|
||||
0.0.0.0 tracking.olx-st.com
|
||||
0.0.0.0 tracking.orixa-media.com
|
||||
0.0.0.0 tracking.shopstyle.com
|
||||
0.0.0.0 tracking.thinkabt.com
|
||||
0.0.0.0 tracking.wetter.at
|
||||
0.0.0.0 tracking01.walmart.com
|
||||
0.0.0.0 tracking101.com
|
||||
@@ -3272,8 +3277,11 @@
|
||||
0.0.0.0 trk.4ff.pro
|
||||
0.0.0.0 trk.bc.shutterfly.com
|
||||
0.0.0.0 trk.pinterest.com
|
||||
0.0.0.0 trk.sayerfinancial.com
|
||||
0.0.0.0 trk.techtarget.com
|
||||
0.0.0.0 trk1.avdlink.net
|
||||
0.0.0.0 trk42.net
|
||||
0.0.0.0 trkm.mg.thegoodybag.co.uk
|
||||
0.0.0.0 trkn.us
|
||||
0.0.0.0 trkoptimizer.com
|
||||
0.0.0.0 trkpnt.ongage.net
|
||||
@@ -3291,6 +3299,7 @@
|
||||
0.0.0.0 tumbleicicle.com
|
||||
0.0.0.0 turboadv.com
|
||||
0.0.0.0 turn.com
|
||||
0.0.0.0 twelvedawn.com
|
||||
0.0.0.0 twittad.com
|
||||
0.0.0.0 twyn.com
|
||||
0.0.0.0 tynt.com
|
||||
@@ -3401,8 +3410,8 @@
|
||||
0.0.0.0 weborama.com
|
||||
0.0.0.0 weborama.fr
|
||||
0.0.0.0 webpower.com
|
||||
0.0.0.0 webreseau.com
|
||||
0.0.0.0 webseoanalytics.com
|
||||
0.0.0.0 websponsors.com
|
||||
0.0.0.0 webstat.channel4.com
|
||||
0.0.0.0 webstat.com
|
||||
0.0.0.0 webstat.net
|
||||
@@ -3426,11 +3435,11 @@
|
||||
0.0.0.0 widget.educationdynamics.com
|
||||
0.0.0.0 widget.privy.com
|
||||
0.0.0.0 wikia-ads.wikia.com
|
||||
0.0.0.0 wikiquotations.com
|
||||
0.0.0.0 win.iqm.com
|
||||
0.0.0.0 window.nixnet.cz
|
||||
0.0.0.0 wintricksbanner.googlepages.com
|
||||
0.0.0.0 wirecomic.com
|
||||
0.0.0.0 wirypaste.com
|
||||
0.0.0.0 wisepops.com
|
||||
0.0.0.0 witch-counter.de
|
||||
0.0.0.0 wittypopcorn.com
|
||||
@@ -3439,6 +3448,7 @@
|
||||
0.0.0.0 wlmarketing.com
|
||||
0.0.0.0 wondoads.de
|
||||
0.0.0.0 woopra.com
|
||||
0.0.0.0 worldrealize.com
|
||||
0.0.0.0 worldwide-cash.net
|
||||
0.0.0.0 worriednumber.com
|
||||
0.0.0.0 wowfunnow.com
|
||||
@@ -3476,13 +3486,13 @@
|
||||
0.0.0.0 yepads.com
|
||||
0.0.0.0 yesads.com
|
||||
0.0.0.0 yesadvertising.com
|
||||
0.0.0.0 yg5sjx5kzy.com
|
||||
0.0.0.0 yieldads.com
|
||||
0.0.0.0 yieldlab.net
|
||||
0.0.0.0 yieldmanager.net
|
||||
0.0.0.0 yieldmo.com
|
||||
0.0.0.0 yieldoptimizer.com
|
||||
0.0.0.0 yieldtraffic.com
|
||||
0.0.0.0 yldbt.com
|
||||
0.0.0.0 ymetrica1.com
|
||||
0.0.0.0 yoads.net
|
||||
0.0.0.0 yoggrt.com
|
||||
@@ -3498,7 +3508,6 @@
|
||||
0.0.0.0 zedo.com
|
||||
0.0.0.0 zemanta.com
|
||||
0.0.0.0 zencudo.co.uk
|
||||
0.0.0.0 zenkreka.com
|
||||
0.0.0.0 zenzuu.com
|
||||
0.0.0.0 zephyrlabyrinth.com
|
||||
0.0.0.0 zeus.developershed.com
|
||||
|
||||
@@ -1865,7 +1865,6 @@
|
||||
0.0.0.0 wastachnews.com
|
||||
0.0.0.0 waterfilters.news
|
||||
0.0.0.0 waterfordtoday.com
|
||||
0.0.0.0 waterfordwhispersnews.com
|
||||
0.0.0.0 waterlooreview.com
|
||||
0.0.0.0 waterlootimes.com
|
||||
0.0.0.0 waterwars.news
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
"frequency": "occasional",
|
||||
"issues": "https://github.com/marktron/fakenews/issues",
|
||||
"url": "https://raw.githubusercontent.com/marktron/fakenews/master/fakenews",
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"pause": true
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Title: hostsVN Gambling VN
|
||||
# Last modified: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 3.323 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 3.533 domains
|
||||
# Only include gambling domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -38,6 +38,7 @@
|
||||
0.0.0.0 11bet.vin
|
||||
0.0.0.0 11bet.win
|
||||
0.0.0.0 11betvnd.com
|
||||
0.0.0.0 11win.llc
|
||||
0.0.0.0 11win.mobi
|
||||
0.0.0.0 11win.mx
|
||||
0.0.0.0 11win.net
|
||||
@@ -70,6 +71,7 @@
|
||||
0.0.0.0 188pscn2.com
|
||||
0.0.0.0 188thethao.com
|
||||
0.0.0.0 18luck.pro
|
||||
0.0.0.0 18win.net
|
||||
0.0.0.0 1eight8.com
|
||||
0.0.0.0 1tamtamvn.com
|
||||
0.0.0.0 1x.club
|
||||
@@ -110,8 +112,15 @@
|
||||
0.0.0.0 388bet.vin
|
||||
0.0.0.0 388bet.vip
|
||||
0.0.0.0 3bet.biz
|
||||
0.0.0.0 3bet.la
|
||||
0.0.0.0 3bet.ph
|
||||
0.0.0.0 3bet.sh
|
||||
0.0.0.0 3bet.ski
|
||||
0.0.0.0 3bet.so
|
||||
0.0.0.0 3bet.tech
|
||||
0.0.0.0 3bet.vc
|
||||
0.0.0.0 3bet.win
|
||||
0.0.0.0 3bet.you
|
||||
0.0.0.0 3kingclub.com
|
||||
0.0.0.0 448kbet.com
|
||||
0.0.0.0 5123b.com
|
||||
@@ -216,6 +225,8 @@
|
||||
0.0.0.0 88bong.net
|
||||
0.0.0.0 88cado.com
|
||||
0.0.0.0 88cado.net
|
||||
0.0.0.0 88clb.app
|
||||
0.0.0.0 88clb.fit
|
||||
0.0.0.0 88gobet.com
|
||||
0.0.0.0 88new.cc
|
||||
0.0.0.0 88online.live
|
||||
@@ -283,6 +294,10 @@
|
||||
0.0.0.0 9bet.win
|
||||
0.0.0.0 9bet.world
|
||||
0.0.0.0 9e3c.com
|
||||
0.0.0.0 abc8.cm
|
||||
0.0.0.0 abc8.cv
|
||||
0.0.0.0 abcvip.com
|
||||
0.0.0.0 abcvip.in
|
||||
0.0.0.0 account.w88ac.com
|
||||
0.0.0.0 account.w88club.com
|
||||
0.0.0.0 account.w88hn.com
|
||||
@@ -393,6 +408,7 @@
|
||||
0.0.0.0 api.oppa88888888.com
|
||||
0.0.0.0 api.red88.club
|
||||
0.0.0.0 api.red88.com
|
||||
0.0.0.0 api.red88.ml
|
||||
0.0.0.0 api.red88.vip
|
||||
0.0.0.0 api.shbet3.com
|
||||
0.0.0.0 api.shbetvv.com
|
||||
@@ -454,8 +470,15 @@
|
||||
0.0.0.0 b88ag.com
|
||||
0.0.0.0 bachhoa88.com
|
||||
0.0.0.0 bacty88.com
|
||||
0.0.0.0 ball88.app
|
||||
0.0.0.0 ball88.com
|
||||
0.0.0.0 ball88.day
|
||||
0.0.0.0 ball88.fun
|
||||
0.0.0.0 ball88.games
|
||||
0.0.0.0 ball88.mobi
|
||||
0.0.0.0 ball88.red
|
||||
0.0.0.0 ball88.to
|
||||
0.0.0.0 ball88.zone
|
||||
0.0.0.0 banca.cc
|
||||
0.0.0.0 banca.xo68.vip
|
||||
0.0.0.0 bancadoithuongvn.com
|
||||
@@ -530,6 +553,7 @@
|
||||
0.0.0.0 bntv.bongvip.com
|
||||
0.0.0.0 bom52.club
|
||||
0.0.0.0 bom88.com
|
||||
0.0.0.0 bom88.ing
|
||||
0.0.0.0 bom88.net
|
||||
0.0.0.0 bong.thethaowin.net
|
||||
0.0.0.0 bong88.cam
|
||||
@@ -620,6 +644,7 @@
|
||||
0.0.0.0 choiwin79.in
|
||||
0.0.0.0 choiwon88.info
|
||||
0.0.0.0 click.mibet88.com
|
||||
0.0.0.0 cm88.com
|
||||
0.0.0.0 cmd368max.com
|
||||
0.0.0.0 cmd368t.com
|
||||
0.0.0.0 cms.v79top.com
|
||||
@@ -629,6 +654,7 @@
|
||||
0.0.0.0 connhangheo.top
|
||||
0.0.0.0 coopbet.com
|
||||
0.0.0.0 corona999.com
|
||||
0.0.0.0 cungv9choi.com
|
||||
0.0.0.0 cuoc88.net
|
||||
0.0.0.0 cuoc8899.com
|
||||
0.0.0.0 cuocba.com
|
||||
@@ -655,8 +681,15 @@
|
||||
0.0.0.0 cwin999.com
|
||||
0.0.0.0 d1.dabet.club
|
||||
0.0.0.0 d1.debet.cx
|
||||
0.0.0.0 d1.debet.gd
|
||||
0.0.0.0 d1.debet.gs
|
||||
0.0.0.0 d1.debet.info
|
||||
0.0.0.0 d1.debet.lc
|
||||
0.0.0.0 d1.debet.mp
|
||||
0.0.0.0 d1.debet.mw
|
||||
0.0.0.0 d1.debet.sc
|
||||
0.0.0.0 d1.debet.so
|
||||
0.0.0.0 d1.debet.st
|
||||
0.0.0.0 d1.debet.top
|
||||
0.0.0.0 d1.debet.win
|
||||
0.0.0.0 d3.debet.info
|
||||
@@ -712,6 +745,7 @@
|
||||
0.0.0.0 dangkyrikvip.tv
|
||||
0.0.0.0 dangkyrikvip.win
|
||||
0.0.0.0 dangkyva88.info
|
||||
0.0.0.0 daomo.club
|
||||
0.0.0.0 datcuoc.thethaofb88.com
|
||||
0.0.0.0 debet.bet
|
||||
0.0.0.0 debet.bot
|
||||
@@ -721,13 +755,22 @@
|
||||
0.0.0.0 debet.cx
|
||||
0.0.0.0 debet.fan
|
||||
0.0.0.0 debet.fun
|
||||
0.0.0.0 debet.gd
|
||||
0.0.0.0 debet.gs
|
||||
0.0.0.0 debet.info
|
||||
0.0.0.0 debet.lc
|
||||
0.0.0.0 debet.lv
|
||||
0.0.0.0 debet.moi
|
||||
0.0.0.0 debet.mp
|
||||
0.0.0.0 debet.mw
|
||||
0.0.0.0 debet.net
|
||||
0.0.0.0 debet.sc
|
||||
0.0.0.0 debet.so
|
||||
0.0.0.0 debet.st
|
||||
0.0.0.0 debet.top
|
||||
0.0.0.0 debet.uk
|
||||
0.0.0.0 debet.us
|
||||
0.0.0.0 debet.vg
|
||||
0.0.0.0 debet.win
|
||||
0.0.0.0 debet79.info
|
||||
0.0.0.0 debet88.win
|
||||
@@ -824,6 +867,7 @@
|
||||
0.0.0.0 f8betaa.com
|
||||
0.0.0.0 f8betapp.net
|
||||
0.0.0.0 f8betgg.com
|
||||
0.0.0.0 fa88.tel
|
||||
0.0.0.0 fa88.tv
|
||||
0.0.0.0 fa88.win
|
||||
0.0.0.0 fa88vn.live
|
||||
@@ -909,10 +953,18 @@
|
||||
0.0.0.0 five-88.link
|
||||
0.0.0.0 five88.biz
|
||||
0.0.0.0 five88.com
|
||||
0.0.0.0 five88.id
|
||||
0.0.0.0 five88.in
|
||||
0.0.0.0 five88.lc
|
||||
0.0.0.0 five88.net
|
||||
0.0.0.0 five88.ng
|
||||
0.0.0.0 five88.nl
|
||||
0.0.0.0 five88.ro
|
||||
0.0.0.0 five88.sale
|
||||
0.0.0.0 five88.show
|
||||
0.0.0.0 five88.sx
|
||||
0.0.0.0 five88.top
|
||||
0.0.0.0 five88.vc
|
||||
0.0.0.0 five88.vin
|
||||
0.0.0.0 five88.win
|
||||
0.0.0.0 five88.wine
|
||||
@@ -978,10 +1030,18 @@
|
||||
0.0.0.0 gem88.com
|
||||
0.0.0.0 gem88.guru
|
||||
0.0.0.0 gem88.win
|
||||
0.0.0.0 gemwin.fm
|
||||
0.0.0.0 gemwin.ink
|
||||
0.0.0.0 gemwin.is
|
||||
0.0.0.0 gemwin.lc
|
||||
0.0.0.0 gemwin.lv
|
||||
0.0.0.0 gemwin.my
|
||||
0.0.0.0 gemwin.nz
|
||||
0.0.0.0 gemwin.page
|
||||
0.0.0.0 gemwin.to
|
||||
0.0.0.0 gemwin.tv
|
||||
0.0.0.0 gemwin.vc
|
||||
0.0.0.0 gemwin.vin
|
||||
0.0.0.0 gemwin.vip
|
||||
0.0.0.0 gen88.com
|
||||
0.0.0.0 gi8.us
|
||||
@@ -1028,6 +1088,7 @@
|
||||
0.0.0.0 gogobolaku.com
|
||||
0.0.0.0 gw.gen88.com
|
||||
0.0.0.0 gw.mubet.vip
|
||||
0.0.0.0 gw.tot88.store
|
||||
0.0.0.0 h3bet.com
|
||||
0.0.0.0 h51.live
|
||||
0.0.0.0 happy9luck.com
|
||||
@@ -1036,6 +1097,8 @@
|
||||
0.0.0.0 hay8811.com
|
||||
0.0.0.0 hay8822.com
|
||||
0.0.0.0 haywin.ac
|
||||
0.0.0.0 haywin.ai
|
||||
0.0.0.0 haywin.my
|
||||
0.0.0.0 haywin.space
|
||||
0.0.0.0 haywin.store
|
||||
0.0.0.0 haywin.vip
|
||||
@@ -1047,7 +1110,9 @@
|
||||
0.0.0.0 hb8887.com
|
||||
0.0.0.0 hb88vn.co
|
||||
0.0.0.0 hbet.club
|
||||
0.0.0.0 hbet.lv
|
||||
0.0.0.0 hbet.net
|
||||
0.0.0.0 hbet.pw
|
||||
0.0.0.0 hbet.win
|
||||
0.0.0.0 hcm66.com
|
||||
0.0.0.0 hdbet.com
|
||||
@@ -1071,9 +1136,18 @@
|
||||
0.0.0.0 hitclub.cafe
|
||||
0.0.0.0 hitclub.com
|
||||
0.0.0.0 hitclub.in
|
||||
0.0.0.0 hitclub.lc
|
||||
0.0.0.0 hitclub.lt
|
||||
0.0.0.0 hitclub.lv
|
||||
0.0.0.0 hitclub.mk
|
||||
0.0.0.0 hitclub.ml
|
||||
0.0.0.0 hitclub.mu
|
||||
0.0.0.0 hitclub.pl
|
||||
0.0.0.0 hitclub.pro
|
||||
0.0.0.0 hitclub.salon
|
||||
0.0.0.0 hitclub.si
|
||||
0.0.0.0 hitclub.so
|
||||
0.0.0.0 hitclub.su
|
||||
0.0.0.0 hitclub.top
|
||||
0.0.0.0 hitclub.tv
|
||||
0.0.0.0 hitclub.vin
|
||||
@@ -1086,6 +1160,7 @@
|
||||
0.0.0.0 hot51.com
|
||||
0.0.0.0 hotlive.in
|
||||
0.0.0.0 hotlive8.vip
|
||||
0.0.0.0 hubet.com
|
||||
0.0.0.0 i.b52.club
|
||||
0.0.0.0 i.go88.ca
|
||||
0.0.0.0 i.go88.com
|
||||
@@ -1472,6 +1547,7 @@
|
||||
0.0.0.0 kuwin.guide
|
||||
0.0.0.0 kuwinvip.com
|
||||
0.0.0.0 l4.lode88.ai
|
||||
0.0.0.0 lc88.men
|
||||
0.0.0.0 ldp-sum.com
|
||||
0.0.0.0 legabet.gay
|
||||
0.0.0.0 leo88.com
|
||||
@@ -1625,13 +1701,20 @@
|
||||
0.0.0.0 m.w88io.com
|
||||
0.0.0.0 m.w88ok.com
|
||||
0.0.0.0 m.w88yes.com
|
||||
0.0.0.0 m1.ball88.app
|
||||
0.0.0.0 m1.ball88.com
|
||||
0.0.0.0 m1.ball88.fun
|
||||
0.0.0.0 m1.ball88.games
|
||||
0.0.0.0 m1.ball88.mobi
|
||||
0.0.0.0 m1.ball88.red
|
||||
0.0.0.0 m1.ball88.to
|
||||
0.0.0.0 m1.ball88.zone
|
||||
0.0.0.0 m1.fm88.com
|
||||
0.0.0.0 m1.max88.vip
|
||||
0.0.0.0 m1.may88d.com
|
||||
0.0.0.0 m1.tin88.bet
|
||||
0.0.0.0 m1.vin88.net
|
||||
0.0.0.0 m1.vin88.pw
|
||||
0.0.0.0 m1.vin88.vin
|
||||
0.0.0.0 m1.vin88.vip
|
||||
0.0.0.0 m1.xibet.fun
|
||||
@@ -1733,6 +1816,7 @@
|
||||
0.0.0.0 mk.com
|
||||
0.0.0.0 mkt.11bet.us
|
||||
0.0.0.0 mkt.debet.com
|
||||
0.0.0.0 mm88.com
|
||||
0.0.0.0 mm99.vip
|
||||
0.0.0.0 mmwin.nearom.com
|
||||
0.0.0.0 mobi.oleviet777.com
|
||||
@@ -1817,14 +1901,25 @@
|
||||
0.0.0.0 nhacaiuytin.life
|
||||
0.0.0.0 nhanthuong88.com
|
||||
0.0.0.0 nhat.bet
|
||||
0.0.0.0 nhat.bh
|
||||
0.0.0.0 nhat.cx
|
||||
0.0.0.0 nhat.game
|
||||
0.0.0.0 nhat.is
|
||||
0.0.0.0 nhat.it
|
||||
0.0.0.0 nhat.my
|
||||
0.0.0.0 nhat.one
|
||||
0.0.0.0 nhat.pw
|
||||
0.0.0.0 nhat.sh
|
||||
0.0.0.0 nhat.sx
|
||||
0.0.0.0 nhat.vip
|
||||
0.0.0.0 nhat1.club
|
||||
0.0.0.0 nhat9.vip
|
||||
0.0.0.0 nhatvip.ac
|
||||
0.0.0.0 nhatvip.is
|
||||
0.0.0.0 nhatvip.mobi
|
||||
0.0.0.0 nhatvip.moi
|
||||
0.0.0.0 nhatvip.us
|
||||
0.0.0.0 nhatvip.vin
|
||||
0.0.0.0 nhatvip.vip
|
||||
0.0.0.0 nnwud.com
|
||||
0.0.0.0 nohu.band
|
||||
@@ -1838,11 +1933,13 @@
|
||||
0.0.0.0 nuoigada.com
|
||||
0.0.0.0 nxb8.com
|
||||
0.0.0.0 o4.oxbet.in
|
||||
0.0.0.0 ok365.org
|
||||
0.0.0.0 okcado.com
|
||||
0.0.0.0 okcado.org
|
||||
0.0.0.0 okking.com
|
||||
0.0.0.0 okking.cooking
|
||||
0.0.0.0 okking.org
|
||||
0.0.0.0 okvip.fun
|
||||
0.0.0.0 okvip.life
|
||||
0.0.0.0 okvip.pro
|
||||
0.0.0.0 okvip.today
|
||||
@@ -1870,6 +1967,7 @@
|
||||
0.0.0.0 one88.win
|
||||
0.0.0.0 onevegas.com
|
||||
0.0.0.0 ooooooo2.com
|
||||
0.0.0.0 open88.com
|
||||
0.0.0.0 oppa888.com
|
||||
0.0.0.0 oppa88888888.com
|
||||
0.0.0.0 oppo96.com
|
||||
@@ -1901,16 +1999,21 @@
|
||||
0.0.0.0 play.bay789.life
|
||||
0.0.0.0 play.bom52.club
|
||||
0.0.0.0 play.bum3.club
|
||||
0.0.0.0 play.daomo.club
|
||||
0.0.0.0 play.fa88.tel
|
||||
0.0.0.0 play.fa88.win
|
||||
0.0.0.0 play.gemwin.vip
|
||||
0.0.0.0 play.go88.club
|
||||
0.0.0.0 play.go88.tv
|
||||
0.0.0.0 play.haywin.ai
|
||||
0.0.0.0 play.haywin.space
|
||||
0.0.0.0 play.haywin.store
|
||||
0.0.0.0 play.hit.club
|
||||
0.0.0.0 play.im99.com
|
||||
0.0.0.0 play.iwin.bio
|
||||
0.0.0.0 play.lo88.live
|
||||
0.0.0.0 play.okvip.fun
|
||||
0.0.0.0 play.ricwin.pw
|
||||
0.0.0.0 play.rik88.life
|
||||
0.0.0.0 play.rikvip.info
|
||||
0.0.0.0 play.rikvip.tv
|
||||
@@ -1923,11 +2026,15 @@
|
||||
0.0.0.0 play.top88.uk
|
||||
0.0.0.0 play.top88.us
|
||||
0.0.0.0 play.top88.vn
|
||||
0.0.0.0 play.top88.voto
|
||||
0.0.0.0 play.topclub.casa
|
||||
0.0.0.0 play.vaob52.click
|
||||
0.0.0.0 play.vic.hair
|
||||
0.0.0.0 play.vip79.top
|
||||
0.0.0.0 play.win79.vip
|
||||
0.0.0.0 play.win79d.com
|
||||
0.0.0.0 play.x8.club
|
||||
0.0.0.0 play.x8.fit
|
||||
0.0.0.0 play.x8vn.top
|
||||
0.0.0.0 play.xocdia88.video
|
||||
0.0.0.0 play1.son.club
|
||||
@@ -2001,9 +2108,11 @@
|
||||
0.0.0.0 quayso88.com
|
||||
0.0.0.0 quaysogame.com
|
||||
0.0.0.0 quickraiseup.com
|
||||
0.0.0.0 racvl.fun
|
||||
0.0.0.0 record.income88.com
|
||||
0.0.0.0 red88.club
|
||||
0.0.0.0 red88.com
|
||||
0.0.0.0 red88.ml
|
||||
0.0.0.0 red88.top
|
||||
0.0.0.0 red88.tv
|
||||
0.0.0.0 red88.us
|
||||
@@ -2016,6 +2125,7 @@
|
||||
0.0.0.0 rgames.org
|
||||
0.0.0.0 ricbet.com
|
||||
0.0.0.0 ricbet.win
|
||||
0.0.0.0 ricwin.pw
|
||||
0.0.0.0 rik.bet
|
||||
0.0.0.0 rik.club
|
||||
0.0.0.0 rik.fun
|
||||
@@ -2034,6 +2144,9 @@
|
||||
0.0.0.0 rikvip.win
|
||||
0.0.0.0 royal77vn.com
|
||||
0.0.0.0 rr88.live
|
||||
0.0.0.0 rs88.com
|
||||
0.0.0.0 rs88.cyou
|
||||
0.0.0.0 rs88.vip
|
||||
0.0.0.0 rubik88.com
|
||||
0.0.0.0 rw8800.com
|
||||
0.0.0.0 s.sv66c.com
|
||||
@@ -2048,9 +2161,16 @@
|
||||
0.0.0.0 s2.sin88.com
|
||||
0.0.0.0 s26bet.ltd
|
||||
0.0.0.0 s26bet01.com
|
||||
0.0.0.0 s3.sin88.fo
|
||||
0.0.0.0 s3.sin88.lu
|
||||
0.0.0.0 s3.sin88.ml
|
||||
0.0.0.0 s3.sin88.ms
|
||||
0.0.0.0 s3.sin88.si
|
||||
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.vip
|
||||
0.0.0.0 s4.tot88.store
|
||||
0.0.0.0 s555.com
|
||||
0.0.0.0 s99902e.com
|
||||
0.0.0.0 s99906.com
|
||||
@@ -2095,12 +2215,18 @@
|
||||
0.0.0.0 sin88.club
|
||||
0.0.0.0 sin88.com
|
||||
0.0.0.0 sin88.cv
|
||||
0.0.0.0 sin88.fo
|
||||
0.0.0.0 sin88.im
|
||||
0.0.0.0 sin88.lu
|
||||
0.0.0.0 sin88.me
|
||||
0.0.0.0 sin88.ml
|
||||
0.0.0.0 sin88.mn
|
||||
0.0.0.0 sin88.mobi
|
||||
0.0.0.0 sin88.ms
|
||||
0.0.0.0 sin88.mx
|
||||
0.0.0.0 sin88.si
|
||||
0.0.0.0 sin88.sx
|
||||
0.0.0.0 sin88.tw
|
||||
0.0.0.0 sin88.uk
|
||||
0.0.0.0 sin88.us
|
||||
0.0.0.0 sin88.vip
|
||||
@@ -2108,18 +2234,38 @@
|
||||
0.0.0.0 sin88s.com
|
||||
0.0.0.0 sinbet.com
|
||||
0.0.0.0 sinbet.vip
|
||||
0.0.0.0 sk.ball88.app
|
||||
0.0.0.0 sk.ball88.com
|
||||
0.0.0.0 sk.ball88.day
|
||||
0.0.0.0 sk.ball88.fun
|
||||
0.0.0.0 sk.ball88.mobi
|
||||
0.0.0.0 sk.ball88.to
|
||||
0.0.0.0 sk.ball88.zone
|
||||
0.0.0.0 sk.debet.cx
|
||||
0.0.0.0 sk.debet.gd
|
||||
0.0.0.0 sk.debet.gs
|
||||
0.0.0.0 sk.debet.lc
|
||||
0.0.0.0 sk.debet.lv
|
||||
0.0.0.0 sk.debet.mw
|
||||
0.0.0.0 sk.debet.st
|
||||
0.0.0.0 sk.debet.vg
|
||||
0.0.0.0 sk.fm88.com
|
||||
0.0.0.0 sk.sin88.fo
|
||||
0.0.0.0 sk.sin88.lu
|
||||
0.0.0.0 sk.sin88.ml
|
||||
0.0.0.0 sk.sin88.ms
|
||||
0.0.0.0 sk.sin88.si
|
||||
0.0.0.0 sk.sin88.tw
|
||||
0.0.0.0 sk.tin88.bet
|
||||
0.0.0.0 sk.tin88.club
|
||||
0.0.0.0 sk.tin88.in
|
||||
0.0.0.0 sk.vin88.net
|
||||
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.com
|
||||
0.0.0.0 sk.xibet.fun
|
||||
0.0.0.0 sk.zbet.ws
|
||||
0.0.0.0 sky88.bet
|
||||
0.0.0.0 sky88.club
|
||||
0.0.0.0 sky88.com
|
||||
@@ -2145,6 +2291,7 @@
|
||||
0.0.0.0 sock.nbet.vin
|
||||
0.0.0.0 sock.red88.club
|
||||
0.0.0.0 sock.red88.com
|
||||
0.0.0.0 sock.red88.ml
|
||||
0.0.0.0 sock.red88.vip
|
||||
0.0.0.0 sock.sky88.club
|
||||
0.0.0.0 sock.sky88.com
|
||||
@@ -2215,6 +2362,7 @@
|
||||
0.0.0.0 sun52.live
|
||||
0.0.0.0 sun52.tv
|
||||
0.0.0.0 sun6.win
|
||||
0.0.0.0 sunwin.af
|
||||
0.0.0.0 sunwin.club
|
||||
0.0.0.0 sunwin.id
|
||||
0.0.0.0 sunwin.inc
|
||||
@@ -2226,6 +2374,8 @@
|
||||
0.0.0.0 sunwinvn.club
|
||||
0.0.0.0 sure168.asia
|
||||
0.0.0.0 sut88.com
|
||||
0.0.0.0 sv1.sv88.ro
|
||||
0.0.0.0 sv1.sv88.vu
|
||||
0.0.0.0 sv1.sv88d.com
|
||||
0.0.0.0 sv288.net
|
||||
0.0.0.0 sv368.casino
|
||||
@@ -2244,10 +2394,18 @@
|
||||
0.0.0.0 sv66c.com
|
||||
0.0.0.0 sv66s.com
|
||||
0.0.0.0 sv66vip6.com
|
||||
0.0.0.0 sv88.ae
|
||||
0.0.0.0 sv88.cl
|
||||
0.0.0.0 sv88.club
|
||||
0.0.0.0 sv88.com
|
||||
0.0.0.0 sv88.in
|
||||
0.0.0.0 sv88.lv
|
||||
0.0.0.0 sv88.ml
|
||||
0.0.0.0 sv88.ro
|
||||
0.0.0.0 sv88.si
|
||||
0.0.0.0 sv88.vin
|
||||
0.0.0.0 sv88.vip
|
||||
0.0.0.0 sv88.vu
|
||||
0.0.0.0 sv88.win
|
||||
0.0.0.0 sv88a.com
|
||||
0.0.0.0 sv88r.com
|
||||
@@ -2422,8 +2580,11 @@
|
||||
0.0.0.0 top88.us
|
||||
0.0.0.0 top88.vip
|
||||
0.0.0.0 top88.vn
|
||||
0.0.0.0 top88.voto
|
||||
0.0.0.0 topbet.net
|
||||
0.0.0.0 topbet.top
|
||||
0.0.0.0 topclub.casa
|
||||
0.0.0.0 topclub.win
|
||||
0.0.0.0 topdoithuong.net
|
||||
0.0.0.0 topgamebai.biz
|
||||
0.0.0.0 topnohu.com
|
||||
@@ -2432,10 +2593,12 @@
|
||||
0.0.0.0 topzo.top
|
||||
0.0.0.0 topzo.vip
|
||||
0.0.0.0 tot88.com
|
||||
0.0.0.0 tot88.store
|
||||
0.0.0.0 tourghepmienbac.net
|
||||
0.0.0.0 trang188vn.com
|
||||
0.0.0.0 trangchu.life
|
||||
0.0.0.0 trangkeo.com
|
||||
0.0.0.0 trochoidonclub.online
|
||||
0.0.0.0 trochoivuaclub.online
|
||||
0.0.0.0 tructiepdaga.info
|
||||
0.0.0.0 tt128.net
|
||||
@@ -2445,9 +2608,15 @@
|
||||
0.0.0.0 tx88.fun
|
||||
0.0.0.0 tx88.fyi
|
||||
0.0.0.0 tx88.in
|
||||
0.0.0.0 tx88.ing
|
||||
0.0.0.0 tx88.llc
|
||||
0.0.0.0 tx88.onl
|
||||
0.0.0.0 tx88.top
|
||||
0.0.0.0 tydo88.com
|
||||
0.0.0.0 tz.bet20.bet
|
||||
0.0.0.0 u88.watch
|
||||
0.0.0.0 u888.cc
|
||||
0.0.0.0 u888.id
|
||||
0.0.0.0 ud1a.com
|
||||
0.0.0.0 udw87.cc
|
||||
0.0.0.0 udw881.cc
|
||||
@@ -2469,13 +2638,20 @@
|
||||
0.0.0.0 uytin.8day66.com
|
||||
0.0.0.0 v.fa88.tv
|
||||
0.0.0.0 v.hitclub.in
|
||||
0.0.0.0 v.hitclub.lv
|
||||
0.0.0.0 v.hitclub.ml
|
||||
0.0.0.0 v.hitclub.mu
|
||||
0.0.0.0 v.hitclub.si
|
||||
0.0.0.0 v.hitclub.su
|
||||
0.0.0.0 v.hitclub.tv
|
||||
0.0.0.0 v.nhat9.vip
|
||||
0.0.0.0 v.nhatvip.pro
|
||||
0.0.0.0 v.nhatvip.vip
|
||||
0.0.0.0 v1.five88.vin
|
||||
0.0.0.0 v1.lode88.ai
|
||||
0.0.0.0 v111w.com
|
||||
0.0.0.0 v121w.com
|
||||
0.0.0.0 v4.five88.vin
|
||||
0.0.0.0 v4.vivu88.com
|
||||
0.0.0.0 v4.vivu88.net
|
||||
0.0.0.0 v79top.com
|
||||
@@ -2520,6 +2696,8 @@
|
||||
0.0.0.0 vi.oppa888.com
|
||||
0.0.0.0 vi68.org
|
||||
0.0.0.0 vibet.com
|
||||
0.0.0.0 vic.doctor
|
||||
0.0.0.0 vic.hair
|
||||
0.0.0.0 vic.win
|
||||
0.0.0.0 vic88.com
|
||||
0.0.0.0 vic88.net
|
||||
@@ -2533,6 +2711,7 @@
|
||||
0.0.0.0 vin88.com
|
||||
0.0.0.0 vin88.moi
|
||||
0.0.0.0 vin88.net
|
||||
0.0.0.0 vin88.pw
|
||||
0.0.0.0 vin88.sx
|
||||
0.0.0.0 vin88.top
|
||||
0.0.0.0 vin88.tv
|
||||
@@ -2556,11 +2735,13 @@
|
||||
0.0.0.0 vipsodo.top
|
||||
0.0.0.0 viva88.com
|
||||
0.0.0.0 viva88.net
|
||||
0.0.0.0 vivu88.cc
|
||||
0.0.0.0 vivu88.com
|
||||
0.0.0.0 vivu88.net
|
||||
0.0.0.0 vk88.com
|
||||
0.0.0.0 vlott88.com
|
||||
0.0.0.0 vn-lm.jbovietnam.com
|
||||
0.0.0.0 vn.abcvip.in
|
||||
0.0.0.0 vn.app
|
||||
0.0.0.0 vn.ku6101.net
|
||||
0.0.0.0 vn.ku6106.net
|
||||
@@ -2629,7 +2810,9 @@
|
||||
0.0.0.0 vstar79.com
|
||||
0.0.0.0 vu88.com
|
||||
0.0.0.0 vu88.de
|
||||
0.0.0.0 vu88.in
|
||||
0.0.0.0 vu88.net
|
||||
0.0.0.0 vu88.tv
|
||||
0.0.0.0 vua88.app
|
||||
0.0.0.0 vua88.biz
|
||||
0.0.0.0 vua88.club
|
||||
@@ -2733,8 +2916,13 @@
|
||||
0.0.0.0 web.sunwin.pro
|
||||
0.0.0.0 web.topzo.com
|
||||
0.0.0.0 web.win79.moi
|
||||
0.0.0.0 web.win79.vg
|
||||
0.0.0.0 web.yo88.is
|
||||
0.0.0.0 web.yo88.ml
|
||||
0.0.0.0 web.yo88.so
|
||||
0.0.0.0 web.yo88.st
|
||||
0.0.0.0 web.yo88.tv
|
||||
0.0.0.0 web.yo88.vu
|
||||
0.0.0.0 web.zowin.tv
|
||||
0.0.0.0 websvn.info
|
||||
0.0.0.0 wewinvwin.com
|
||||
@@ -2755,6 +2943,7 @@
|
||||
0.0.0.0 win79.moi
|
||||
0.0.0.0 win79.pro
|
||||
0.0.0.0 win79.site
|
||||
0.0.0.0 win79.vg
|
||||
0.0.0.0 win79.vip
|
||||
0.0.0.0 win79a.com
|
||||
0.0.0.0 win79d.com
|
||||
@@ -2787,6 +2976,7 @@
|
||||
0.0.0.0 wp.nbet.vin
|
||||
0.0.0.0 wp.red88.club
|
||||
0.0.0.0 wp.red88.com
|
||||
0.0.0.0 wp.red88.ml
|
||||
0.0.0.0 wp.red88.vip
|
||||
0.0.0.0 wp.rikvip.tv
|
||||
0.0.0.0 wp.sky88.club
|
||||
@@ -3253,6 +3443,7 @@
|
||||
0.0.0.0 www.yule12888.com
|
||||
0.0.0.0 x1798.com
|
||||
0.0.0.0 x8.club
|
||||
0.0.0.0 x8.fit
|
||||
0.0.0.0 x8.games
|
||||
0.0.0.0 x8.mobi
|
||||
0.0.0.0 x88.com
|
||||
@@ -3302,9 +3493,16 @@
|
||||
0.0.0.0 xvipwin.info
|
||||
0.0.0.0 ybbbet.com
|
||||
0.0.0.0 yd88c.com
|
||||
0.0.0.0 yo88.ae
|
||||
0.0.0.0 yo88.cool
|
||||
0.0.0.0 yo88.is
|
||||
0.0.0.0 yo88.ml
|
||||
0.0.0.0 yo88.pw
|
||||
0.0.0.0 yo88.so
|
||||
0.0.0.0 yo88.st
|
||||
0.0.0.0 yo88.tv
|
||||
0.0.0.0 yo88.vg
|
||||
0.0.0.0 yo88.vu
|
||||
0.0.0.0 yo88.win
|
||||
0.0.0.0 yo88vn.com
|
||||
0.0.0.0 youwevnak.kg88.shop
|
||||
@@ -3314,11 +3512,14 @@
|
||||
0.0.0.0 yylive.vip
|
||||
0.0.0.0 yylive.xyz
|
||||
0.0.0.0 z1.zbet.tv
|
||||
0.0.0.0 z1.zbet.ws
|
||||
0.0.0.0 zalomomo.com
|
||||
0.0.0.0 zbet.com
|
||||
0.0.0.0 zbet.dev
|
||||
0.0.0.0 zbet.fun
|
||||
0.0.0.0 zbet.me
|
||||
0.0.0.0 zbet.tv
|
||||
0.0.0.0 zbet.ws
|
||||
0.0.0.0 zet88.com
|
||||
0.0.0.0 zo.club
|
||||
0.0.0.0 zo1.win
|
||||
@@ -3329,6 +3530,15 @@
|
||||
0.0.0.0 zo88.vip
|
||||
0.0.0.0 zoplay.top
|
||||
0.0.0.0 zowin.bh
|
||||
0.0.0.0 zowin.im
|
||||
0.0.0.0 zowin.is
|
||||
0.0.0.0 zowin.kim
|
||||
0.0.0.0 zowin.mom
|
||||
0.0.0.0 zowin.ng
|
||||
0.0.0.0 zowin.red
|
||||
0.0.0.0 zowin.sh
|
||||
0.0.0.0 zowin.sx
|
||||
0.0.0.0 zowin.tv
|
||||
0.0.0.0 zowin.tw
|
||||
0.0.0.0 zowin.uno
|
||||
0.0.0.0 zowin.ws
|
||||
|
||||
@@ -107,6 +107,7 @@
|
||||
0.0.0.0 bet1128.com
|
||||
0.0.0.0 bet11888.com
|
||||
0.0.0.0 bet2290.com
|
||||
0.0.0.0 bet25.dk
|
||||
0.0.0.0 bet2875.com
|
||||
0.0.0.0 bet2earn.net
|
||||
0.0.0.0 bet3000.com
|
||||
@@ -941,6 +942,7 @@
|
||||
0.0.0.0 mpl.live
|
||||
0.0.0.0 mr.bet
|
||||
0.0.0.0 mrgreen.com
|
||||
0.0.0.0 mrgreen.dk
|
||||
0.0.0.0 mrjackpotspins.com
|
||||
0.0.0.0 mrmega.com
|
||||
0.0.0.0 mrmobi.com
|
||||
@@ -1187,6 +1189,7 @@
|
||||
0.0.0.0 solverde.pt
|
||||
0.0.0.0 speedybet.com
|
||||
0.0.0.0 spela.com
|
||||
0.0.0.0 spilnu.dk
|
||||
0.0.0.0 spindipity.com
|
||||
0.0.0.0 spinit.com
|
||||
0.0.0.0 spinland.com
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Title: hostsVN Adult VN
|
||||
# Last modified: 09 Apr 2026 09:58 UTC+7
|
||||
# Version: 2604090958
|
||||
# Blocked: 1.866 domains
|
||||
# Last modified: 19 Jun 2026 22:28 UTC+7
|
||||
# Version: 2606192228
|
||||
# Blocked: 1.868 domains
|
||||
# Only include adult domains (Vietnamese language)
|
||||
# Homepage: https://bigdargon.github.io/hostsVN/
|
||||
# GitHub: https://github.com/bigdargon/hostsVN
|
||||
@@ -874,7 +874,9 @@
|
||||
0.0.0.0 phimsexhaymoi.com
|
||||
0.0.0.0 phimsexhaynhatban.cyou
|
||||
0.0.0.0 phimsexhaynhatban.top
|
||||
0.0.0.0 phimsexhaysss.com
|
||||
0.0.0.0 phimsexhayvl.com
|
||||
0.0.0.0 phimsexhayvnx.com
|
||||
0.0.0.0 phimsexhd.cyou
|
||||
0.0.0.0 phimsexhd.nl
|
||||
0.0.0.0 phimsexhd.online
|
||||
|
||||
@@ -11548,7 +11548,6 @@ fe80::1%lo0 localhost
|
||||
0.0.0.0 totalaccess.transsexualbarebacking.com
|
||||
0.0.0.0 totalexposure.com
|
||||
0.0.0.0 totallynsfw.com
|
||||
0.0.0.0 toteme.com
|
||||
0.0.0.0 touchmylips.com
|
||||
0.0.0.0 touhoufeet.booru.org
|
||||
0.0.0.0 toumpano.net
|
||||
@@ -18465,7 +18464,6 @@ fe80::1%lo0 localhost
|
||||
0.0.0.0 www.torylane.com
|
||||
0.0.0.0 www.totalexposure.com
|
||||
0.0.0.0 www.totallynsfw.com
|
||||
0.0.0.0 www.toteme.com
|
||||
0.0.0.0 www.touchmylips.com
|
||||
0.0.0.0 www.toumpano.net
|
||||
0.0.0.0 www.toxamedia.com
|
||||
|
||||
@@ -34987,8 +34987,6 @@
|
||||
0.0.0.0 pornaddict.me
|
||||
0.0.0.0 pornaddiction.com
|
||||
0.0.0.0 www.pornaddiction.com
|
||||
0.0.0.0 pornaddictsanonymous.org
|
||||
0.0.0.0 www.pornaddictsanonymous.org
|
||||
0.0.0.0 pornaddik.com
|
||||
0.0.0.0 www.pornaddik.com
|
||||
0.0.0.0 pornadept.com
|
||||
@@ -59042,7 +59040,6 @@
|
||||
0.0.0.0 doglickpussy.com
|
||||
0.0.0.0 dogsex.show
|
||||
0.0.0.0 dood.li
|
||||
0.0.0.0 doodstream.com
|
||||
0.0.0.0 dooodster.com
|
||||
0.0.0.0 doujin-th.net
|
||||
0.0.0.0 doujinfast.com
|
||||
@@ -61137,3 +61134,55 @@
|
||||
0.0.0.0 scorchincams.com
|
||||
0.0.0.0 llqodr.lovepoiint.com
|
||||
0.0.0.0 viet69.bi
|
||||
0.0.0.0 joi.com
|
||||
0.0.0.0 joi.ai
|
||||
0.0.0.0 candy.ai
|
||||
0.0.0.0 joyland.ai
|
||||
0.0.0.0 myanima.ai
|
||||
0.0.0.0 gptgirlfriend.online
|
||||
0.0.0.0 girlfriendgpt.com
|
||||
0.0.0.0 eroplay.ai
|
||||
0.0.0.0 soulkyn.com
|
||||
0.0.0.0 dreamcompanion.com
|
||||
0.0.0.0 dreamgf.ai
|
||||
0.0.0.0 infatuated.ai
|
||||
0.0.0.0 ourdream.ai
|
||||
0.0.0.0 nextpart.ai
|
||||
0.0.0.0 aiallure.com
|
||||
0.0.0.0 sugarlab.ai
|
||||
0.0.0.0 thotchat.ai
|
||||
0.0.0.0 fantasygf.ai
|
||||
0.0.0.0 cuties.ai
|
||||
0.0.0.0 juicychat.ai
|
||||
0.0.0.0 romanticai.com
|
||||
0.0.0.0 flirton.ai
|
||||
0.0.0.0 lovescape.ai
|
||||
0.0.0.0 swipey.ai
|
||||
0.0.0.0 golove.ai
|
||||
0.0.0.0 kupid.ai
|
||||
0.0.0.0 spicychat.ai
|
||||
0.0.0.0 crushon.ai
|
||||
0.0.0.0 myanima.ai
|
||||
0.0.0.0 hotchat.ai
|
||||
0.0.0.0 fantasygf.ai
|
||||
0.0.0.0 sugarlab.ai
|
||||
0.0.0.0 honeychat.ai
|
||||
0.0.0.0 darlingchat.ai
|
||||
0.0.0.0 sugarchatai.com
|
||||
0.0.0.0 babechatai.com
|
||||
0.0.0.0 babychatai.com
|
||||
0.0.0.0 aigals.com
|
||||
0.0.0.0 secrets.ai
|
||||
0.0.0.0 soulkyn.ai
|
||||
0.0.0.0 juiceychat.ai
|
||||
0.0.0.0 xchar.ai
|
||||
0.0.0.0 nectar.ai
|
||||
0.0.0.0 infatuated.ai
|
||||
0.0.0.0 promptchan.com
|
||||
0.0.0.0 mypornfinder.com
|
||||
0.0.0.0 pornworks.com
|
||||
0.0.0.0 seduced.com
|
||||
0.0.0.0 redgifs.ai
|
||||
0.0.0.0 trashyneverclassy.com
|
||||
0.0.0.0 chomikuj.pl
|
||||
0.0.0.0 missav.ai
|
||||
|
||||
@@ -3285,3 +3285,6 @@
|
||||
|
||||
# gay
|
||||
127.0.0.1 sniffies.com
|
||||
|
||||
|
||||
127.0.0.1 bsky.app
|
||||
|
||||
@@ -1,15 +1,18 @@
|
||||
{
|
||||
description = "Unified hosts file with base extensions.";
|
||||
outputs = { self, nixpkgs, ... }@inputs:
|
||||
outputs =
|
||||
{
|
||||
self,
|
||||
nixpkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
forAllSystems = nixpkgs.lib.genAttrs nixpkgs.lib.platforms.unix;
|
||||
|
||||
nixpkgsFor = forAllSystems (system: import nixpkgs {
|
||||
inherit system;
|
||||
});
|
||||
nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; });
|
||||
in
|
||||
{
|
||||
nixosModule = { config, ... }:
|
||||
nixosModule =
|
||||
{ config, ... }:
|
||||
let
|
||||
inherit (nixpkgs) lib;
|
||||
cfg = config.networking.stevenBlackHosts;
|
||||
@@ -35,23 +38,37 @@
|
||||
config = lib.mkIf cfg.enable {
|
||||
networking.extraHosts =
|
||||
let
|
||||
orig = builtins.readFile ("${self}/" + (lib.optionalString (alternatesList != []) alternatesPath) + "hosts");
|
||||
orig = builtins.readFile (
|
||||
"${self}/" + (lib.optionalString (alternatesList != [ ]) alternatesPath) + "hosts"
|
||||
);
|
||||
ipv6 = builtins.replaceStrings [ "0.0.0.0" ] [ "::" ] orig;
|
||||
in
|
||||
lib.mkAfter (orig + (lib.optionalString cfg.enableIPv6 ("\n" + ipv6)));
|
||||
};
|
||||
};
|
||||
|
||||
devShells = forAllSystems (system:
|
||||
let pkgs = nixpkgsFor.${system}; in
|
||||
devShells = forAllSystems (
|
||||
system:
|
||||
let
|
||||
pkgs = nixpkgsFor.${system};
|
||||
in
|
||||
{
|
||||
default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
python3
|
||||
python3Packages.flake8
|
||||
python3Packages.requests
|
||||
packages = with pkgs; [
|
||||
nixfmt
|
||||
(python3.withPackages (
|
||||
pythonPackages: with pythonPackages; [
|
||||
flake8
|
||||
requests
|
||||
]
|
||||
))
|
||||
];
|
||||
};
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
packages = forAllSystems (system: {
|
||||
unbound = nixpkgsFor.${system}.callPackage ./unbound.nix { };
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 91 KiB |
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hosts",
|
||||
"version": "3.16.75",
|
||||
"version": "3.16.91",
|
||||
"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": "^19.0.3"
|
||||
"release-it": "^20.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,10 +35,10 @@ files are provided.
|
||||
|
||||

|
||||
|
||||
- Last updated: **April 12 2026**.
|
||||
- Last updated: **June 21 2026**.
|
||||
- Here's the
|
||||
[raw hosts file Unified hosts file with base extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts)
|
||||
containing 87,770 entries.
|
||||
containing 82,621 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) | 87,770 | [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) | 91,046 | [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,188 | [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) | 94,808 | [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) | 5,962 | [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) | 164,817 | [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,678 | [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) | 92,072 | [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,243 | [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) | 96,996 | [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,156 | [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) | 167,005 | [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,872 | [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) | 94,260 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 82,621 | [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) | 84,872 | [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) | 88,848 | [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,175 | [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) | 158,689 | [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,722 | [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) | 85,900 | [link](http://sbc.io/hosts/alternates/social/hosts)
|
||||
**social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social-only/hosts) | 3,244 | [link](http://sbc.io/hosts/alternates/social-only/hosts)
|
||||
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 91,035 | [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,368 | [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) | 160,876 | [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,915 | [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) | 88,087 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
|
||||
**fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social-only/hosts) | 5,437 | [link](http://sbc.io/hosts/alternates/fakenews-social-only/hosts)
|
||||
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 170,767 | [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) | 82,640 | [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) | 98,022 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,205 | [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) | 168,029 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,919 | [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) | 172,955 | [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) | 84,834 | [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) | 100,210 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,399 | [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) | 170,217 | [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,113 | [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) | 173,979 | [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) | 85,881 | [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) | 176,167 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,023 | [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) | 164,852 | [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) | 82,897 | [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) | 92,063 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
|
||||
**gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social-only/hosts) | 9,419 | [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) | 161,902 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
|
||||
**porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social-only/hosts) | 79,964 | [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) | 167,039 | [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,090 | [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) | 94,250 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
|
||||
**fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social-only/hosts) | 11,612 | [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) | 164,089 | [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,157 | [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) | 168,065 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
|
||||
**gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social-only/hosts) | 86,139 | [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) | 170,252 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
|
||||
**fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social-only/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social-only/hosts) | 88,280 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social-only/hosts)
|
||||
|
||||
|
||||
**Expectation**: These unified hosts files should serve all devices, regardless
|
||||
@@ -178,6 +178,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -433,8 +439,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -450,7 +458,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -461,6 +471,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+26
-3
@@ -131,6 +131,12 @@ Build the Docker container from the root of this repo like this:
|
||||
docker build --no-cache . -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Or without cloning (directly from GitHub):
|
||||
|
||||
```sh
|
||||
docker build --no-cache https://github.com/StevenBlack/hosts.git -t stevenblack-hosts
|
||||
```
|
||||
|
||||
Then run your command as such:
|
||||
|
||||
```sh
|
||||
@@ -386,8 +392,10 @@ To install hosts file on your machine add the following into your
|
||||
|
||||
### Nix Flake
|
||||
|
||||
NixOS installations which are managed through _flakes_ can use the hosts file
|
||||
like this:
|
||||
NixOS installations which are managed through _flakes_ can directly use the `flake.nix` in this repository as an input.
|
||||
|
||||
It contains a `nixosModule` that can be used to install the `hosts` file locally, as well as a package containing config files for the [Unbound](https://github.com/NLnetLabs/unbound) DNS server to be used as blocklists.
|
||||
|
||||
|
||||
```nix
|
||||
{
|
||||
@@ -403,7 +411,9 @@ like this:
|
||||
nixosConfigurations.my-hostname = {
|
||||
system = "<architecture>";
|
||||
modules = [
|
||||
hosts.nixosModule {
|
||||
# nixosModule to install hosts file locally:
|
||||
hosts.nixosModule
|
||||
{
|
||||
networking.stevenBlackHosts = {
|
||||
enable = true;
|
||||
# optionally:
|
||||
@@ -414,6 +424,19 @@ like this:
|
||||
# blockSocial = true;
|
||||
};
|
||||
}
|
||||
|
||||
# configure unbound to use config as blocklist:
|
||||
{
|
||||
{
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
settings.server.include = [
|
||||
"${hosts.packages.${system}.unbound}/hosts"
|
||||
# alternates are also available, e.g. /fakenews, /fakenews-gambling etc.
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -3,24 +3,25 @@
|
||||
(*** Wolfram Notebook File ***)
|
||||
(* http://www.wolfram.com/nb *)
|
||||
|
||||
(* CreatedBy='WolframDesktop 13.1' *)
|
||||
(* CreatedBy='Wolfram 15.0' *)
|
||||
|
||||
(*CacheID: 234*)
|
||||
(* Internal cache information:
|
||||
NotebookFileLineBreakTest
|
||||
NotebookFileLineBreakTest
|
||||
NotebookDataPosition[ 161, 7]
|
||||
NotebookDataLength[ 34408, 742]
|
||||
NotebookOptionsPosition[ 33545, 717]
|
||||
NotebookOutlinePosition[ 33973, 734]
|
||||
CellTagsIndexPosition[ 33930, 731]
|
||||
NotebookDataPosition[ 154, 7]
|
||||
NotebookDataLength[ 34690, 758]
|
||||
NotebookOptionsPosition[ 33820, 733]
|
||||
NotebookOutlinePosition[ 34248, 750]
|
||||
CellTagsIndexPosition[ 34205, 747]
|
||||
WindowFrame->Normal*)
|
||||
|
||||
(* Beginning of Notebook Content *)
|
||||
Notebook[{
|
||||
Cell[BoxData["\[IndentingNewLine]"], "Input",
|
||||
CellChangeTimes->{3.9838230626051273`*^9},
|
||||
CellLabel->"In[15]:=",ExpressionUUID->"4758e301-de41-43dc-8b9d-10592e1aa6bd"],
|
||||
CellLabel->
|
||||
"In[397]:=",ExpressionUUID->"4758e301-de41-43dc-8b9d-10592e1aa6bd"],
|
||||
|
||||
Cell[CellGroupData[{
|
||||
|
||||
@@ -154,7 +155,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[16]:=",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5"],
|
||||
CellLabel->
|
||||
"In[398]:=",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5"],
|
||||
|
||||
Cell[BoxData[
|
||||
TemplateBox[{
|
||||
@@ -166,16 +168,19 @@ Cell[BoxData[
|
||||
Automatic, Method -> "Preemptive"]},
|
||||
"RowDefault"]], "Output",
|
||||
CellChangeTimes->CompressedData["
|
||||
1:eJxTTMoPSmVkYGDQAGJTnleO+TPfOt4KnMGWNuutY0OEoMIBIB2Z5ZHlPPut
|
||||
1:eJxTTMoPSmVkYGAwA2JTnleO+TPfOt4KnMGWNuutY0OEoMIBIB2Z5ZHlPPut
|
||||
o+r6oy59QFrpsbPnmjlvHUs6t75LnvvWcYllgyLHvLeODwT3S/wF0mZf/AT0
|
||||
Frx1nCa27W48kE6wc7/cBaQ7A9Yd81/41vFZJw//EiC9bPtU1VtA+oLb1u/q
|
||||
i946btuj4Ci5+K3jN9VFqZVA+u7bA/pyS946CnilSJ0A0lOfbA1WWPrWMdBb
|
||||
1b4ESDu9f/zhBJB+mCO1kHv5W0cTtvdZLCveOpbrCTKYAGkfraBTR4D0KusV
|
||||
XJwr3zqKSK72NAHS67d0h68G0tvucu67veqtI9tZlwn1q986nunnesS65q3j
|
||||
OUm/gCYgve1lv2fIWmA4lJT6XQPSK56mSHetA5r7eNXmz0B6TuST3aXrgfp1
|
||||
Nq64suGtIwAN0Kel
|
||||
Nq64suGto8G6igOzNr111JFnfWq7+a3jppt3fgpteev4v4ztRjaQnsAx+4bZ
|
||||
NqC6DxNdhLe/dTz159qdLiD9ZCHTyYgdQHtl/Xw2A+k0z1yP2J1vHe/N6Sti
|
||||
2wUUPx94dQ2QbhK2c3m8+62j3Oo9fNF73joCADgU5VE=
|
||||
"],
|
||||
CellLabel->"Out[19]=",ExpressionUUID->"d8750e6a-e945-4115-87bb-51c11458f7ac"]
|
||||
CellLabel->
|
||||
"Out[401]=",ExpressionUUID->"26cd4dd5-dfd2-4ec3-aaab-5c444c929344"]
|
||||
}, Open ]],
|
||||
|
||||
Cell[CellGroupData[{
|
||||
@@ -297,199 +302,203 @@ Cell[BoxData[{
|
||||
3.956601171882221*^9, 3.956601200199129*^9}, {3.956601252613394*^9,
|
||||
3.9566012593755283`*^9}, {3.956601299500546*^9, 3.956601381489203*^9}},
|
||||
NumberMarks->False,
|
||||
CellLabel->"In[26]:=",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309"],
|
||||
CellLabel->
|
||||
"In[408]:=",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309"],
|
||||
|
||||
Cell[BoxData[
|
||||
GraphicsBox[{{}, GraphicsComplexBox[CompressedData["
|
||||
1:eJzt2/d3FNXfB/ChJzRXRCkqDEqvQxHpDKAURVgQ6chApCllQUSkOSK9DkUI
|
||||
IDgC0kJZEUNElBFBg6AsSAl9pEgoIQsIJNTvk8/7vc959nvwnOcPGH6Jr3Pb
|
||||
537u3Sm73lK9h7Tvk11RlGG5FSXr7//8M2ckX2mS9R9upyv6YxxM/Bc7XaJt
|
||||
thX78u2B9Y7iQE/afktsT40Y/YW+oR1Yi/mN7iq2utNuN7EzidYXR1vtIVZP
|
||||
RNrDZrW9sNEb8Xah1X6IdyNtw3pKpP68tMc5kH0fvRLxd6TVBMSfQOvfiI3D
|
||||
tLMZ83lE27A67nfOb1S07fqI/yCtpl+W+O/T+lWxW/YP+oJYH00bp8RK6f30
|
||||
GbGz7998UBy+Tauw//UQvQnjfxGKzA/j76EVWC9xgPthizjQknZXio1nD3J+
|
||||
CRh/CO3MxnjXaNNC/wP/ZPuxYvvpQ2xvikONaRW2UmmlM+bT4DDLYfP7w5H9
|
||||
i/wUOMrxTqP99IhdsZo3hfm5h/lPod1p2D+naHsm9sPEYxz/82i7S6LtwNpx
|
||||
Wt2K/ZLzOMfbj/1SldaPi8PjaTPHVYmn0gn2FysOHPoXuwXEofIn6efF1gHa
|
||||
TBGHy5xi/B2uSb5W0mo7sZtBu4nyeQjtPc32W8XqzTOsP1ocHOqyfC4+P8X/
|
||||
4nwy0X5wxNmkf3XBWeazntg34BzjiRNrfc+z/IjYOU+7U9C+7gW6ptgfF3EF
|
||||
9Jf/76j4tdiLjHeD2OpBu/7/chdx+Gva6Sx2J6TS15HvHJc4327IdyfaSMf1
|
||||
quJljpcX9Vdd4fxhpcxV1h+L+r/T9jBcv+w0th+D/XPjGuP7DJ+v59JZf7jY
|
||||
Fx9mPGcuZVnfGbEPn4ftN5jfXOEs29/dZPm6dIn/XMRJYifxH863tdj/0i16
|
||||
pliPuc3xZ4itanfo81iPFNq4IA5VyKSfkvrhsnfp+TdkPdvRdqyU+0rf43zT
|
||||
sR9K3Wf8t85KfF/QKhx49iH7yxBru2i98Dmp3/QRy4uI9fnKVVgVa/2ywUpe
|
||||
sTkrO+zkEtvTc8BmDPqbkpPt86B+9Vz0bxh/Q272t1HsX5cHdleJ9bExrJ8o
|
||||
tlbGwnpQbH6Yl+0TUF/Nx3gmi43n87O/LmJ3cAG274PxFxRkeXWJz7pMq5UQ
|
||||
f+EnOB84eDHi4shPXx/bPy1W8xeKKvfXjrgY6sc+Bdt1MZ5WmK6D/qs8zf7g
|
||||
UMVn6IvI/8cRpyK+B7R9VezeLULfFCsZRTl+Jtrvfpa+j/h2Psf+YN97z7P8
|
||||
Eer3L0G3PZ/lsK8k++8tNmfT5kRx8LuIZ4q1fKXY/wKUd3+B5UvEyoQX6W7I
|
||||
R/bSzH+haDs9o20/hflXppUV0l9gTRmu72qM364s+9so9rcpx/ZbxEaJChy/
|
||||
L/obFnF/5Oc6bd+V+u6Qiuz/kti6Uon7Mz3aNqy+W5nzv4Hx50f8EP0VqsL2
|
||||
j1C/QDWOn4L89qINV+xzafsy5ndKY36euCDzyVOd/cP+47ReSByqVDPKSkfa
|
||||
nYr5P6SdOOzHA7VY/jb21z3axHro/pcebxX1rQ9rs7y3OLyXtlHffO1l+n30
|
||||
vyzi97D/h9Zh+3SxEaaVR6kS7yt1I/s12s5/WVHkeu//uW4k/1IeLFKP+bgr
|
||||
9g2k3ZNifQGtfi425tVneWHpT23QgH5JbFq0XhH3l7oNGV81sZa/EeNpKHam
|
||||
0WpTtK/ZmP3V/39ZP0nr9aKtwtomneWtxeFOTbifdORjPW2/Iva91ZQ2xKEH
|
||||
tKPgfjqmGV0Sz5N3aeUNPA+ueIXjxeH594VXOd4YPP+2plXcj5W9kfKP0X/J
|
||||
5pxfuWgb8/A82oq2Z2D8pbSyEPfv51qw/82Ip3nEiXh+DtDOVsS3mzZQP9Ss
|
||||
Jfs7LtbiaTv1sQ7rrdgfn4cv0codPG80eo3l19D/37TaDs+3fV5nvopEWy2P
|
||||
55sZrZmPIvI85CbSdoVoqxXFer43OJ/qYu007ZQX+0+0YftsYjNXWzq32M7u
|
||||
Z3/F8PxboR33b0H0364968NGmzdZ/wGex/fRRk6MV6oDx8/E++Q/tJvvapQd
|
||||
ODTsrcjnW+orS2n9nti/qyPbM56FnTheOcQzvzPjq4rx+3Vh/aXI1wVan4P2
|
||||
9brSDR/rUBLtjBGrbjeWH0P/ebtz/meQz1q0g3J3Cu3OQv+naOMW1vt4D8Zb
|
||||
WexW6snyvng/etgzcr3E+3DZXpH7G/L5Ym/WX47+1Diu1x/YPy3eYTyH8H1D
|
||||
8T5svxbvU2m0OxrP10X6Mv/Yj8HLtF0c70dWf5YnIB9PDGB/n2L+cbTyHt5v
|
||||
ar/L8fvi/WYabZfB+0TN95i/+tLe6fFeVHl4Mm1WEJu5Bz7eahNp75tIK3Wk
|
||||
3M4xiPF1w/vN+EGR+z36rziY4w3G+rQfwnyuxOenTIDluzHfDFrfgveVksNY
|
||||
vgn77wZtTMd8mr/P8uHYL7tp08Ln7epw5j8e+d3xAfv/EfmcO4L1n0yLslII
|
||||
75Pbo+3+TbuNMN+CI1luIN+9I8b7qDODtj9Gfz0/Yvyz0d9U2l2A9es+iuu5
|
||||
Df1/TbuJeN+cMJrxl8D70MaIj+N9pdMY9n9XHEig1ft4P1ozluWqvH+p5cZF
|
||||
7q9ifzvaP0McaPMxHBwuNkqZ7G+IONjyE9ZfLdZ/pa0b8j6lBMbDWp6bWQ43
|
||||
/ZTtK4iDV2grQeqHUiew/hgpd76fyPXp8I/E65sE+4bfjLJ/PPqbRYcSxb5z
|
||||
tLtWbPeazHy1FYem086bYiWR9nWLtj0M430zhfH/gvGqT2V/pzHeJNpZj/Zd
|
||||
psGBK2LrKO3XZT7BQ9PZvoZYuT+D8cei/MNZHP93xDt8Nv0V8jnU4vySxWaY
|
||||
1jIQz5A59C3k8/Jcrv+L6P+Heeyvqdi9SDua1Nee+Iz9D5RyZyZtzRGbtRew
|
||||
foo41GMhHG5yK8v+TfGcjyp2qyziejYTh5TFzM8xsVKJtrPflvH+pEM/o7/2
|
||||
S9h/Hin33aP1F8R6mc9ZPl+sZdD+LWJ171KOt0IcuLEscv8UW+lfMD+1UX+w
|
||||
zfy1EJs7aXuIOHTpS9ZfhfEaLefn5QDaP7mC8/1L7H5Haxcfa7v3Ss53B9pv
|
||||
+YrXk78R74lVjDddrHRdzfmkIf4U2hd7R/L1yRrGGxSHDq5l+5wZUbZyiMP7
|
||||
13E+v0n94MgEzme3WL9Dm4fEgVLrmd+7YsWm9UrSn1ViA+OpJnZa0lpLcfDZ
|
||||
jfw8zRbb1+jwxGiHLLE2aBPHn4z+f6J98WJVD7L9WrGbSgfGS3yabzPrHxMb
|
||||
9ejALrEziw5dRv4KfMP5bJf+fIm0UTlT5p93C/2S2K5Fu28hv2/T4cHIb7dv
|
||||
mf8liK9qItfnJPrvQjvno23BoWxbOf9U5PMQHdor8Zpjk7heR7Ae+79j/38i
|
||||
f5m0ORX5e2Mb12Mp8rePNraKTfV7rm8LceAmbQ0SG79sj6yvkvXXv+gH1u90
|
||||
V9Y3jdY+ENvOj6y/U2wM2MH5ponVQg7z9+w9mf8F2iomtuN+YnwtxUb+nex/
|
||||
Ltp/S6t9kd8eP7P9Kqmvb6btb8XaxF1cn+ricJXdzJ8hdpVf2L7IfcnnQ9r4
|
||||
IFvWX2fVr5zvRLF6j9a7S3uzbTL7HyYOvLCH89su8YZG0Naf0bZhddlvnE+f
|
||||
R5KPoXu5fiNQv9g+rv82sbWTDu54IPN55nfW3y82P6ODrtTXntwPp/yC+cym
|
||||
nRVKlKfA6nlae1fmE+wdojMR31baLiz1A/kOcPywlGtb6Jjn0N/kg3CdhmJ9
|
||||
wp9wamNxKPshxtMF8RymYz7CfutwGM74TOx7QJtr0V+5I/DIrWKj9FG234zx
|
||||
f6dDyejvDp30u9j9IIXr8xfm8w+tpCO+lsfovJI/6zpt1BQHrx3n9aVq9qy/
|
||||
mn6S4w8Vq0+dYv1F4uAcur8tDtQ7zfm74tAses119HeODtwQO73OwPF5ckg+
|
||||
prpw52Zipftf3J+jxeaGs5yfgfqVzzH/PcR6R1rtKrbGnuf+OSR2Vkd8UBwc
|
||||
dYHxrUB/++nAHPSXSScnIJ7lfzPe5WJtH520EOOpF5mvnRjvNdo9i/hv0tpW
|
||||
sdsileuxB+N9Tqc0yyn5K34JLp+G8YZcilyvpNw/8DL3e3GxezniGuLAgCvM
|
||||
Z22x0eAq59dW7Fj0lDfR3xNp3N9zxME42l6CeIxrvD78JbZi09k+E/3VpJMK
|
||||
5pL+NtPxL4tdLczxm4uVqtdZf6LYGE9nJIp9D28wP/VzZ/21x9xkfIbYKPMP
|
||||
r88fiv0ZtPat2B1xi+MniAO3aGsr+it5m/n+Cf0l09p9cbj5Hea/Wh5Zn8EZ
|
||||
cMvpYqVIJtfjR7Gzg04+JA7Uv8f5tYqR9TtPK3Fidet9xjddbOZ7wP5uRzv+
|
||||
ANbzNJ1yXqz0eMj16Sr50ibT/n5iJ9cjfn7eFatdaf8ksbmRttaL9U5Kmnjk
|
||||
OnHoMG2cw/p0yEa/KPmxxtExLcRmu+xw/4Hi4GjaCIj1u3TSDrFq54Tr+CRf
|
||||
wRK54DW1kL9f6fAbYvs67fcj/81zw/E9xVqAjhktNhbTdSyxtStSHsR6XaOn
|
||||
rBKHi+aB3S/E7hU65gjGnx8Dm5fQf8NYWCko6+X35YW1emJ3Fp3UQhzqlQ9O
|
||||
HSVWZtBFx2E/TM0PB7dg/U/R9jaxPqkAnHEW+6lLQdiKjZX5HKVbthaHsz3B
|
||||
+NuK1cp08JO80r9Jj1wmdg/RKuYfWPQ044eVos/AIQefd4d2V+J+1LgI400U
|
||||
mwNo3wLcjxoUhZOXipXvaRv3P+0CHXNYHJ5ZDE4Ji4O1i7O8n9yvXIMeOVZs
|
||||
xz4LO/HiUE26zhqxsZlOPonnh9zPMR9ncf87RnfG/S8w/nnWbye219P+Abi/
|
||||
HaGTPsL9bG0J5i9R7C9fkvvhIO6XY2jrAtp/pHK8ari+/0GrbXD/aF2K+2Wc
|
||||
ODyCVqaJ1S/pOrNw/xr+Ao35B5Jpa7XYP7g0908r5O8qHfpE7CtShvmYjPzM
|
||||
Lcv1WSc265djfPvF+nm6TqpYmVme5T7Mf0sFxvu52K1RkeP/hHyeoNVU5C+l
|
||||
Ete3vszH36ky8xcntsdVYftksVGuKuMdjPajaWOW2CxdjfM7LVZGaPz8bkG+
|
||||
bTo5EfkuUZ37uRzuf9fpKYvF9q4arF8D19efanL9t4uD82sx3kK43zR8ieV9
|
||||
cX/x1Wb8G3C/Okdbe3H9LPAy443B58WNuOdDPetPrTr8PI0Xq93rcn0Wi92c
|
||||
9bj/88rza+BTOtBLbJn1Wf6yWH1Eu36x7W/I6291PG8ub8T4UhDPnsbcj+2w
|
||||
P8I6r8+b8Pn5uQnnlx/722nK9V8tNho34/rswXrNo/urOaJcvi+ej6xXON/J
|
||||
eD66QBfdhuexWa9y/Ew8f+VvznzUlPVSp9PJeF51a7bg/K/h8725ReT6jf11
|
||||
knZLIp5jLbkfA4jnSCuuxzDU//g15ice8Ryi9Z+xP8u/zv2N5031AB1TDPur
|
||||
bWvOry721wtvcP9Mxf39Q1pZhOe3vXT8r2IzuQ3zWRjPSy3aslzH/XwoHW4j
|
||||
Diyhi7bH88Irfq7XOOznnfSaZXh+a9KO61MPz5c72kXux3geadSe8Q4Uaxfp
|
||||
/q9H259D3ket+m9yP/4o72PqNlpXpNws2IH5fVGsb6XtDmI731vMR3+83xq0
|
||||
PUBsbKH1VmInpiM/733E4RoRDxSrPWhtZbSt1Yjn646R65/Yp3Xien4tDkyg
|
||||
9e0Yv1Nnlp9Bf0oXjndE7K6hg2Xl/VZ/QBudxcbdrvQ6vA+P7MZ8LcT78B1a
|
||||
3SAO/Nad+/lrsfZ+D46XgP6W0u4Msdr8bc7XEfuK9eR8kxBPM9r+Xmwv7BlV
|
||||
35lvcD1Xif1P9eJ8FiO+hr0in1dxsB8dsMTuHNoYgfH+ppVO4tA7vdl/QcR/
|
||||
jraTsX8KxLH+WuR3RsSbsD493+F847E+39DBmtgvNfqwv25oX60v87cU+61y
|
||||
P67nLew3k1YUiUc5TGvPIb4K/RnvPfR3kHbGYL6jBjCeL1F/37ts/5pcr/1f
|
||||
vMfyJbh+Pz+Qn688cj3Wh9FuCVy/Fw1i+/ni4ILB3A+58X3CFbplLN735w1h
|
||||
eXmx1SDA/VEFz2sX6KSB+P4haSjXZ4LYzj+M878h4xnfDousD+4Pb7/PfPnx
|
||||
/UPu4bx+jML9YiKdhO87jM4f8PozDc8jlUbAdR7heWQtHbMe948xH/J+g/u9
|
||||
03Yk47mG54M/aLMxrp+3PmL+8XyqDR/F/rPj+naDTiqJ99H00Yx/ntx/lbQx
|
||||
zFca7tdNxvJ6+ibeD3bQnW/i/WDuODilrzyPB578mJ+ndXi+t2gtvzx/a9vo
|
||||
YHU8n/c2Od9FYvMvOul9eR7Xp33C+9f0fJKPmPFcn9L5pb8edOdaBWR+J+jU
|
||||
SgUlP10/pc+KzQl0oJG0D26kM36W9nqVCczfJhnf/oRWY2R8q8NEjhcrVv+k
|
||||
w8PFvlWTmA9brIdo7QexXXoy+zuE/u7QybfF5m9TOP4DcfAfOlxY4rV/ncrx
|
||||
NbG1eBo/z43F5qDpcPm+4tD8GdwvZWR+VsOZzO8isembxf2TKQ7Wo9U8ki/L
|
||||
nc14puP3q1oW83dY7OaZQ+eS35P07nR4En6PqjaX8zfR/ihtxOH3OHMeP0+z
|
||||
xMb9+dyPifg+O/MzxlcT30+/uID7p5BYX047bfF99W3a5ffVXyzk+OXwfeue
|
||||
hZH7K76vbRnP8uvo/xfa/kHG119dxPJE/P7QdDH7N+X3LWcB7czE72uNl7D+
|
||||
PPxeN4AOpuL3wjmfszwNv8/VXcr1qSD9mWfpwBKxfWYZ81lDHM5tM76G0t7f
|
||||
jTaP4vfEibSK32P1ql+y/SD5vdYeTxtv4Pfeo7QSK9ayLadzi/0PI07E78ft
|
||||
V7D/Z65nOXCPDs0WaytX8vPfWdpbGbQ7Qhxu/RXzMRf9f0mrrfB76Y1VjK8N
|
||||
9kv6auZ3Gn7PLb6G9X/C/ttJK4Xw+2ka7T6F+RdZy3w3QP+f0f40/P/DP6xj
|
||||
vteJ3T4JbN9P6gfO0/Yf+H04bj3LFcl/+KUNzG92rN8W2uok1nts5HwT8Pvp
|
||||
CdoaLr//GV03cb9Pxu+LCUGONwj9Rc7b8N//lvOfdz7HO58De+dzpL13Psc7
|
||||
nyPl3vkcid87nxP5vVfsnc/xzueg3DufE2XvfA7Wyzufw/i88zlZ9s7neOdz
|
||||
MB/vfI7E653PYf688zmSD+98Dsu98zkynnc+h/1553NkfbzzOZyPdz5H8ued
|
||||
z+H6eudzJJ/e+Rzm2zufI/F553No73yOxOedz2G+vfM5Mj/vfA7//xPvfI7k
|
||||
3zufw/re+RxZT+98Dut753Nk/t75HObHO58j/Xnnc1junc/Jsnc+xzufg/69
|
||||
8zkSj3c+h/1553Oy7J3P8c7noD/vfI6M/3/P5/wHSiwqHg==
|
||||
1:eJzt22d0FdXaB/ChJzSPiFJEGBSkw1BEOgN4KYpwQKQjA7k0pRwQEWmOSC9h
|
||||
KEIA0RG4tFCOGENElBFbEJQDUkIfqaGEHEAgod43z/9/3rXOXdy13u/v+IX7
|
||||
W7s9+9n7TMncXb7/iM4DciuKEp9fUXL+/Z//zDmpV1rk/A+32xX9MQ4m/xc7
|
||||
PaJtdhT7Cu2G9a7iQF/aflNsz4wY/YW+oh1Yi/mN7im2etNuL7EzjdaXRVvt
|
||||
I1aPR9rDZq09sNEf8fag1UGIdzNtw3papP7CjMc5kHsvvRrxd6XVRMSfSOtf
|
||||
iY1DtLMV83lE27A66XfOb1y07caI/wCtZl6W+O/T+lWx++If9HmxPp42ToqV
|
||||
Cvvo02Jn73/zAXH4Nq3C/tdC9BaM/3koMj+Mv5tWYL3sfu6HJHGgLe2uFhvP
|
||||
HuD8EjH+CNqZh/Gu0aaF/of+yfYTxfbTB9neFIea0ypspdNKd8ynySGWw+a3
|
||||
hyL7F/kpcoTjnUL72RG7YrVgGvNzD/OfQbuzsH9O0vZc7IepRzn+p9F2l0fb
|
||||
gbVjtLoN+yXvMY63D/ulJq0fE4cn02aeqxJPtePsL1YcOPhf7BYRhyqfoJ8T
|
||||
W/tpM00crniS8Xe5JvlaTaudxG4W7SbL7yG05xTbbxOrN0+z/nhxcKTL8gX4
|
||||
/ZT+i/PJRvvhEeeS/tXFZ5jPRmLfkLOMJ06sDTzH8sNi5xztzkD7hufpumJ/
|
||||
XMRV0F/hC1Hxa7EXGe8msdWHdv3/4R7i8Je0013sTkmnryPfeS5xvr2Q7260
|
||||
kYnrVdXLHK8g6q+5wvnDSsWrrD8R9X+n7VG4ftkZbD8B++fGNcb3CX5fZTJZ
|
||||
f7TYlxBmPKcv5VjfFbEPv4cdN5jffOEc29/cZPmGTIn/bMQpYif5b863vdj/
|
||||
0i16rliPuc3x54itWnfoc1iPNNo4Lw5VyaafkvrhF+/Si27Ienai7Vgp91W4
|
||||
x/lmYj+Uv8/4b52R+D6nVTjw7EP2lyXWfqL14melfstHLC8h1hcpV2FVrA3K
|
||||
BSsFxWZ8btjJJ7Zn54HNGPQ3Iy/bF0D92vno3zD+pvzsb7PYv6EA7K4R6xNj
|
||||
WD9ZbK2OhfWg2Hy/INsnor5aiPFMFxvPFWZ/PcTu8CJsPwDjLy7K8toSn3WZ
|
||||
Vqsh/uJPcD5w8GLEpZGfgT62f1qsFi4WVe6vH3Ep1I99CrYbYjytON0A/dd4
|
||||
mv3BoarP0BeR/w8jTkd8D2j7qti9W4K+KVaySnL8bLT/+Vn6PuLbVYb9wb53
|
||||
nmP5I9QfXJbueC7HYV859t9fbM6jzani4DcRzxVrhcqz/8Uo7/08y5eLlSkv
|
||||
0L2Qj9wVmP9i0Xb6Rtt+CvOvTiurpL/Auopc37UYv9OL7G+z2N+hEtsniY2y
|
||||
VTj+QPQ3KuLByM912r4r9d0RVdn/JbF1pRr3Z2a0bVh9uzrnfwPjL4r4Ifor
|
||||
VoPtH6F+kVocPw357Ucbrtjn0vZlzO+kxvw8cV7mU6A2+4f9x2i9mDhUrW6U
|
||||
la60OxPzf0g7cdiP++ux/C3sr3u0ifXQ/S893irqW+/XZ3l/cXgPbaO++erL
|
||||
9Lvo/7OI38H+H9mA7TPFRphWHqVLvK80jOzXaDv/YUWR673/x4aR/Et5sEQj
|
||||
5uOu2DeUdk+I9cW0+qnYWNiY5cWlP7VJE/olsWnRelXcXxo2ZXy1xFrhZoyn
|
||||
qdiZRast0b5uc/bX+P9k/QStN4q2CmtbdJa3F4e7teB+0pGPjbT9itj3Zkva
|
||||
EIce0I6C++mEVnQ5PE/epZXX8Ty46hWOF4fn3+f/wfEm4Pm3Pa3ifqzsiZR/
|
||||
iP7Lteb8KkXbWIjn0Xa0PQfjr6CVJbh/l2nD/rcintYRJ+P5OUA72xDfz7SB
|
||||
+qFWbdnfMbGWQNvpj3VYb8f++Dx8iVbu4Hmj2assv4b+L9BqJzzfDniN+SoR
|
||||
bbUynm/mtGc+SsjzkJtM21WirVYV64Ve53xqi7VTtFNZ7D/ege1zic18Hen8
|
||||
Yju3n/2VwvNvlU7cv0XRf6fOrA8bHd5g/Qd4Ht9LG3kxXvkuHD8b75N/026h
|
||||
q1F24NCoNyO/b6mvrKD1e2L/T13ZnvEs6cbxKiGeRd0ZX02MP6gH669Avs7T
|
||||
+ny0b9STbvpYh1JoZ4JYdXux/Cj6L9ib8z+NfNajHZS7M2g3Hv2fpI1bWO9j
|
||||
fRhvdbFbrS/LB+L96GHfyPUS78Mv9ovc35DPF/qz/kr0p8Zxvf7A/mnzT8Zz
|
||||
EH9vKD2A7dfjfSqDdsfj+brEQOYf+zF4mbZL4/3IGszyROTjiSHs72PMP45W
|
||||
3sH7Tf23Of5AvN/Mou2KeJ+o+w7z11jaO33eiSoPT6fNKmIz/9DHW20h7X1T
|
||||
aaWBlNt5hjG+Xni/mTwscr9H/1WHc7zhWJ/OI5jP1fj9VAyw/GfMN4vWk/C+
|
||||
Um4Uy7dg/92gjdmYT+t3WT4a++Vn2rTwe7s6mvlPQH53vsf+v0c+F4xh/Scz
|
||||
oqwUw/vkjmi7F2i3GeZbdCzLDeS7f8R4H3Xm0PaH6K/vB4x/HvqbSbuLsX69
|
||||
x3E9t6P/L2k3Ge+bU8Yz/rJ4H9oc8TG8r3SbwP7vigOJtHof70frJrJclfcv
|
||||
tdKkyP1V7O9E++eIAx0+hIOjxUZ5k/2NEAfbfsT6a8X6r7R1Q96nlMBkWCtw
|
||||
M8fhlh+zfRVx8AptJUr9UPoU1p8g5c63U7k+Xf6WeH3TYN/om1H2T0Z/8XQo
|
||||
Wew7S7vrxXa/6cxXR3FoNu28IVaSaV+vaNujMN5XMxj/Lxiv9kz2dwrjTaOd
|
||||
jWjfYxYcuCK2jtB+XeYTPDib7euIlftzGH8syt+P5/i/I97R8+h/IZ8jLc4v
|
||||
VWyGaS0L8YyYT99CPi8v4Pq/gP6/W8j+Wordi7SjSX3tiU/Y/1Apd+bS1nyx
|
||||
WX8x66eJQ32WwOEWt3Ls35LA+ahit8ZSrmcrcUhZxvwcFSvVaDv3bRnvTzr0
|
||||
I/rrvJz9F5By3z1af16sV/yU5YvEWhbtTxKre1ZwvFXiwI3PIvdPsZX5OfNT
|
||||
H/WH28xfG7G5i7ZHiEOXvmD9NRiv2Ur+Xvaj/ZOrON+/xO43tHbxsbb7r+Z8
|
||||
d6J90r94PbmAeI+vYbyZYqXnWs4nA/Gn0b7YO5Kvj9Yx3qA4dGA92+fNirKV
|
||||
Rxzet4Hz+U3qB8cmcj4/i/U7tHlQHCi/kfm9K1ZsWq8m/VllNzGeWmKnLa21
|
||||
FQef3czf0zyxfY0OT412yBJrw7Zw/Ono/wfalyBW9SDbrxe76XRgssSn+bay
|
||||
/lGx0YgO/CR24unQZeSvyFeczw7pz5dMG9WzZf4Fk+iXxHY92n0T+X2LDg9H
|
||||
fnt9zfwvR3w1k7k+J9B/D9o5F20LDuXaxvmnI58H6dAeidecmML1Ooz12PcN
|
||||
+/8T+cumzZnI3+vbuR4rkL+9tLFNbKrfcn3biAM3aWuY2PhlR2R9lZx//Uu/
|
||||
Y/1ud2V9M2jtPbHtfM/6u8TGkJ2cb4ZYLeYwf8/ek/mfp61SYjvuB8bXVmwU
|
||||
3sX+F6D917Q6EPnt8yPbr5H6+lba/lqsTf2J61NbHK7xM/NniF3lF7YvcV/y
|
||||
+ZA23suV86+z5lfOd6pYvUfrvaW92TGV/Y8SB57fzfntkHhDY2jrz2jbsPrZ
|
||||
b5zPgEeSj5F7uH5jUL/UXq7/drG1iw7ufCDzeeZ31t8nNj+hg67U157cB6f9
|
||||
gvnMo51VSpRnwOo5Wntb5hPsH6KzEd822i4u9QOF9nP8sJRrSXRMGfQ3/QDc
|
||||
oKlYn/InnN5cHMp9kPH0QDyH6JgPsN+6HIKzPhH7HtDmevRX6TA8dpvYqHCE
|
||||
7bdi/N/pUCr6u0On/C5230vj+vyF+fxNK5mIr+1RuqDkz7pOG3XFwWvHeH2p
|
||||
mTvnX00/wfFHitWnTrL+UnFwPj3YFgcaneL8XXEonl53Hf2dpQM3xE6/03BC
|
||||
gTySj5ku3L2VWOn9F/fneLG56QznZ6B+9bPMfx+x3pVWe4qtiee4fw6KnbUR
|
||||
HxAHx51nfKvQ3z46MB/9ZdOpiYhn5QXGu1Ks7aVTlmA89SLztQvjvUq7ZxD/
|
||||
TVrbJnbbpHM9dmO8T+m0Vnklf6UvwZUzMN6IS5HrlZT7h17mfi8tdi9HXEcc
|
||||
GHKF+awvNppc5fw6ih2LnvEG+nsig/t7vjgYR9vLEY9xjdeHv8RWbCbbZ6O/
|
||||
unRK0XzS31Y64WWxq4U5fmuxUvM6608VG5PprGSx7+EN5qdx/px/7Qk3GZ8h
|
||||
Nir+zevz+2J/Fq19LXbH3OL4ieLALdrahv7K3Wa+f0B/qbR2XxxufYf5r1VA
|
||||
1md4Ftx2tlgpkc31+F7s7KRTD4oDje9xfu1iZP3O0UqcWN12n/HNFpuFHrC/
|
||||
29FO2I/1PEWnnRMrfR5yfXpKvrTptH+Q2Mn3iL+ft8VqT9o/TWxupq2NYr2b
|
||||
kiEeu0EcOkQbZ7E+XXLRL0h+rEl0TBux2Sk3PHioODieNgJi/S6dslOs2nnh
|
||||
Bj7JV7BsPnhdPeTvVzr8uti+Tvv9yH/r/HBCX7EWoGPGi41ldANLbP0UKQ9i
|
||||
va7RM9aIwyULwO7nYvcKHXMY4y+Kgc1L6L9pLKwUlfXy+wrCWiOxG0+ntBGH
|
||||
+hWC08eJlTl0yUnYDzMLw8EkrP9J2t4u1qcVgbPOYD/1KApbsbEynyN02/bi
|
||||
cK4nGH9HsVqdDn5UUPo36bGfid2DtIr5B5Y+zfhhpeQzcMjB792h3dW4HzUv
|
||||
wXiTxeYQ2rcY96MmJeHUFWLlW9rG/U87T8ccEofnloLTwuJg/dIsHyT3K9eg
|
||||
x04U27HPwk6COFSXbrBObGylU0/g+SF/GebjDO5/R+nuuP8FJj/H+p3E9kba
|
||||
PwT3t8N0yge4n60vy/wli/2Vy3E/HMD9cgJtnUf7D1SOVwvX9z9otQPuH+3L
|
||||
c79MEofH0MossfoF3SAe96/Rz9OYfyCVttaK/cMrcP+0Q/6u0qGPxL4SFZmP
|
||||
6cjPghe5PhvEZuNKjG+fWD9HN0gXK3Mrs9yH+SdVYbyfit06VTn+D8jncVpN
|
||||
R/7SqnF9G8t8/N2qM39xYntSDbZPFRuVajLe4Wg/njbixWaFWpzfKbEyRuPv
|
||||
Nwn5tunUZOS7bG3u50q4/12nZywT2z/VYf06uL7+UJfrv0McXFSP8RbD/abp
|
||||
SywfiPuLrz7j34T71Vna2oPrZ5GXGW8Mfi9uxH0f6jn/1GvA39Nksdq7Iddn
|
||||
mdjN24j7v6A8vwY+pgP9xJbZmOUvi9VHtOsX2/6mvP7WxvPmymaMLw3x7G7O
|
||||
/dgJ+yOs8/q8Bb+fH1twfoWxv52WXP+1YqN5K67PbqzXQnqwmifKlQfi+ch6
|
||||
hfOdjuej83TJ7Xgei/8Hx8/G81fh1sxHXVkvdTadiudVt24bzv8aft9b20Su
|
||||
39hfJ2i3HOI52pb7MYB4DrfjeoxC/Q9fZX4SEM9BWv8R+7Pya9zfeN5U99Mx
|
||||
pbC/Orbn/Bpifz3/OvfPTNzf36eVpXh+20Mn/Co2Uzswn8XxvNSmI8t13M9H
|
||||
0uEO4sByumRnPC+84ud6TcJ+3kWv+wzPby06cX0a4flyZ6fI/RjPI806M96h
|
||||
Yu0iPfi1aPvzyPuo1fgN7sfv5X1M3U7ripSbRbswvy+I9W203UVsF3qT+RiM
|
||||
91uDtoeIjSRabyd2Yrry9z5AHK4T8VCx2ofWVkfbWot4vuwauf6JfVo3rueX
|
||||
4sAUWt+B8bt1Z/lp9Kf04HiHxe46OviivN/qD2iju9i425PegPfhsb2YryV4
|
||||
H75Dq5vEgd96cz9/Kdbe7cPxEtHfCtqdI1Zbv8X5OmJfqb6cbwriaUXb34rt
|
||||
JX2j6juLDK7nGrH/qX6czzLE17Rf5PcqDg6iA5bYnU8bYzDeBVrpJg79sz/7
|
||||
L4r4z9J2KvZPkTjWX4/8zol4C9an7z853wSsz1d0sC72S50B7K8X2tcayPyt
|
||||
wH6rPojreQv7zaQVReJRDtFaGcRXZTDjvYf+DtDOBMx33BDG8wXq732b7V+V
|
||||
67X/83dYvhzX7+eG8vdVQK7H+ijaLYvr99JhbL9IHFw8nPshP/6ecIVuG4v3
|
||||
/YUjWF5ZbDUJcH/UwPPaeTplKP7+kDKS6zNFbBcexfnfkPGMr0dF1gf3h7fe
|
||||
Zb78+PtD/tG8fozD/WIqnYK/dxjd3+P1ZxaeR6qNgRs8wvPIejpmI+4fE97n
|
||||
/Qb3e6fjWMZzDc8Hf9Bmc1w/b33A/OP5VBs9jv3nxvXtBp1SDu+jmeMZ/0K5
|
||||
/yoZE5ivDNyvW0zk9fQNvB/spLvfxPvBgklw2kB5Hg88+SF/TxvwfG/RWmF5
|
||||
/ta208HaeD7vb3K+S8XmX3TKu/I8rs/6iPev2YUkHzGTuT4VCkt/feju9YrI
|
||||
/I7T6dWKSn56fkyfEZtT6EAzaR/cTGf9KO31GlOYvy0yvv0RrcbI+FaXqRwv
|
||||
Vqz+SYdHi31rpjEftlgP0dp3YrvCdPZ3EP3doVNvi83fZnD8B+Lg33S4uMRr
|
||||
/zqT42tia9ks/p6bi81hs+HKA8WhRXO4XyrK/Kymc5nfpWLTF8/9ky0ONqLV
|
||||
ApIvy53HeGbj+1U9i/k7JHYLzKfzyfckvTcdnobvUbUWcP4m2h+hjTh8jzMX
|
||||
8vcULzbuL+J+TMbfs7M/YXx18ffpFxZz/xQT6ytppyP+Xn2bdvn36s+XcPxK
|
||||
+Hvr7iWR+yv+Xts2geXX0f8vtP2djK//YynLk/H9oeUy9m/K9y1nMe3Mxfe1
|
||||
5stZfyG+1w2hg+n4Xjj/U5Zn4PtcwxVcnyrSn3mGDiwX26c/Yz7riMP5bcbX
|
||||
VNr7e9HmEXxPnEqr+B6r1/yC7YfJ91p7Mm28ju+9R2glVqzlWknnF/sfRpyM
|
||||
78edV7H/Z67nOHCPDs0Ta6tX8/ffXdpbWbQ7Rhxu/y/mYwH6/4JW2+F76Y01
|
||||
jK8D9kvmWuZ3Fr7nll7H+j9g/+2ilWL4fppBu09h/iXWM99N0P8ntD8D///h
|
||||
7zYw3xvE7oBEth8k9QPnaPsPfB+O28hyRfIffmkT85sb65dEW93Eep/NnG8i
|
||||
vp8ep63R8v3P6LmF+306vi8mBjneMKz3+K3sP4j9VOErzv9VsX2HNu4ivvZJ
|
||||
jO8b5KNMMts/if2XSRuW2Bq2jfG1wf7VU1geg+/Li2g/vpfbTb9hf4Ol3LhA
|
||||
m/3xvX/edq7X94jP/Zb5nSTW+u7gfqmG8SLnifjf/5bzP+/8kXf+CPbOH0l7
|
||||
7/yRd/5Iyr3zRxK/d/4o8j1b7J0/8s4fodw7fxRl7/wR1ss7f8T4vPNHOfbO
|
||||
H3nnjzAf7/yRxOudP2L+vPNHkg/v/BHLvfNHMp53/oj9eeePZH2880ecj3f+
|
||||
SPLnnT/i+nrnjySf3vkj5ts7fyTxeeePaO/8kcTnnT9ivr3zRzI/7/wR//8r
|
||||
3vkjyb93/oj1vfNHsp7e+SPW984fyfy980fMj3f+SPrzzh+x3Dt/lGPv/JF3
|
||||
/gj9e+ePJB7v/BH7884f5dg7f+SdP0J/3vkjGf//0/mjfwOgbbjW
|
||||
"], {{{},
|
||||
{RGBColor[0.24, 0.6, 0.8], Opacity[0.2], EdgeForm[None],
|
||||
GraphicsGroupBox[PolygonBox[CompressedData["
|
||||
1:eJwl1lO4EIgWBtCTbdu2bds2JtuuqWaybducyfZk27Zdd3V7WN/er//DRqLG
|
||||
7Su3CxwQEBCI3EF+11xBfvc5yUF2spGVLGQmExnJQHrSkZY0pCYVKUlBcpKR
|
||||
lCQkJhEJSUB84hGXOMQmFjGJQXSiEZUoRCYSEYlAeMIRljCEJhQhCUFwghGU
|
||||
IAT+lZMAfgr/g+984ytf+MwnPvKB97zjLW94zSte8oLnPOMpT3jMIx7ygPvc
|
||||
4y53uM0tbnKD61zjKle4zCUucoHznOMsZzjNKU5yguP8xzGOcoTDHOIgB9jP
|
||||
Pvayh93sYic72M42trKFf/mHzWxiIxtYzzrWsobVrGIlK1jOMpayhMUsYiEL
|
||||
mM885jKH2cxiJjOYzjSmMoXJTGIiExjPOMYyhtGMYiQjGM4whjKEv/mLwQxi
|
||||
IH8ygP70oy996E0vetKD7nSjK13oTCc60oH2/BqgtrShNa1oSQua04w/aEoT
|
||||
GtOIhjSgPvWoSx1qU4ua1KA61ahKFSpTiYpUoDzlKEsZSlOKkpSgOMUoShEK
|
||||
U4iCFCA/+chLHnKTi5zkIDvZyEoWMpOJjGQgPelISxpSk4qUpCA5yUhKEhKT
|
||||
iIQkID7xiEscYhOLmMQgOtGIShQiE4mIRCA84QhLGEITipCEIDjBCEoQAhOI
|
||||
AH5aeD/4zje+8oXPfOIjH3jPO97yhte84iUveM4znvKExzziIQ+4zz3ucofb
|
||||
3OImN7jONa5yhctc4iIXOM85znKG05ziJCc4zn8c4yhHOMwhDnKA/exjL3vY
|
||||
zS52soPtbGMrW/iXf9jMJjaygfWsYy1rWM0qVrKC5SxjKUtYzCIWsoD5zGMu
|
||||
c5jNLGYyg+lMYypTmMwkJjKB8YxjLGMYzShGMoLhDGMoQ/ibvxjMIAbyJwPo
|
||||
Tz/60ofe9KInPehON7rShc50oiMdaE872tKG1rSiJS1oTjP+oClNaEwjGtKA
|
||||
+tSjLnWoTS1qUoPqVKMqVahMJSpSgfKUoyxlKE0pSlKC4hSjKEUoTCEKUoD8
|
||||
5CMvechNLnKSg+xkIytZyEwmMpKB9KQjLWlITSpSkoLkJCMpSUhMIhKSgPjE
|
||||
Iy5xiE0sYhKD6EQjKlGITCQiEoHwhCMsYQhNKEISguAEIyhBCEygQL+fnp/K
|
||||
D77zja984TOf+MgH3vOOt7zhNa94yQue84ynPOExj3jIA+5zj7vc4Ta3uMkN
|
||||
rnONq1zhMpe4yAXOc46znOE0pzjJCY7zH8c4yhEOc4iDHGA/+9jLHnazi53s
|
||||
YDvb2MoW/uUfNrOJjWxgPetYyxpWs4qVrGA5y1jKEhaziIUsYD7zmMscZjOL
|
||||
mcxgOtOYyhQmM4mJTGA84xjLGEYzipGMYDjDGMoQ/uYvBjOIgfzJAPrTj770
|
||||
oTe96EkPutONrnShM53oSAfa0462tKE1rWhJC5rTjD9oShMa04iGNKA+9ahL
|
||||
HWpTi5rUoDrVqEoVKlOJilSgPOUoSxlKU4qSlKA4xShKEQpTiIIUID/5yEse
|
||||
cpOLnOQgO9nIShYyk4mMZCA96UhLGlKTipSkIDnJSEoSEpOIhCQgPvGISxxi
|
||||
E4uYxCA60YhKFCITiYhEIDzhCEsYQhOKkIQgOMEIGvD/l//X2Q/4H6QriuI=
|
||||
|
||||
1:eJwl1lPQGIYSBtA/tm3btu00tu3GbOw2ttHYtm3baGw79+Tm4czu8zezSNSo
|
||||
faV2gQMCAgJRMsjvWiLI7744xShKEQpTiIIUID/5yEsecpOLnOQgO9nIShYy
|
||||
k4mMZCA96UhLGlKTipSkIDnJSEoSEpOIhCQgPvGISxxiE4uYxCA60YhKFCIT
|
||||
iYhEIDzhCEsYQhOKkIQgOMEIShAC/8qHAH4K7Qff+cZXvvCZT3zkA+95x1ve
|
||||
8JpXvOQFz3nGU57wmEc85AH/cZ973OUOt7nFTW5wnWtc5QqXucRFLnCec5zl
|
||||
DKc5xUlOcJxjHOUIhznEQQ6wn33sZQ+72cVOdrCdbWxlC5vZxEY2sJ51rGUN
|
||||
q1nFSlawnGUsZQmLWcRCFvAv85nHXOYwm1nMZAbTmcZUpjCZSUxkAuMZx1jG
|
||||
MJpR/MPfjGQEwxnGUIYwmEEMZAD96Udf/qIPvelFT3rQnW50pQud6URH/qQD
|
||||
7fk1eG1pQ2ta0ZIWNKcZTWlCYxrRkAbUpx51qUNtalGTGlSnGlWpQmUq8QcV
|
||||
qUB5ylGWMpSmFCUpQXGKUZQiFKYQBSlAfvKRlzzkJhc5yUF2spGVLGQmExnJ
|
||||
QHrSkZY0pCYVKUlBcpKRlCQkJhEJSUB84hGXOMQmFjGJQXSiEZUoRCYSEYlA
|
||||
eMIRljCEJhQhCUFwghGUIAQmEAH8tCh/8J1vfOULn/nERz7wnne85Q2vecVL
|
||||
XvCcZzzlCY95xEMe8B/3ucdd7nCbW9zkBte5xlWucJlLXOQC5znHWc5wmlOc
|
||||
5ATHOcZRjnCYQxzkAPvZx172sJtd7GQH29nGVrawmU1sZAPrWcda1rCaVaxk
|
||||
BctZxlKWsJhFLGQB/zKfecxlDrOZxUxmMJ1pTGUKk5nERCYwnnGMZQyjGcU/
|
||||
/M1IRjCcYQxlCIMZxEAG0J9+9OUv+tCbXvSkB93pRle60JlOdORPOtCedrSl
|
||||
Da1pRUta0JxmNKUJjWlEQxpQn3rUpQ61qUVNalCdalSlCpWpxB9UpALlKUdZ
|
||||
ylCaUpSkBMUpRlGKUJhCFKQA+clHXvKQm1zkJAfZyUZWspCZTGQkA+lJR1rS
|
||||
kJpUpCQFyUlGUpKQmEQkJAHxiUdc4hCbWMQkBtGJRlSiEJlIRCQC4QlHWMIQ
|
||||
mlCEJATBCUZQghCYQIF+P0s/lR985xtf+cJnPvGRD7znHW95w2te8ZIXPOcZ
|
||||
T3nCYx7xkAf8x33ucZc73OYWN7nBda5xlStc5hIXucB5znGWM5zmFCc5wXGO
|
||||
cZQjHOYQBznAfvaxlz3sZhc72cF2trGVLWxmExvZwHrWsZY1rGYVK1nBcpax
|
||||
lCUsZhELWcC/zGcec5nDbGYxkxlMZxpTmcJkJjGRCYxnHGMZw2hG8Q9/M5IR
|
||||
DGcYQxnCYAYxkAH0px99+Ys+9KYXPelBd7rRlS50phMd+ZMOtKcdbWlDa1rR
|
||||
khY0pxlNaUJjGtGQBtSnHnWpQ21qUZMaVKcaValCZSrxBxWpQHnKUZYylKYU
|
||||
JSlBcYpRlCIUphAFKUB+8pGXPOQmFznJQXaykZUsZCYTGclAetKRljSkJhUp
|
||||
SUFykpGUJCQmEQlJQHziEZc4xCYWMYlBdKIRlShEJhIRiUB4whGWMIQmFCEJ
|
||||
QXCCETTg/y//r7Mf8D+KU46v
|
||||
"]]]}, {}, {}}, {{}, {},
|
||||
TagBox[
|
||||
{RGBColor[0.24, 0.6, 0.8], PointSize[0.0055000000000000005`],
|
||||
AbsoluteThickness[2], LineBox[CompressedData["
|
||||
1:eJwl10O0GIYSANAX27Ztu7Ft241t27Ztm21so7FtG//m/MU9M9tZjBI1alep
|
||||
baCAgICcQQIC/sTASAOCEozghCAkoQhNGMISjvBEICKRiEwUohKN6MQgJrGI
|
||||
TRziEo/4JCAhiUhMEpKSjOSkICWpSE0a0pKO9GQgI5nITBayko3s5PhTH7nI
|
||||
TR7yko+/yE8BClKIwhShKMUoTglKUorSlKEs5ShPBSpSicpUoSrVqE4NalKL
|
||||
2tShLvWoTwMa0ojGNKEpzWhOC1ryN61oTRva0o72dKAjnehMF7rSje70oCe9
|
||||
6E0f+tKP/gxgIIMYzBCGMozhjGAkoxjNGMYyjvFMYCKTmMwUpjKN6cxgJrOY
|
||||
zRzmMo/5LGAhi1jMEpayjOWsYCWrWM0a1rKO9WxgI5vYzBa2so3t7GAnu9jN
|
||||
HvbyD/+yj/0c4CCHOMwRjnKM45zgJKc4zRnOco7zXOAil7jMf1zhKte4zg1u
|
||||
covb3OEu97jPAx7yiMc84SnPeM4LXvKK17zhLe94zwc+8onPfOEr3/jOD37y
|
||||
i9/8af5ABCYIQQlGcEIQklCEJgxhCUd4IhCRSEQmClGJRnRiEJNYxCYOcYlH
|
||||
fBKQkEQkJglJSUZyUpCSVKQmDWlJR3oykJFMZCYLWclGdnKQk1zkJg95ycdf
|
||||
5KcABSlEYYpQlGIUpwQlKUVpylCWcpSnAhWpRGWqUJVqVKcGNalFbepQl3rU
|
||||
pwENaURjmtCUZjSnBS35m1a0pg1/hnc72tOBjnSiM13oSje604Oe9KI3fehL
|
||||
P/ozgIEMYjBDGMowhjOCkYxiNGMYyzjGM4GJTGIyU5jKNKYzg5nMYjZzmMs8
|
||||
5rOAhSxiMUtYyjKWs4KVrGI1a1jLOtazgY1sYjNb2Mo2trODnexiN3vYyz/8
|
||||
yz72c4CDHOIwRzjKMY5zgpOc4jRnOMs5znOBi1ziMv9xhatc4zo3uMktbnOH
|
||||
u9zjPg94yCMe84SnPOM5L3jJK17zhre84z0f+MgnPvOFr3zjOz/4yS9+82fx
|
||||
ByIwQQhKMIITgpCEIjRhCEs4whOBiEQiMlGISjSiE4OYxCI2cYhLPOKTgIQk
|
||||
IjFJSEoykpOClKQiNWlISzrSk4GMZCIzWchKNrKTg5zkIjd5yEs+/iI/BShI
|
||||
IQpThKIUozglKEkpSlOGspSjPBWoSCUqU4WqVKM6NahJLWpTh7rUoz4NaEgj
|
||||
GtOEpjSjOS1oyd+0ojVtaEs72tOBjnSiM13oSje604Oe9KI3fehLP/ozgIEM
|
||||
YjBDGMowhjOCkYxiNGMYyzjGM4GJTGIyU5jKNKYzg5nMYjZzmMs85rOAhSxi
|
||||
MUtYyjKWs4KVrGI1a1jLOtazgY1sYjNb2Mo2trODnexiN3vYyz/8yz72c4CD
|
||||
HOIwRzjKMY5zgpOc4jRnOMs5znOBi1ziMv9xhatc4zo3uMktbnOHu9zjPg94
|
||||
yCMe84SnPOM5L3jJK17zhre84z0f+MgnPvOFr3zjOz/4yS9+8+foD0RgghCU
|
||||
YAQnBCEJRWjCEJZwhCcCEYlEZKIQlWhEJwYxiUVs4hCXeMQnAQlJRGKSkJRk
|
||||
JCcFKUlFatKQlnSkJwMZyURmspCVbGQnR5D//zf/AwwkimU=
|
||||
1:eJwl11OwGIYSANAb27Zt27Ztp7GdxrZt22xjW41t234n8z7O7H7vzCpR4/aV
|
||||
2wUKCAgoHiQg4E8MjDQgKMEITghCEorQhCEs4QhPBCISichEISrRiE4MYhKL
|
||||
2MQhLvGITwISkojEJCEpyUhOClKSitSkIS3pSE8GMpKJzGQhK9nITg5ykovc
|
||||
5CEv+chPAQpSiMIUoSjF/tSFEpSkFKUpQ1nKUZ4KVKQSlalCVapRnRrUpBa1
|
||||
qUNd6lGfBjSkEY1pQlOa0ZwWtOQvWtGaNrSlHe3pQEc60ZkudKUb3elBT3rR
|
||||
mz705W/60Z8BDGQQgxnCUIYxnBGMZBSjGcNYxjGeCUxkEpOZwlSmMZ0ZzGQW
|
||||
s5nDXOYxnwUsZBGLWcJSlrGcFaxkFatZw1rWsZ4NbGQTm9nCVraxnR3s5B/+
|
||||
ZRe72cNe9rGfAxzkEIc5wlGOcZwTnOQUpznDWc5xngv8x0UucZkrXOUa17nB
|
||||
TW5xmzvc5R73ecBDHvGYJzzlGc95wUte8Zo3vOUd7/nARz7xmS985Rvf+cFP
|
||||
fvGbP80fiMAEISjBCE4IQhKK0IQhLOEITwQiEonIRCEq0YhODGISi9jEIS7x
|
||||
iE8CEpKIxCQhKclITgpSkorUpCEt6UhPBjKSicxkISvZyE4OcpKL3OQhL/nI
|
||||
TwEKUojCFKEoxShOCUpSitKUoSzlKE8FKlKJylShKtWoTg1qUova1KEu9ahP
|
||||
AxrSiMY0oSnNaE4LWvIXrWhNG9ryZ3i3pwMd6URnutCVbnSnBz3pRW/60Je/
|
||||
6Ud/BjCQQQxmCEMZxnBGMJJRjGYMYxnHeCYwkUlMZgpTmcZ0ZjCTWcxmDnOZ
|
||||
x3wWsJBFLGYJS1nGclawklWsZg1rWcd6NrCRTWxmC1vZxnZ2sJN/+Jdd7GYP
|
||||
e9nHfg5wkEMc5ghHOcZxTnCSU5zmDGc5x3ku8B8XucRlrnCVa1znBje5xW3u
|
||||
cJd73OcBD3nEY57wlGc85wUvecVr3vCWd7znAx/5xGe+8JVvfOcHP/nFb/4s
|
||||
/kAEJghBCUZwQhCSUIQmDGEJR3giEJFIRCYKUYlGdGIQk1jEJg5xiUd8EpCQ
|
||||
RCQmCUlJRnJSkJJUpCYNaUlHejKQkUxkJgtZyUZ2cpCTXOQmD3nJR34KUJBC
|
||||
FKYIRSlGcUpQklKUpgxlKUd5KlCRSlSmClWpRnVqUJNa1KYOdalHfRrQkEY0
|
||||
pglNaUZzWtCSv2hFa9rQlna0pwMd6URnutCVbnSnBz3pRW/60Je/6Ud/BjCQ
|
||||
QQxmCEMZxnBGMJJRjGYMYxnHeCYwkUlMZgpTmcZ0ZjCTWcxmDnOZx3wWsJBF
|
||||
LGYJS1nGclawklWsZg1rWcd6NrCRTWxmC1vZxnZ2sJN/+Jdd7GYPe9nHfg5w
|
||||
kEMc5ghHOcZxTnCSU5zmDGc5x3ku8B8XucRlrnCVa1znBje5xW3ucJd73OcB
|
||||
D3nEY57wlGc85wUvecVr3vCWd7znAx/5xGe+8JVvfOcHP/nFb/4c/YEITBCC
|
||||
EozghCAkoQhNGMISjvBEICKRiEwUohKN6MQgJrGITRziEo/4JCAhiUhMEpKS
|
||||
jOSkICWpSE0a0pKO9GQgI5nITBayko3s5CAnuchNHvKSj/wUoCCFKEwRilIs
|
||||
yP//ov8BdPeOFg==
|
||||
"]]},
|
||||
Annotation[#, "Charting`Private`Tag#1"]& ]},
|
||||
TagBox[
|
||||
{Opacity[0.], PointBox[1650]},
|
||||
Annotation[#, {{Callout}, Charting`Private`Tag, {824}}]& ]}], {{{}, {{},
|
||||
{Opacity[0.], PointBox[1678]},
|
||||
Annotation[#, {{Callout}, Charting`Private`Tag, {838}}]& ]}], {{{}, {{},
|
||||
GraphicsGroupBox[{
|
||||
{LightDarkSwitched[
|
||||
RGBColor[0.87, 0.94, 1]], AbsoluteThickness[4], Opacity[
|
||||
@@ -497,41 +506,46 @@ JCcFKUlFatKQlnSkJwMZyURmspCVbGQnR5D//zf/AwwkimU=
|
||||
Rational[2, 3], 0.6666666666666666]], CapForm["Butt"], JoinForm[
|
||||
"Round"],
|
||||
BSplineCurveBox[{
|
||||
Offset[{-3., 3.6739403974420594`*^-16}, {3.98417105025*^9, 87770.}],
|
||||
Offset[{-8., 9.797174393178826*^-16}, {3.98417105025*^9, 87770.}],
|
||||
Offset[{-10., 9.797174393178826*^-16}, {3.98417105025*^9,
|
||||
87770.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.98417105025*^9, 87770.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.98417105025*^9,
|
||||
87770.}]}]},
|
||||
Offset[{-3., 3.6739403974420594`*^-16}, {3.990286999125*^9,
|
||||
82621.}],
|
||||
Offset[{-8., 9.797174393178826*^-16}, {3.990286999125*^9, 82621.}],
|
||||
Offset[{-10., 9.797174393178826*^-16}, {3.990286999125*^9,
|
||||
82621.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.990286999125*^9,
|
||||
82621.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.990286999125*^9,
|
||||
82621.}]}]},
|
||||
{LightDarkSwitched[
|
||||
RGBColor[
|
||||
0.6666666666666666, 0.6666666666666666, 0.6666666666666666]],
|
||||
AbsoluteThickness[1.25],
|
||||
BSplineCurveBox[{
|
||||
Offset[{-3., 3.6739403974420594`*^-16}, {3.98417105025*^9, 87770.}],
|
||||
Offset[{-8., 9.797174393178826*^-16}, {3.98417105025*^9, 87770.}],
|
||||
Offset[{-10., 9.797174393178826*^-16}, {3.98417105025*^9,
|
||||
87770.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.98417105025*^9, 87770.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.98417105025*^9,
|
||||
87770.}]}]},
|
||||
Offset[{-3., 3.6739403974420594`*^-16}, {3.990286999125*^9,
|
||||
82621.}],
|
||||
Offset[{-8., 9.797174393178826*^-16}, {3.990286999125*^9, 82621.}],
|
||||
Offset[{-10., 9.797174393178826*^-16}, {3.990286999125*^9,
|
||||
82621.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.990286999125*^9,
|
||||
82621.}],
|
||||
Offset[{-12., 9.797174393178826*^-16}, {3.990286999125*^9,
|
||||
82621.}]}]},
|
||||
{EdgeForm[None], FaceForm[{RGBColor[0.87, 0.94, 1], Opacity[
|
||||
NCache[
|
||||
Rational[2, 3], 0.6666666666666666]]}],
|
||||
PolygonBox[{
|
||||
Offset[{-12.000000000000002`, 5.500000000000004}, {3.98417105025*^9,
|
||||
87770.}],
|
||||
Offset[{-12.000000000000002`, 5.500000000000004}, {
|
||||
3.990286999125*^9, 82621.}],
|
||||
Offset[{-11.999999999999998`, -5.499999999999996}, {
|
||||
3.98417105025*^9, 87770.}],
|
||||
Offset[{-43., -5.500000000000003}, {3.98417105025*^9, 87770.}],
|
||||
Offset[{-43., 5.499999999999997}, {3.98417105025*^9, 87770.}]}]},
|
||||
3.990286999125*^9, 82621.}],
|
||||
Offset[{-43., -5.500000000000003}, {3.990286999125*^9, 82621.}],
|
||||
Offset[{-43., 5.499999999999997}, {3.990286999125*^9,
|
||||
82621.}]}]},
|
||||
{LightDarkSwitched[
|
||||
RGBColor[
|
||||
0.6666666666666666, 0.6666666666666666, 0.6666666666666666]],
|
||||
AbsoluteThickness[1.25], EdgeForm[None]}, {}, InsetBox[
|
||||
StyleBox[
|
||||
RotationBox["\<\"87770\"\>",
|
||||
RotationBox["\<\"82621\"\>",
|
||||
BoxRotation->0.],
|
||||
StripOnInput->False,
|
||||
LineColor->GrayLevel[0],
|
||||
@@ -545,8 +559,8 @@ JCcFKUlFatKQlnSkJwMZyURmspCVbGQnR5D//zf/AwwkimU=
|
||||
FontSize->Small,
|
||||
FontColor->GrayLevel[0],
|
||||
FontOpacity->1],
|
||||
Offset[{-27.5, 9.797174393178826*^-16}, {3.98417105025*^9, 87770.}],
|
||||
NCache[ImageScaled[{Rational[1, 2], Rational[1, 2]}],
|
||||
Offset[{-27.5, 9.797174393178826*^-16}, {3.990286999125*^9, 82621.}],
|
||||
NCache[ImageScaled[{Rational[1, 2], Rational[1, 2]}],
|
||||
ImageScaled[{0.5, 0.5}]]]}]}}, {}}},
|
||||
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
|
||||
Axes->{False, False},
|
||||
@@ -639,31 +653,31 @@ JCcFKUlFatKQlnSkJwMZyURmspCVbGQnR5D//zf/AwwkimU=
|
||||
RGBColor[0.772079, 0.431554, 0.102387],
|
||||
AbsoluteThickness[2]],
|
||||
Directive[
|
||||
RGBColor[0.4, 0.64, 1.],
|
||||
RGBColor[0., 0.6, 0.6],
|
||||
AbsoluteThickness[2]],
|
||||
Directive[
|
||||
RGBColor[1., 0.75, 0.],
|
||||
RGBColor[0.9, 0.36, 0.684],
|
||||
AbsoluteThickness[2]],
|
||||
Directive[
|
||||
RGBColor[0.8, 0.4, 0.76],
|
||||
RGBColor[0.56, 0.7, 0.],
|
||||
AbsoluteThickness[2]],
|
||||
Directive[
|
||||
RGBColor[0.637, 0.65, 0.],
|
||||
RGBColor[0.9, 0.54, 0.],
|
||||
AbsoluteThickness[2]],
|
||||
Directive[
|
||||
RGBColor[0.915, 0.3325, 0.2125],
|
||||
RGBColor[0.585, 0.5976, 0.9],
|
||||
AbsoluteThickness[2]],
|
||||
Directive[
|
||||
RGBColor[0.40082222609352647`, 0.5220066643438841, 0.85],
|
||||
RGBColor[0.9, 0.45, 0.45],
|
||||
AbsoluteThickness[2]],
|
||||
Directive[
|
||||
RGBColor[0.9728288904374106, 0.621644452187053, 0.07336199581899142],
|
||||
RGBColor[0.7632186717367254, 0.8174402144034898, 0.],
|
||||
AbsoluteThickness[2]],
|
||||
Directive[
|
||||
RGBColor[0.736782672705901, 0.358, 0.5030266573755369],
|
||||
RGBColor[0.8554632469481959, 0.24885384718327969`, 0.8334053873948551],
|
||||
AbsoluteThickness[2]],
|
||||
Directive[
|
||||
RGBColor[0.28026441037696703`, 0.715, 0.4292089322474965],
|
||||
RGBColor[0.032972823413648836`, 0.7396719749139476, 0.534700104525218],
|
||||
AbsoluteThickness[2]]}, "DomainPadding" -> Scaled[0.02],
|
||||
"PointSizeFunction" -> "SmallPointSize", "RangePadding" -> Scaled[0.05],
|
||||
"AllowMicroRanges" -> {True, False}, "OptimizePlotMarkers" -> True,
|
||||
@@ -691,34 +705,36 @@ JCcFKUlFatKQlnSkJwMZyURmspCVbGQnR5D//zf/AwwkimU=
|
||||
"\"base version: (adware + malware) only\"", 12, Bold, StripOnInput ->
|
||||
False]}, {
|
||||
StyleBox[
|
||||
"\"updated: Sun 12 Apr 2026 23:12:05 UTC\"", 12, StripOnInput ->
|
||||
"\"updated: Sun 21 Jun 2026 21:39:02 UTC\"", 12, StripOnInput ->
|
||||
False]}}, GridBoxAlignment -> {"Columns" -> {{Center}}},
|
||||
DefaultBaseStyle -> "Column",
|
||||
GridBoxItemSize -> {
|
||||
"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"],
|
||||
TraditionalForm],
|
||||
PlotRange->{{3.729024*^9, 3.9849408*^9}, {0., 253021.}},
|
||||
PlotRange->{{3.729024*^9, 3.9910752*^9}, {0., 253021.}},
|
||||
PlotRangePadding->{{
|
||||
Scaled[0.02],
|
||||
Scaled[0.02]}, {None,
|
||||
Scaled[0.08090169943749476]}},
|
||||
Ticks->{{}, Automatic}]], "Output",
|
||||
CellChangeTimes->{3.977171246052504*^9, 3.977330621833989*^9,
|
||||
3.977824777220779*^9, 3.97802167740195*^9, 3.9783591663956203`*^9,
|
||||
3.978707155310081*^9, 3.9788878378609324`*^9, 3.979059705340467*^9,
|
||||
3.979233159291823*^9, 3.979894026470213*^9, 3.980403543643875*^9,
|
||||
3.980500992710359*^9, 3.980797522728137*^9, 3.980937301427796*^9,
|
||||
3.981025869505204*^9, 3.981269692538081*^9, 3.981893106113771*^9,
|
||||
3.982228611165803*^9, 3.982503697506815*^9, 3.9827585306037893`*^9,
|
||||
3.983188556815083*^9, 3.983454835814192*^9, 3.983823067293882*^9,
|
||||
3.9840393254807997`*^9, 3.9843056323664627`*^9, 3.985024325671249*^9},
|
||||
CellLabel->"Out[28]=",ExpressionUUID->"bc82726d-b977-4236-9a2e-255a27aad03c"]
|
||||
CellChangeTimes->CompressedData["
|
||||
1:eJxTTMoPSmVkYGDQAGLZdQdVby1868i1Ydd39UVvHecLqDtKLn7reOzOmtRK
|
||||
IP1mxRl9uSVvHfXfZEqdANKHenYHKyx96yj9VMu+BEjPDXv54QSQ/sPtv5B7
|
||||
+VvHBbO+ZLGseOvovFuMwQRIP/MJP3UESDduWMvFufKt4yKtDZ4mQPqb+cTw
|
||||
1UCaeYnzvtur3jo6+aVOqF/91vGKucEj1jVvHe2CggOagLSm6CzPkLVvHe/w
|
||||
VvldA9LV6ZnSXeveOm5LWr/5M5AW2MW9p3T9W8f7VVtXXNnw1vEVa+2BWZve
|
||||
Ok49qvfUdvNbR6MvQr+Etrx1TGHhvpENpLX+Hrhhtu2tI1v+ehfh7W8dE13/
|
||||
3ekC0kG57Ccjdrx1rKgM99kMpNdsLfSI3fnW8dTM40Vsu4DudQu7ugZICzlP
|
||||
c3m8+62jyIbTfNF73joCALmmqtM=
|
||||
"],
|
||||
CellLabel->
|
||||
"Out[410]=",ExpressionUUID->"f37044ec-c9ee-4107-9185-2b1e481cca72"]
|
||||
}, Open ]]
|
||||
},
|
||||
WindowSize->{1280.25, 878.25},
|
||||
WindowMargins->{{0, Automatic}, {Automatic, 0}},
|
||||
Magnification:>1.25 Inherited,
|
||||
FrontEndVersion->"14.3 for Mac OS X ARM (64-bit) (July 8, 2025)",
|
||||
FrontEndVersion->"15.0 for Mac OS X ARM (64-bit) (May 19, 2026)",
|
||||
StyleDefinitions->"Default.nb",
|
||||
ExpressionUUID->"a68abeaf-41ba-46e4-a91b-e09f414e080e"
|
||||
]
|
||||
@@ -733,18 +749,20 @@ CellTagsIndex->{}
|
||||
*)
|
||||
(*NotebookFileOutline
|
||||
Notebook[{
|
||||
Cell[561, 20, 168, 2, 62, "Input",ExpressionUUID->"4758e301-de41-43dc-8b9d-10592e1aa6bd"],
|
||||
Cell[554, 20, 172, 3, 62, "Input",ExpressionUUID->"4758e301-de41-43dc-8b9d-10592e1aa6bd"],
|
||||
Cell[CellGroupData[{
|
||||
Cell[754, 26, 5537, 130, 23, "Input",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5",
|
||||
Cell[751, 27, 5541, 131, 23, "Input",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5",
|
||||
CellOpen->False],
|
||||
Cell[6294, 158, 1001, 19, 53, "Output",ExpressionUUID->"d8750e6a-e945-4115-87bb-51c11458f7ac"]
|
||||
Cell[6295, 160, 1155, 22, 53, "Output",ExpressionUUID->"26cd4dd5-dfd2-4ec3-aaab-5c444c929344"]
|
||||
}, Open ]],
|
||||
Cell[CellGroupData[{
|
||||
Cell[7332, 182, 5482, 117, 23, "Input",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309",
|
||||
Cell[7487, 187, 5486, 118, 23, "Input",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309",
|
||||
CellOpen->False],
|
||||
Cell[12817, 301, 20712, 413, 587, "Output",ExpressionUUID->"bc82726d-b977-4236-9a2e-255a27aad03c"]
|
||||
Cell[12976, 307, 20828, 423, 546, "Output",ExpressionUUID->"f37044ec-c9ee-4107-9185-2b1e481cca72"]
|
||||
}, Open ]]
|
||||
}
|
||||
]
|
||||
*)
|
||||
|
||||
(* End of internal cache information *)
|
||||
|
||||
|
||||
@@ -822,3 +822,17 @@
|
||||
2026-04-01,91977
|
||||
2026-04-04,92276
|
||||
2026-04-12,87770
|
||||
2026-04-23,84751
|
||||
2026-04-27,83106
|
||||
2026-05-02,81830
|
||||
2026-05-04,80798
|
||||
2026-05-15,82207
|
||||
2026-05-20,84230
|
||||
2026-05-23,83067
|
||||
2026-05-28,82054
|
||||
2026-05-30,81381
|
||||
2026-06-03,83599
|
||||
2026-06-07,83496
|
||||
2026-06-11,84972
|
||||
2026-06-19,83943
|
||||
2026-06-22,82621
|
||||
|
||||
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
lib,
|
||||
runCommandLocal,
|
||||
}:
|
||||
let
|
||||
toUnboundConf = ''awk 'NF == 2 && $1 == "0.0.0.0" && $2 != "0.0.0.0" { printf "local-zone: \"%s\" always_nxdomain\n", $2 }'\'';
|
||||
in
|
||||
runCommandLocal "stevenblack-hosts-unbound"
|
||||
{
|
||||
src = lib.sourceByRegex ./. [
|
||||
"^hosts$"
|
||||
"^alternates$"
|
||||
"^alternates/[^/]+$"
|
||||
"^alternates/[^/]+/hosts$"
|
||||
];
|
||||
}
|
||||
''
|
||||
mkdir $out
|
||||
${toUnboundConf} < $src/hosts > $out/hosts
|
||||
for file in $src/alternates/*/hosts; do
|
||||
${toUnboundConf} < $file > $out/$(basename $(dirname $file))
|
||||
done
|
||||
''
|
||||
Reference in New Issue
Block a user