Compare commits

...
8 Commits
50 changed files with 35288 additions and 34135 deletions
+28 -16
View File
@@ -10,8 +10,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.5, 3.6, 3.7, 3.8]
os: [ubuntu-latest, macos-latest]
python:
- 3.5
- 3.6
- 3.7
- 3.8
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- name: Clone repository
@@ -23,23 +30,28 @@ jobs:
python-version: ${{ matrix.python }}
architecture: "x64"
- run: python --version
- run: pip --version
- name: Get pip cache directory
id: pip-cache
run: |
echo "::set-output name=dir::$(pip cache dir)"
- name: Cache dependencies
uses: actions/cache@v2
with:
path: ~/miniconda3
key: ${{ runner.os }}-python-v${{ matrix.python }}-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('ci/*.sh') }}
restore-keys: ${{ runner.os }}-python-v${{ matrix.python }}-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('ci/*.sh') }}
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-python-v${{ matrix.python }}-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-python-v${{ matrix.python }}-${{ hashFiles('**/requirements.txt') }}
${{ runner.os }}-python-v${{ matrix.python }}-
- name: Install conda
env:
PYTHON_VERSION: ${{ matrix.python }}
run: |
export PATH="$HOME/miniconda3/bin:$PATH"
ci/install_conda.sh
ci/setup_conda_env.sh
- name: Install Python dependencies
run: pip install -r requirements.txt
- name: Run lint
run: flake8 --max-line-length 120
- name: Run tests
run: |
export PATH="$HOME/miniconda3/bin:$PATH"
ci/lint.sh
ci/test.sh
run: python testUpdateHostsFile.py
File diff suppressed because it is too large Load Diff
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with fakenews, gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) containing 83,298 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with fakenews, gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) containing 83,471 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -257,8 +257,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with fakenews, gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) containing 80,542 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with fakenews, gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) containing 80,715 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -255,8 +255,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with fakenews, gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) containing 63,682 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with fakenews, gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) containing 63,740 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -253,8 +253,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with fakenews, gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) containing 60,925 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with fakenews, gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) containing 60,983 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -251,8 +251,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with fakenews, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) containing 80,974 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with fakenews, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) containing 81,147 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -256,8 +256,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with fakenews, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) containing 78,218 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with fakenews, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) containing 78,391 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -254,8 +254,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with fakenews, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) containing 61,358 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with fakenews, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) containing 61,416 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -252,8 +252,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
+2020 -2013
View File
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with fakenews extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) containing 58,601 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with fakenews extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts) containing 58,659 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -250,8 +250,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) containing 82,356 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) containing 82,529 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -256,8 +256,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) containing 79,600 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) containing 79,773 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -254,8 +254,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) containing 62,740 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) containing 62,798 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -252,8 +252,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
+2020 -2013
View File
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) containing 59,983 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) containing 60,041 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -250,8 +250,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
+2259 -2135
View File
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) containing 80,032 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) containing 80,205 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -255,8 +255,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
+2259 -2135
View File
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) containing 77,276 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) containing 77,449 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -253,8 +253,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
+2020 -2013
View File
File diff suppressed because it is too large Load Diff
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) containing 60,416 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) containing 60,474 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -251,8 +251,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
-28
View File
@@ -1,28 +0,0 @@
#!/bin/bash
set -e
if [ -d "$HOME/miniconda3" ] && [ -e "$HOME/miniconda3/bin/conda" ]; then
echo "Miniconda install already present in cache: $HOME/miniconda3"
rm -rf "$HOME"/miniconda3/envs/hosts # Just in case...
else
echo "Installing Miniconda..."
rm -rf "$HOME"/miniconda3 # Just in case...
if [ "$(uname)" == "Darwin" ]; then
wget -nv https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O miniconda.sh
else
wget -nv https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
fi
bash miniconda.sh -b -p "$HOME/miniconda3"
fi
echo "Configuring Miniconda..."
conda config --set ssl_verify false
conda config --set always_yes true --set changeps1 false
echo "Updating Miniconda"
conda update conda
conda update --all
conda info -a
-8
View File
@@ -1,8 +0,0 @@
#!/bin/bash
set -e
echo "Linting repository..."
source activate hosts
flake8 --max-line-length 120
-10
View File
@@ -1,10 +0,0 @@
#!/bin/bash
set -e
echo "Creating a Python $PYTHON_VERSION environment"
conda create -n hosts python="$PYTHON_VERSION"
source activate hosts
echo "Installing packages..."
conda install flake8 beautifulsoup4 lxml
-9
View File
@@ -1,9 +0,0 @@
#!/bin/bash
set -e
echo "Running unit tests..."
source activate hosts
python --version
python testUpdateHostsFile.py
+1 -2
View File
@@ -27,7 +27,7 @@
##### Version Information #
###################################################
### Version: V1.2020.07.8389
### Version: V1.2020.07.8392
##### Version Information ##
# Use this file to prevent your computer or server from connecting to selected
@@ -584,7 +584,6 @@
0.0.0.0 an-donut.com
0.0.0.0 andrewrobertsllc.info
0.0.0.0 android-style.com
0.0.0.0 android-systems.ru
0.0.0.0 anduongjsc.com
0.0.0.0 andydill.com
0.0.0.0 anews.cc
+124 -158
View File
File diff suppressed because it is too large Load Diff
+7
View File
@@ -2905,3 +2905,10 @@
0.0.0.0 zvatrswtsrw.ml
0.0.0.0 alibaba.zzux.com
0.0.0.0 browserservice.zzux.com
# Added July 23, 2020
0.0.0.0 api.fouanalytics.com
0.0.0.0 adsbydomain.fouanalytics.com
# Added July 24, 2020
0.0.0.0 pub.trads.io
+310 -225
View File
@@ -1,162 +1,191 @@
################################################################
# abuse.ch URLhaus Host file #
# Last updated: 2020-07-18 21:44:04 (UTC) #
# Last updated: 2020-07-25 00:25:04 (UTC) #
# #
# Terms Of Use: https://urlhaus.abuse.ch/api/ #
# For questions please contact urlhaus [at] abuse.ch #
################################################################
#
127.0.0.1 19cxca.com
127.0.0.1 1001sb.checkyourprojects.com
127.0.0.1 2000kumdo.com
127.0.0.1 21robo.com
127.0.0.1 224fgbet.com
127.0.0.1 24kitten.com
127.0.0.1 2w17h6a.com
127.0.0.1 3.zhzy999.net
127.0.0.1 3.zhzy999.net3.zhzy999.net
127.0.0.1 31.128.173.853.zhzy999.net
127.0.0.1 31.128.173.853.zhzy999.net31.128.173.853.zhzy999.net
127.0.0.1 3fqw.com
127.0.0.1 3wuk8wv.com
127.0.0.1 3ypackaging.com
127.0.0.1 49parallel.ca
127.0.0.1 50joqg.com
127.0.0.1 6730dartmouth.com
127.0.0.1 6yqg9j.com
127.0.0.1 63gtxkqvv.com
127.0.0.1 7p22jz.chokun.ru
127.0.0.1 7th-club.com
127.0.0.1 a-reality.co.uk
127.0.0.1 aaacityremovalist.com
127.0.0.1 aarunya.in
127.0.0.1 abass.ir
127.0.0.1 abatiy.com
127.0.0.1 abcofcricket.com
127.0.0.1 abuhamzapetstore1.sizzlingmart.com
127.0.0.1 acteon.com.ar
127.0.0.1 activecost.com.au
127.0.0.1 addahealingmusic.com
127.0.0.1 admaris.ir
127.0.0.1 admin.foa.ae
127.0.0.1 admindepartment.ir
127.0.0.1 af2play.online
127.0.0.1 affutes.netavantage.com
127.0.0.1 agilentgame.reviewshell.com
127.0.0.1 agoty.org
127.0.0.1 ahdaaf.me
127.0.0.1 aite.me
127.0.0.1 akcje.browarbrodacz.pl
127.0.0.1 akzy.top
127.0.0.1 al-muniir.com
127.0.0.1 alacatibisiklet.com
127.0.0.1 alaksir.com
127.0.0.1 alba1004.co.kr
127.0.0.1 algorithmshargh.com
127.0.0.1 allan-it.com
127.0.0.1 allloveseries.com
127.0.0.1 allsound.fr
127.0.0.1 alohasoftware.net
127.0.0.1 alphaconsumer.net
127.0.0.1 am-concepts.ca
127.0.0.1 amd.alibuf.com
127.0.0.1 amemarine.co.th
127.0.0.1 amt.co.in
127.0.0.1 amirthafoundation.com
127.0.0.1 andreelapeyre.com
127.0.0.1 andremaraisbeleggings.co.za
127.0.0.1 aneoeauhiazegfiz.ru
127.0.0.1 angelsdetour.com
127.0.0.1 anikwp.com
127.0.0.1 antalyalogodestek.com
127.0.0.1 anhdung.cf
127.0.0.1 anvietpro.com
127.0.0.1 anysbergbiltong.co.za
127.0.0.1 anythingbilliest.com
127.0.0.1 aoujlift.ir
127.0.0.1 apoolcondo.com
127.0.0.1 apware.co.kr
127.0.0.1 arsimiparauniversitar.gov.al
127.0.0.1 asmankharash.com
127.0.0.1 aswad.shop
127.0.0.1 atfile.com
127.0.0.1 atiga01.atciga.ml
127.0.0.1 atteuqpotentialunlimited.com
127.0.0.1 aulist.com
127.0.0.1 auxdelicesdirene.com
127.0.0.1 avantgardechristianschool.com
127.0.0.1 awb6q4j.com
127.0.0.1 azmeasurement.com
127.0.0.1 azzd.co.kr
127.0.0.1 b.frefou.ru
127.0.0.1 b28h13xbx.com
127.0.0.1 babaroadways.in
127.0.0.1 backgrounds.pk
127.0.0.1 bagraphics.net
127.0.0.1 bangkok-orchids.com
127.0.0.1 bangkokcityjewel.com
127.0.0.1 banhangsivn.com
127.0.0.1 bapo.granudan.cn
127.0.0.1 batdongsanthanhhoa.xyz
127.0.0.1 bbs1.marisfrolg.com
127.0.0.1 bdvan.com
127.0.0.1 befitcbd.com
127.0.0.1 belsizehair.co.uk
127.0.0.1 benjamin-jauernig.de
127.0.0.1 bhandaraexpress.com
127.0.0.1 bergama.org.tr
127.0.0.1 bethagroup.com.au
127.0.0.1 beylerbeyibasketbol.org
127.0.0.1 bheragreens.com
127.0.0.1 bildeboks.no
127.0.0.1 biz9holdings.com
127.0.0.1 biyaofushi.com
127.0.0.1 blog.241optical.com
127.0.0.1 bloomcareltd.co.uk
127.0.0.1 blswlaw.com
127.0.0.1 bosisio.net
127.0.0.1 boulderinn.com
127.0.0.1 bpkad.lomboktengahkab.go.id
127.0.0.1 bpnztvz2x.com
127.0.0.1 brucelessons.com
127.0.0.1 bubuapps.world
127.0.0.1 budderoo.com
127.0.0.1 buigiaphat.com.vn
127.0.0.1 bushireinlondon.co.uk
127.0.0.1 buyuniqueitem.in
127.0.0.1 c.vvvvvvvvv.ga
127.0.0.1 caissefamilylaw.com
127.0.0.1 cameli.vn
127.0.0.1 carbonazin.com
127.0.0.1 careco.parts
127.0.0.1 cassovia.sk
127.0.0.1 cellstore.net.br
127.0.0.1 cepabol.noticias.bo
127.0.0.1 cf0.pw
127.0.0.1 chadcast.com
127.0.0.1 chang.be
127.0.0.1 changematterscounselling.com
127.0.0.1 chanvribloc.com
127.0.0.1 charlols.ascjcapstone.com
127.0.0.1 charm.bizfxr.com
127.0.0.1 chedea.eu
127.0.0.1 chigaihoixuanvn.online
127.0.0.1 chuckweiss.com
127.0.0.1 chuksurvive.to
127.0.0.1 chcquimica.com.br
127.0.0.1 chestersvideobar.com
127.0.0.1 chiaraberettamazzotta.it
127.0.0.1 choiphui.com
127.0.0.1 cjto.top
127.0.0.1 ckl6767.com
127.0.0.1 cleardristi.com
127.0.0.1 cobhamplasteringservices.co.uk
127.0.0.1 class.britishonline.co
127.0.0.1 classnote.info
127.0.0.1 cnml.com.br
127.0.0.1 collectorsmatrix.com
127.0.0.1 colourcreative.co.za
127.0.0.1 complan.hu
127.0.0.1 complanbt.hu
127.0.0.1 computerfamilie.com
127.0.0.1 completedigitalmedia.co.uk
127.0.0.1 compradesdecasa507.com
127.0.0.1 comtechadsl.com
127.0.0.1 config.kuaisousou.top
127.0.0.1 construtoraaguiar.com.br
127.0.0.1 cpads.net
127.0.0.1 consultorias.smartdevmx.com
127.0.0.1 copy.think-thank.de
127.0.0.1 cosentinoconsult.com.br
127.0.0.1 cpnti.com
127.0.0.1 cqjcc.org
127.0.0.1 crimsonrealtypoint.com
127.0.0.1 crisalic.fr
127.0.0.1 crittersbythebay.com
127.0.0.1 crm.shaayanpharma.com
127.0.0.1 csnserver.com
127.0.0.1 csw.hu
127.0.0.1 ctannous.com
127.0.0.1 current9.com.ng
127.0.0.1 cyltestcilindros.com.br
127.0.0.1 czsl.91756.cn
127.0.0.1 da.alibuf.com
127.0.0.1 danielbastos.com
127.0.0.1 daniwilkinson.co.uk
127.0.0.1 darco.pk
127.0.0.1 data.kaoyany.top
127.0.0.1 datvensaigon.com
127.0.0.1 dawaphoto.co.kr
127.0.0.1 defensacovid.com
127.0.0.1 delhisuppliers.in
127.0.0.1 de-hoog.de
127.0.0.1 deardarcy.com
127.0.0.1 dekuiper.net
127.0.0.1 deltacontrol.net.pk
127.0.0.1 demo.xoweb.cn
127.0.0.1 deltat.us
127.0.0.1 demo.mku.edu.vn
127.0.0.1 demo.yzccit.com
127.0.0.1 dencker.info
127.0.0.1 denkagida.com.tr
127.0.0.1 depot7.com
127.0.0.1 departure.world
127.0.0.1 derivativespro.in
127.0.0.1 destructionachievement.com
127.0.0.1 deutschcabrio.de
127.0.0.1 dev.sebpo.net
127.0.0.1 dezcom.com
127.0.0.1 dfb-fredericia.dk
127.0.0.1 dfcf.91756.cn
127.0.0.1 dfd.zhzy999.net
127.0.0.1 dfzm.91756.cn
127.0.0.1 dgecolesdepolice.bf
127.0.0.1 diazavendano.cl
127.0.0.1 dichvuvesinhcongnghiep.top
127.0.0.1 die-eickelbaums.de
127.0.0.1 digilib.dianhusada.ac.id
127.0.0.1 digitalcon7.net
127.0.0.1 ditec.com.my
127.0.0.1 ditib-landshut.de
127.0.0.1 djmixers.co
127.0.0.1 dkw-engineering.net
127.0.0.1 dl.1003b.56a.com
127.0.0.1 dl.dzqzd.com
127.0.0.1 dlist.iqilie.com
127.0.0.1 dnn.alibuf.com
127.0.0.1 dns.alibuf.com
127.0.0.1 docs.deltalifestyle.com
127.0.0.1 dodsonimaging.com
127.0.0.1 donmago.com
127.0.0.1 doorbhai.com
127.0.0.1 doraflob.com
127.0.0.1 doransky.info
127.0.0.1 dosame.com
127.0.0.1 dovberger.com
127.0.0.1 down.ancamera.co.kr
127.0.0.1 down.ci43.com
127.0.0.1 down.pcclear.com
127.0.0.1 down.startools.co.kr
127.0.0.1 down.tgjkbx.cn
@@ -165,496 +194,552 @@
127.0.0.1 download.1ys.com
127.0.0.1 download.exrnybuf.cn
127.0.0.1 download.kaobeitu.com
127.0.0.1 dr-consulting.de
127.0.0.1 dr-fehlauer.de
127.0.0.1 dreamtrips.cheap
127.0.0.1 driendl.de
127.0.0.1 drive.google.com.it-barcelona.com
127.0.0.1 drive.medisail.fr
127.0.0.1 drs-spotter.de
127.0.0.1 dudulm.com
127.0.0.1 e-librarynavycollegekhulna.org
127.0.0.1 duyster.info
127.0.0.1 dyrmann.dk
127.0.0.1 e.dangeana.com
127.0.0.1 easeupnow.com
127.0.0.1 ed-tv.nl
127.0.0.1 edgologyservices.com
127.0.0.1 edicolanazionale.it
127.0.0.1 elilaifs.cn
127.0.0.1 elnasr-co.com
127.0.0.1 elokshinproperty.co.za
127.0.0.1 emadamini.co.za
127.0.0.1 energisegroup.com
127.0.0.1 edumep.net
127.0.0.1 efc86dd.com
127.0.0.1 efis.top
127.0.0.1 ellepioffice.com
127.0.0.1 enco-software.net
127.0.0.1 entre-potes.mon-application.com
127.0.0.1 er-bulisguvenligi.com
127.0.0.1 erma-systemsoft.de
127.0.0.1 ermekanik.com
127.0.0.1 essah.in
127.0.0.1 esteteam.org
127.0.0.1 etherdox.com
127.0.0.1 ev0lve.cf
127.0.0.1 exam.ylsbmeirong.com
127.0.0.1 evandijk.eu
127.0.0.1 exactlly.com
127.0.0.1 exchangecamp.ir
127.0.0.1 expitec.de
127.0.0.1 ezfintechcorp.com
127.0.0.1 f8mobile.net
127.0.0.1 files.fqapps.com
127.0.0.1 ezselika.com
127.0.0.1 ezzit.com
127.0.0.1 fabriciofalco.com
127.0.0.1 familie-kamenz.de
127.0.0.1 fansida.cn
127.0.0.1 fantomgl.com
127.0.0.1 fashionchandani.com
127.0.0.1 fastreadhotnews.com
127.0.0.1 fatosdafe.com
127.0.0.1 fg8h4913m.com
127.0.0.1 files6.uludagbilisim.com
127.0.0.1 fili.es
127.0.0.1 finaleligure.de
127.0.0.1 fishingbigstore.com
127.0.0.1 fitmanacademy.com
127.0.0.1 fitmode.vn
127.0.0.1 fivestarcleanerstx.com
127.0.0.1 fitnessanddance.de
127.0.0.1 fixit.com.my
127.0.0.1 fkd.derpcity.ru
127.0.0.1 flamencoboston.com
127.0.0.1 floow.co
127.0.0.1 flyfox.de
127.0.0.1 fotros19.ir
127.0.0.1 frin.ng
127.0.0.1 ftpftpftp.com
127.0.0.1 funletters.net
127.0.0.1 fusionfiresolutions.com
127.0.0.1 futuregraphics.com.ar
127.0.0.1 g8gj20th7.com
127.0.0.1 gamesmanga.com
127.0.0.1 gasfer.ru
127.0.0.1 gateway-heide.de
127.0.0.1 ghtyse.club
127.0.0.1 gehua.com.cn
127.0.0.1 geoffoliver.org
127.0.0.1 gersonbranco.com.br
127.0.0.1 giakhanghitech.vn
127.0.0.1 gijsvanroij.nl
127.0.0.1 gimscompany.com
127.0.0.1 gmjenkins.com
127.0.0.1 gnimelf.net
127.0.0.1 go.17447.cn
127.0.0.1 go.xsuad.com
127.0.0.1 goctoeic.edu.vn
127.0.0.1 grafchekloder.rebatesrule.net
127.0.0.1 grafikos.com.ar
127.0.0.1 grainsperger.de
127.0.0.1 greenpalace.top
127.0.0.1 griedl.de
127.0.0.1 groombridge.ch
127.0.0.1 grotha.de
127.0.0.1 gsfhl.com
127.0.0.1 gssgroups.com
127.0.0.1 guoxiaorui.cn
127.0.0.1 gut-ellmau.de
127.0.0.1 guthnet.de
127.0.0.1 guyenot.de
127.0.0.1 gvpcdpgc.edu.in
127.0.0.1 h5ym.com
127.0.0.1 h7llj8w.com
127.0.0.1 haberjahn.de
127.0.0.1 haendlerzufriedenheit.de
127.0.0.1 hagebakken.no
127.0.0.1 hamiltonslive.com
127.0.0.1 hanaphoto.co.kr
127.0.0.1 hazel-azure.co.th
127.0.0.1 heartshapedglasses.ca
127.0.0.1 heliosphere.us
127.0.0.1 hempdoc.us
127.0.0.1 herdt-privat.de
127.0.0.1 herrdangwerder.de
127.0.0.1 hfsoftware.cl
127.0.0.1 hightea.tk
127.0.0.1 hirebyprofession.com
127.0.0.1 hmbwgroup.com
127.0.0.1 hodrc.org
127.0.0.1 hostzaa.com
127.0.0.1 hotart.co.nz
127.0.0.1 hotel-le-relais-des-moulins.com
127.0.0.1 housewifes.co
127.0.0.1 hsdowsggpla.com
127.0.0.1 hseda.com
127.0.0.1 hsmwebapp.com
127.0.0.1 htxl.cn
127.0.0.1 hugues.ch
127.0.0.1 human-impact.de
127.0.0.1 hvdc-int.eu
127.0.0.1 hyadegari.ir
127.0.0.1 hyundailamdong.com.vn
127.0.0.1 i9agenciadigital.com.br
127.0.0.1 ideanetsolutions.com
127.0.0.1 ikaprama.org
127.0.0.1 impression-gobelet.com
127.0.0.1 impro-solution.com
127.0.0.1 imrhln0.com
127.0.0.1 inapadvance.com
127.0.0.1 incrediblepixels.com
127.0.0.1 incredicole.com
127.0.0.1 ineedmoney.loan
127.0.0.1 inigbiseijfji.ru
127.0.0.1 interludeeurope.com
127.0.0.1 innveso-digital.com
127.0.0.1 intersel-idf.org
127.0.0.1 ipheights.com
127.0.0.1 iremart.es
127.0.0.1 isso.ps
127.0.0.1 jacksinspiration.com
127.0.0.1 jamiekaylive.com
127.0.0.1 jamshed.pk
127.0.0.1 jansen-heesch.nl
127.0.0.1 janvierassocies.fr
127.0.0.1 jars1umcf5.com
127.0.0.1 javatank.ru
127.0.0.1 jdtrusttrading.org
127.0.0.1 jmtc.91756.cn
127.0.0.1 jrmlocks.ir
127.0.0.1 jsya.co.kr
127.0.0.1 jurec.mx
127.0.0.1 jvalert.com
127.0.0.1 jygasoft.com
127.0.0.1 k.ludong.tv
127.0.0.1 kachsurf.mylftv.com
127.0.0.1 kanok.co.th
127.0.0.1 karir-up.com
127.0.0.1 karavantekstil.com
127.0.0.1 kasparksy.com
127.0.0.1 kdsp.co.kr
127.0.0.1 kejpa.com
127.0.0.1 kettaravision.com
127.0.0.1 kendra.ee
127.0.0.1 kenshuusei.id
127.0.0.1 keralamedical.help
127.0.0.1 kleinendeli.co.za
127.0.0.1 knightsbridgeenergy.com.ng
127.0.0.1 kollab.blog.br
127.0.0.1 kompenas.org
127.0.0.1 koncenful.com
127.0.0.1 konipapua.com
127.0.0.1 ksn1.go.th
127.0.0.1 kso7s3fyt.com
127.0.0.1 kynamvn.com
127.0.0.1 labeldar.com
127.0.0.1 lameguard.ru
127.0.0.1 lammaixep.com
127.0.0.1 ldrtango.casa
127.0.0.1 learnbuddy.com
127.0.0.1 laopos.com
127.0.0.1 lawofattraction.work
127.0.0.1 lawrenceclasses.com
127.0.0.1 lcccl.ca
127.0.0.1 learningcomputing.org
127.0.0.1 lebedyn.info
127.0.0.1 letu8888.com
127.0.0.1 legrace.info
127.0.0.1 levitt.ug
127.0.0.1 levitts.ug
127.0.0.1 libya-info.com
127.0.0.1 lineahandy.it
127.0.0.1 linhkien36.cf
127.0.0.1 linhkien36.net.co
127.0.0.1 linhgiangcorp.com
127.0.0.1 livetrack.in
127.0.0.1 liveways.pk
127.0.0.1 loadprague.casa
127.0.0.1 lodergord.com
127.0.0.1 longphuong.tk
127.0.0.1 lovely-lollies.com
127.0.0.1 lq.frefou.ru
127.0.0.1 louisettepouliot.com
127.0.0.1 lsyr.net
127.0.0.1 lt02.datacomspecialists.net
127.0.0.1 luatminhthuan.com
127.0.0.1 luisnacht.com.ar
127.0.0.1 lvr.samacomplus.com
127.0.0.1 m.0757kd.cn
127.0.0.1 maburexo.com
127.0.0.1 mackleyn.com
127.0.0.1 mapas.hoonicorns.pt
127.0.0.1 magnoamericana.edu.mx
127.0.0.1 mallutechie.com
127.0.0.1 maringareservas.com.br
127.0.0.1 marketevip.com
127.0.0.1 marketinfosales.com
127.0.0.1 marketprice.com.ng
127.0.0.1 marksidfgs.ug
127.0.0.1 mattayom31.go.th
127.0.0.1 max-hoffmann-webdesign.de
127.0.0.1 mazury4x4.pl
127.0.0.1 massages-yoga-paris.fr
127.0.0.1 mbgrm.com
127.0.0.1 medianews.ge
127.0.0.1 medreg.uz
127.0.0.1 meeweb.com
127.0.0.1 meitao886.com
127.0.0.1 merbay.ru
127.0.0.1 merter.shop
127.0.0.1 metallexs.com
127.0.0.1 mettaanand.org
127.0.0.1 mettek.com.tr
127.0.0.1 mexiwoodstudios.com
127.0.0.1 mffyjcdn.btgame.com
127.0.0.1 micahproducts.com
127.0.0.1 micalle.com.au
127.0.0.1 mican.tri-comma.com
127.0.0.1 migmon.club
127.0.0.1 mikesar.com
127.0.0.1 mikrokaynakmerkezi.com
127.0.0.1 minibus-hire-basingstoke.co.uk
127.0.0.1 minijuss.sslblindado.com
127.0.0.1 mirror.mypage.sk
127.0.0.1 mis.nbcc.ac.th
127.0.0.1 misterson.com
127.0.0.1 mistydeblasiophotography.com
127.0.0.1 misuperpodereslaprogramacion.com
127.0.0.1 mncarteam.com
127.0.0.1 mobilier-modern.ro
127.0.0.1 momentomt.com.br
127.0.0.1 money-crdt.ru
127.0.0.1 motavera.com
127.0.0.1 movie.cxyw.net
127.0.0.1 moscow11.at
127.0.0.1 moxlogin.com
127.0.0.1 mozay.dhcp.biz
127.0.0.1 msecurity.ro
127.0.0.1 mpbharat.com
127.0.0.1 mteng.mmj7.com
127.0.0.1 mueblesjcp.cl
127.0.0.1 mtfelektroteknik.com
127.0.0.1 mvb.kz
127.0.0.1 myadvision.com
127.0.0.1 mynydd-ednyfed-countryhouse.co.uk
127.0.0.1 myo.net.au
127.0.0.1 myofficeplus.com
127.0.0.1 myprospectjobs.com
127.0.0.1 mythikall.com
127.0.0.1 namuvpn.com
127.0.0.1 narty.laserteam.pl
127.0.0.1 ndrs.cloud
127.0.0.1 newroyaltextiles.com
127.0.0.1 newsun-shop.com
127.0.0.1 nexwebsolutions.com
127.0.0.1 ngoaingu.garage.com.vn
127.0.0.1 norperuinge.com.pe
127.0.0.1 nilemixitupd.biz.pl
127.0.0.1 nlx6300.com
127.0.0.1 nlx63oo.com
127.0.0.1 nmcllc.us
127.0.0.1 noithatnhathoang.vn
127.0.0.1 nprg.ru
127.0.0.1 ntro.fr
127.0.0.1 nwcsvcs.com
127.0.0.1 nufc.vn
127.0.0.1 obseques-conseils.com
127.0.0.1 office-service-softs.info
127.0.0.1 offthewall.top
127.0.0.1 offerhungama.in
127.0.0.1 office-supply.top
127.0.0.1 ohe.ie
127.0.0.1 ohsewgorgeous.co.uk
127.0.0.1 okhuizen.com
127.0.0.1 oknoplastik.sk
127.0.0.1 olu85.com
127.0.0.1 omega.az
127.0.0.1 ooskajoos.com
127.0.0.1 opticaoptigral.cl
127.0.0.1 osdsoft.com
127.0.0.1 osk4iim2jg.com
127.0.0.1 otanityre.in
127.0.0.1 ovelcom.com
127.0.0.1 oy5.frefou.ru
127.0.0.1 ozemag.com
127.0.0.1 ozkayalar.com
127.0.0.1 p1.lingpao8.com
127.0.0.1 p1s7p1m95.com
127.0.0.1 p2.lingpao8.com
127.0.0.1 p500.mon-application.com
127.0.0.1 partyflix.net
127.0.0.1 pacific-portals.com
127.0.0.1 pampapoint.com
127.0.0.1 panoramatecnologia.com
127.0.0.1 parisgranhotels.ga
127.0.0.1 pashupatiexports.com
127.0.0.1 patch2.51lg.com
127.0.0.1 paula.strategicwebmarketingmd.com
127.0.0.1 paycoinbrokerfx.com
127.0.0.1 pcsoori.com
127.0.0.1 penir.net
127.0.0.1 perfectshinehair.co.uk
127.0.0.1 ph4s.ru
127.0.0.1 phamchilong.com
127.0.0.1 phudieusongma.com
127.0.0.1 pink99.com
127.0.0.1 pinmeiglobal.com
127.0.0.1 poisss.jhfddd.com
127.0.0.1 ponik.fartit.com
127.0.0.1 ponnoshomvar.com
127.0.0.1 portorangepet911.com
127.0.0.1 portorangevet911.com
127.0.0.1 ppl.ac.id
127.0.0.1 preinfra.co.zw
127.0.0.1 prakritistore.in
127.0.0.1 preserveworld.com
127.0.0.1 prestigehomeautomation.net
127.0.0.1 probost.cz
127.0.0.1 professionalartists.com
127.0.0.1 prosoc.nl
127.0.0.1 prowin.co.th
127.0.0.1 psotm.pl
127.0.0.1 pujashoppe.in
127.0.0.1 pulsethestore.com
127.0.0.1 purelondonhyg.com
127.0.0.1 pushing.pk
127.0.0.1 pv60oib8e7.com
127.0.0.1 qhn.vn
127.0.0.1 pyfdn25qu.com
127.0.0.1 qif.ac.ke
127.0.0.1 qmsled.com
127.0.0.1 qrtalk.nl
127.0.0.1 qnbfinansenparacepsube2020.com
127.0.0.1 quke9.com
127.0.0.1 rainbowisp.info
127.0.0.1 ramukakaonline.com
127.0.0.1 ranks.hoonicorns.pt
127.0.0.1 rantau.us
127.0.0.1 rc.ixiaoyang.cn
127.0.0.1 real-song.tjmedia.co.kr
127.0.0.1 redesoftdownload.info
127.0.0.1 redteamnorway.com
127.0.0.1 redfcpi.com
127.0.0.1 remiduser.organiccrap.com
127.0.0.1 renim.https443.net
127.0.0.1 renimin.mymom.info
127.0.0.1 res.uf1.cn
127.0.0.1 rigpiquillot.com
127.0.0.1 rilathome.lv
127.0.0.1 rinkaisystem-ht.com
127.0.0.1 rmq.tokyofunkowildvaley.ru
127.0.0.1 robotena.org
127.0.0.1 robotica.cl
127.0.0.1 rsp-om.com
127.0.0.1 ruisgood.ru
127.0.0.1 rusch.nu
127.0.0.1 s.51shijuan.com
127.0.0.1 s.kk30.com
127.0.0.1 saboorjaam.ir
127.0.0.1 sadiqgill.com
127.0.0.1 sahathaikasetpan.com
127.0.0.1 sample.tri-comma.com
127.0.0.1 salesforce-ibmcloud.kozow.com
127.0.0.1 sandhutengineersandconsultants.in
127.0.0.1 sandovalgraphics.com
127.0.0.1 scglobal.co.th
127.0.0.1 scoutadvisors.com
127.0.0.1 seftil.com
127.0.0.1 seimeinooka.jp
127.0.0.1 serpentrising.com
127.0.0.1 sevea-fr.com
127.0.0.1 servinet.co.za
127.0.0.1 sggsonline.com
127.0.0.1 shahtoba.faqserv.com
127.0.0.1 sharjahas.com
127.0.0.1 shawigroup.com
127.0.0.1 shembefoundation.com
127.0.0.1 shubhinfoways.com
127.0.0.1 simlun.com.ar
127.0.0.1 shop.honarsetarehsazan.ir
127.0.0.1 sinastorage.cn
127.0.0.1 sindicato1ucm.cl
127.0.0.1 skenglish.com
127.0.0.1 sipesv.org
127.0.0.1 sku-auto.com.my
127.0.0.1 sl9XA73g7u3EO07WT42n7f4vIn5fZH.biz
127.0.0.1 small-business-solutions.biz
127.0.0.1 smccycles.com
127.0.0.1 songbadtv.com
127.0.0.1 sonsistemsogutma.com.tr
127.0.0.1 sonvietmy.com.vn
127.0.0.1 speed.myz.info
127.0.0.1 speedfinance-cloud.gleeze.com
127.0.0.1 src1.minibai.com
127.0.0.1 sriglobalit.com
127.0.0.1 sslv3.at
127.0.0.1 ssuse.com
127.0.0.1 static.topxgun.com
127.0.0.1 stayfitphysio.ca
127.0.0.1 steelworks-students.com
127.0.0.1 steer2vision.com
127.0.0.1 stevewalker.com.au
127.0.0.1 sul.t.12cotacao.us
127.0.0.1 suibe.net
127.0.0.1 support.clz.kr
127.0.0.1 sutekihome.co.id
127.0.0.1 suxin.run
127.0.0.1 sweaty.dk
127.0.0.1 swingcommerce.com
127.0.0.1 swwbia.com
127.0.0.1 symanreni.mysecondarydns.com
127.0.0.1 szxypt.com
127.0.0.1 t.honker.info
127.0.0.1 tangramadigital.tecnologia.bo
127.0.0.1 tarisfotografi.com
127.0.0.1 tasaheel.me
127.0.0.1 tattooartcreations.com
127.0.0.1 taxpos.com
127.0.0.1 techguide4u.com
127.0.0.1 tehrenberg.com
127.0.0.1 telescopelms.com
127.0.0.1 terogona.com
127.0.0.1 terkpecas.com.br
127.0.0.1 test.iyibakkendine.com
127.0.0.1 test2.cxyw.net
127.0.0.1 test1.cxyw.net
127.0.0.1 testdatabaseforcepoint.com
127.0.0.1 teste.hoonicorns.pt
127.0.0.1 thaibbqculver.com
127.0.0.1 texniko.gr
127.0.0.1 thaisell.com
127.0.0.1 tharringtonsponsorship.com
127.0.0.1 theprestige.ro
127.0.0.1 the-tshirtgame.com
127.0.0.1 theprizeguys.uk
127.0.0.1 thepromostore.events
127.0.0.1 theptiendat.com
127.0.0.1 therecruiter.io
127.0.0.1 thesuperservice.com
127.0.0.1 thorn-bikes.com
127.0.0.1 thosewebbs.com
127.0.0.1 tianangdep.com
127.0.0.1 tianchanzi.top
127.0.0.1 tibok.lflink.com
127.0.0.1 tlcid.org
127.0.0.1 tldrbox.top
127.0.0.1 tonydong.com
127.0.0.1 tonyzone.com
127.0.0.1 tophoras.hoonicorns.pt
127.0.0.1 totebarreto.com.br
127.0.0.1 trendsonlines.com
127.0.0.1 tribunal.ug
127.0.0.1 triptovacations.com
127.0.0.1 tsd.jxwan.com
127.0.0.1 tulli.info
127.0.0.1 tvxnoticias.com
127.0.0.1 tyres2c.com
127.0.0.1 ucto-id.cz
127.0.0.1 ukks.net
127.0.0.1 tutoriapro.com
127.0.0.1 tutuler.com
127.0.0.1 uc-56.ru
127.0.0.1 ukronet.ru
127.0.0.1 ulfhorror.com
127.0.0.1 ulusalofis.com
127.0.0.1 unicorpbrunei.com
127.0.0.1 uniengrisb.com
127.0.0.1 uniquehall.net
127.0.0.1 united-vision.net
127.0.0.1 urquilam.com.ar
127.0.0.1 universalbiz.us
127.0.0.1 usd-gold.com
127.0.0.1 uskeba.ca
127.0.0.1 usmadetshirts.com
127.0.0.1 utdifguizdidiz.ru
127.0.0.1 uxfactory.com.br
127.0.0.1 uytgvhdfsdxc.ug
127.0.0.1 valarchihomes.com
127.0.0.1 valarchihomes.qmarkonline.com
127.0.0.1 valedchap.ir
127.0.0.1 valencaagora.com.br
127.0.0.1 vaobong66.com
127.0.0.1 vaziri.echobit.ir
127.0.0.1 vccerramientos.com.ar
127.0.0.1 veyron.ir
127.0.0.1 vfocus.net
127.0.0.1 vibb.no
127.0.0.1 victorcalvoarquitecto.es
127.0.0.1 vip-exness.com
127.0.0.1 visaomz.com
127.0.0.1 vnitservice.com
127.0.0.1 voiceofmauritius.co.uk
127.0.0.1 vontech.com.sg
127.0.0.1 w.zhzy999.net
127.0.0.1 w0725725.idv.tw
127.0.0.1 w4nuvjy.com
127.0.0.1 wap.dosame.com
127.0.0.1 warriorllc.com
127.0.0.1 watkins.mitchellpwright.com
127.0.0.1 web.emergingsun.com
127.0.0.1 web.rpasfoundation.org
127.0.0.1 wdwusa.org
127.0.0.1 webarte.com.br
127.0.0.1 webserverthai.com
127.0.0.1 welcometothefuture.com
127.0.0.1 wherein.mobi
127.0.0.1 whgaty.com
127.0.0.1 willingwoods.com
127.0.0.1 windcomtechnologies.com
127.0.0.1 wmzart.com
127.0.0.1 womart.in
127.0.0.1 wood-expert.net
127.0.0.1 woodsytech.com
127.0.0.1 writesofpassage.co.za
127.0.0.1 ws-ebavisapia01-dll.ir
127.0.0.1 wsg.com.sg
127.0.0.1 www.0931tangfc.com
127.0.0.1 www.189cj.cn
127.0.0.1 www.20190607.com
127.0.0.1 www.21robo.com
127.0.0.1 www.3fqw.com
127.0.0.1 www.87du.vip
127.0.0.1 www.accessyouraudience.com
127.0.0.1 www.acep-xploit.tk
127.0.0.1 www.addahealingmusic.com
127.0.0.1 www.agarca.donaines.pt
127.0.0.1 www.agsir.com
127.0.0.1 www.ajanews.asia
127.0.0.1 www.aibd.sn
127.0.0.1 www.al-wahd.com
127.0.0.1 www.allan-it.com
127.0.0.1 www.allloveseries.com
127.0.0.1 www.amba.zirweb.com
127.0.0.1 www.andremaraisbeleggings.co.za
127.0.0.1 www.angage.com
127.0.0.1 www.anysbergbiltong.co.za
127.0.0.1 www.apware.co.kr
127.0.0.1 www.arafinmedia.com
127.0.0.1 www.aumhealings.org
127.0.0.1 www.ardorasia.com
127.0.0.1 www.azzd.co.kr
127.0.0.1 www.besserblok-ufa.ru
127.0.0.1 www.calzadosyaccesorios.com
127.0.0.1 www.carloni.com.br
127.0.0.1 www.beylerbeyibasketbol.org
127.0.0.1 www.biyaofushi.com
127.0.0.1 www.campdevanol.com
127.0.0.1 www.cassovia.sk
127.0.0.1 www.cellas.sk
127.0.0.1 www.chinavok.com
127.0.0.1 www.clearwaterriveroutfitting.com
127.0.0.1 www.csnserver.com
127.0.0.1 www.cyclomove.com
127.0.0.1 www.danielbastos.com
127.0.0.1 www.datapolish.com
127.0.0.1 www.davidzabarte.com
127.0.0.1 www.dawaphoto.co.kr
127.0.0.1 www.dawoodsupermarket.com
127.0.0.1 www.dcalc.us
127.0.0.1 www.deayoungkiki.com
127.0.0.1 www.debonosu.jp
127.0.0.1 www.dgecolesdepolice.bf
127.0.0.1 www.dmresor.se
127.0.0.1 www.dongguanjixie.com
127.0.0.1 www.donmago.com
127.0.0.1 www.drbino.com
127.0.0.1 www.drs-spotter.de
127.0.0.1 www.dzinestudio87.co.uk
127.0.0.1 www.elseelektrikci.com
127.0.0.1 www.enc-tech.com
127.0.0.1 www.fleuve.tk
127.0.0.1 www.enjoykalkan.com
127.0.0.1 www.exactlly.com
127.0.0.1 www.excelenceimoveis.com.br
127.0.0.1 www.ezzw.cn
127.0.0.1 www.facilmedcartoes.com.br
127.0.0.1 www.fotobooth.at
127.0.0.1 www.ftpftpftp.com
127.0.0.1 www.funletters.net
127.0.0.1 www.gdstechnologies.co.in
127.0.0.1 www.ggbc.com.br
127.0.0.1 www.glitzygal.net
127.0.0.1 www.haeunkim.com
127.0.0.1 www.gsfhl.com
127.0.0.1 www.hanaphoto.co.kr
127.0.0.1 www.handrush.com
127.0.0.1 www.hldschool.com
127.0.0.1 www.hseda.com
127.0.0.1 www.joycareu.com
127.0.0.1 www.idacalifornia.org
127.0.0.1 www.iremart.es
127.0.0.1 www.jygasoft.com
127.0.0.1 www.kjcpromo.com
127.0.0.1 www.kwanfromhongkong.com
127.0.0.1 www.lavidagroups.com
127.0.0.1 www.lebedyn.info
127.0.0.1 www.leonardoenergie.it
127.0.0.1 www.lhbfirst.com
127.0.0.1 www.lsyr.net
127.0.0.1 www.mfevr.com
127.0.0.1 www.mikesar.com
127.0.0.1 www.mobiadnews.com
127.0.0.1 www.moha-group.com
127.0.0.1 www.mountveederwines.com
127.0.0.1 www.mpbharat.com
127.0.0.1 www.mytrains.net
127.0.0.1 www.mywp.asia
127.0.0.1 www.oakeno.com
127.0.0.1 www.nalahotel.com
127.0.0.1 www.news247.agency
127.0.0.1 www.ocqdzsgv.com
127.0.0.1 www.opolis.io
127.0.0.1 www.packersmoversmohali.com
127.0.0.1 www.pedidoslalacteo.com.ar
127.0.0.1 www.petafilm.com
127.0.0.1 www.qianjiangchao.com
127.0.0.1 www.quartier-midi.be
127.0.0.1 www.quintapavicich.com.ar
127.0.0.1 www.readandcobooks.co.uk
127.0.0.1 www.rainmakeradvisor.com
127.0.0.1 www.recommendservices.com
127.0.0.1 www.riparazionephonelab.com
127.0.0.1 www.robertmcardle.com
127.0.0.1 www.roshninoorandassociates.com
127.0.0.1 www.rusch.nu
127.0.0.1 www.rviradeals.com
127.0.0.1 www.sefp-boispro.fr
127.0.0.1 www.sindicato1ucm.cl
127.0.0.1 www.skyscan.com
127.0.0.1 www.sota-france.fr
127.0.0.1 www.sslv3.at
127.0.0.1 www.starcountry.net
127.0.0.1 www.strain.ee
127.0.0.1 www.supercutscissors.com
127.0.0.1 www.szhealthshield.com
127.0.0.1 www.szxypt.com
127.0.0.1 www.tandenblekenhoofddorp.nl
127.0.0.1 www.thc-annex.com
127.0.0.1 www.timelyrain.top
127.0.0.1 www.tri-comma.com
127.0.0.1 www.ukks.net
127.0.0.1 www.valencaagora.com.br
127.0.0.1 www.willingwater.com
127.0.0.1 www.wiremeshseller.com
127.0.0.1 www.wkkjf.com
127.0.0.1 www.wpbkw.com
127.0.0.1 www.wulierji.com
127.0.0.1 www.x2vn.com
127.0.0.1 www.ziyuan.tech
127.0.0.1 wx.yuan.fit
127.0.0.1 www.xtecsoft.com
127.0.0.1 www.yunbang.cn
127.0.0.1 www.zhouhongqing.top
127.0.0.1 www.zwajok.com
127.0.0.1 www2.recepty5.com
127.0.0.1 wx.qq125.com
127.0.0.1 x2vn.com
127.0.0.1 x5t3l5gnr.com
127.0.0.1 xantinas.com
127.0.0.1 xiheiufisd.su
127.0.0.1 xo57.com
127.0.0.1 xpodip.ir
127.0.0.1 xtecsoft.com
127.0.0.1 xtremeforumz.com
127.0.0.1 yakasoft.org
127.0.0.1 yeez.net
127.0.0.1 xycgsck.com
127.0.0.1 yesky.51down.org.cn
127.0.0.1 yihe.fcglobal.com.cn
127.0.0.1 yokmak.club
127.0.0.1 ypbb.or.id
127.0.0.1 yuan.fit
127.0.0.1 youthindiaassociation.com
127.0.0.1 yy31t.chokun.ru
127.0.0.1 zagruz.toh.info
127.0.0.1 zai5fp642.com
127.0.0.1 zaragoza.co.ug
127.0.0.1 zaragozsa.ug
127.0.0.1 zazabajouk.com
127.0.0.1 zd4b.lonlyfafner.ru
127.0.0.1 zdy.17110.com
127.0.0.1 zeing-kor.com
127.0.0.1 zeytinyagisabun.com
127.0.0.1 zhetysu360.kz
127.0.0.1 zhzy999.net
127.0.0.1 ziliao.yunkaodian.com
127.0.0.1 zingadata.com
127.0.0.1 zmmore.com
127.0.0.1 zoetermeerov.nl
127.0.0.1 zowersaude.com
127.0.0.1 zsinstrument.com
# Number of entries: 651
127.0.0.1 zwajok.com
127.0.0.1 zxc123.cc
# Number of entries: 736
-43
View File
@@ -6807,25 +6807,6 @@
127.0.0.1 hb.emxdgt.com
127.0.0.1 imp.emxdgt.com
# [emxdigital.com]
127.0.0.1 emxdigital.com
# [en25.com]
127.0.0.1 img02.en25.com
127.0.0.1 img03.en25.com
127.0.0.1 img04.en25.com
127.0.0.1 img06.en25.com
127.0.0.1 img07.en25.com
# [engage.co]
127.0.0.1 sdk.engage.co
127.0.0.1 status.engage.co
127.0.0.1 wapi.engage.co
127.0.0.1 xdomain.engage.co
# [engagebdr.com]
127.0.0.1 engagebdr.com
# [engageclick.com]
127.0.0.1 turbo.engageclick.com
@@ -6869,21 +6850,12 @@
127.0.0.1 w.ads2.eqads.com
127.0.0.1 um2.eqads.com
# [eqworks.com]
127.0.0.1 eqworks.com
# [esellerate.net]
127.0.0.1 esellerate.net
# [espn.com]
127.0.0.1 log.espn.com
# [estara.com]
127.0.0.1 as00.estara.com
# [estream.com]
127.0.0.1 v3dev.estream.com
# [et-code.ru]
127.0.0.1 et-code.ru
@@ -7055,9 +7027,6 @@
# [feng.com]
127.0.0.1 yes1.feng.com
# [fevo.com]
127.0.0.1 sdk.fevo.com
# [fgl.com]
127.0.0.1 ads.fgl.com
127.0.0.1 enhance-config.fgl.com
@@ -13467,10 +13436,6 @@
127.0.0.1 phunware.com
127.0.0.1 analytics-api.phunware.com
# [piano.io]
127.0.0.1 piano.io
127.0.0.1 publisher.piano.io
# [picooapps.com]
127.0.0.1 adsdk.picooapps.com
@@ -16905,14 +16870,6 @@
# [tiny.cloud]
127.0.0.1 rainmaker.tiny.cloud
# [tinypass.com]
127.0.0.1 api.tinypass.com
127.0.0.1 api-v3.tinypass.com
127.0.0.1 buy.tinypass.com
127.0.0.1 cdn.tinypass.com
127.0.0.1 fonts.tinypass.com
127.0.0.1 id.tinypass.com
# [tiqcdn.com]
127.0.0.1 tiqcdn.com
127.0.0.1 tags.tiqcdn.com
+15 -1
View File
@@ -8,7 +8,7 @@
# Please forward any additions, corrections or comments by email to
# hosts@someonewhocares.org
# Last updated: Tue, 14 Jul 2020 at 03:05:44 GMT
# Last updated: Wed, 22 Jul 2020 at 05:24:40 GMT
# Use this file to prevent your computer from connecting to selected
# internet hosts. This is an easy and effective way to protect you from
@@ -396,6 +396,7 @@ ff02::3 ip6-allhosts
0.0.0.0 adopt.specificclick.net
0.0.0.0 ads.tiscali.com
0.0.0.0 ads.tiscali.it
0.0.0.0 adtrack.appcpi.net
0.0.0.0 adult.foxcounter.com
0.0.0.0 affiliate.ab1trk.com
0.0.0.0 affiliate.irotracker.com
@@ -411,11 +412,15 @@ ff02::3 ip6-allhosts
0.0.0.0 amer.hops.glbdns.microsoft.com
0.0.0.0 amer.rel.msn.com
0.0.0.0 an.mlb.com
0.0.0.0 analytics-ingress-global.bitmovin.com
0.0.0.0 analytics-static.ugc.bazaarvoice.com
0.0.0.0 analytics.global.sky.com
0.0.0.0 analytics.msnbc.msn.com
0.0.0.0 analytics.myfinances.com
0.0.0.0 analytics.ooyala.com
0.0.0.0 analytics.prx.org
0.0.0.0 analytics.publitas.com
0.0.0.0 analytics.sleeknote.com
0.0.0.0 anm.intelli-direct.com
0.0.0.0 anonymousdemographics.com
0.0.0.0 ant.conversive.nl
@@ -432,6 +437,7 @@ ff02::3 ip6-allhosts
0.0.0.0 api.simpleanalytics.io
0.0.0.0 api.tumra.com
0.0.0.0 api2.murdoog.com
0.0.0.0 apiadapter.ad5track.com
0.0.0.0 apis.murdoog.com
0.0.0.0 app-analytics.snapchat.com
0.0.0.0 app.yesware.com
@@ -870,6 +876,7 @@ ff02::3 ip6-allhosts
0.0.0.0 entry-stats.huffingtonpost.com
0.0.0.0 environmentalgraffiti.uk.intellitxt.com
0.0.0.0 es.optimost.com
0.0.0.0 eu-track.inside-graph.com
0.0.0.0 eus.rubiconproject.com
0.0.0.0 exch.quantserve.com
0.0.0.0 extremereach.com
@@ -903,6 +910,7 @@ ff02::3 ip6-allhosts
0.0.0.0 fs10.fusestats.com
0.0.0.0 ft2.autonomycloud.com
0.0.0.0 g-wizzads.net
0.0.0.0 gameanalysis.appcpi.net
0.0.0.0 gapl.hit.gemius.pl
0.0.0.0 gator.com
0.0.0.0 gbr-7stars-tracking.adalyser.com
@@ -1165,6 +1173,7 @@ ff02::3 ip6-allhosts
0.0.0.0 mvtracker.com
0.0.0.0 mx.iesnare.com
0.0.0.0 mx.iovation.com
0.0.0.0 mybbc-analytics.files.bbci.co.uk
0.0.0.0 mystats.com
0.0.0.0 nedstat.s0.nl
0.0.0.0 net-radar.com
@@ -1231,6 +1240,7 @@ ff02::3 ip6-allhosts
0.0.0.0 printmail.biz
0.0.0.0 privacy-policy.truste.com
0.0.0.0 prof.estat.com
0.0.0.0 propeller-tracking.com
0.0.0.0 proxy.ia2.marketscore.com
0.0.0.0 proxy.ia3.marketscore.com
0.0.0.0 proxy.ia4.marketscore.com
@@ -1773,6 +1783,7 @@ ff02::3 ip6-allhosts
0.0.0.0 tracka.businessleadbuilder.com
0.0.0.0 tracker.blueprintinteractivetest.com
0.0.0.0 tracker.bonnint.net
0.0.0.0 tracker.bt.uol.com.br
0.0.0.0 tracker.cl1.fidelizador.com
0.0.0.0 tracker.clicktrade.com
0.0.0.0 tracker.consumerpackage.net
@@ -1788,6 +1799,7 @@ ff02::3 ip6-allhosts
0.0.0.0 tracker.onapps.org
0.0.0.0 tracker.promosvc.com
0.0.0.0 tracker.promovalue.us
0.0.0.0 tracker.remp.impresa.pt
0.0.0.0 tracker.svcoffer.com
0.0.0.0 tracker.tradedoubler.com
0.0.0.0 tracker1.leadiya.com
@@ -1848,6 +1860,7 @@ ff02::3 ip6-allhosts
0.0.0.0 tracking.trafficjunky.net
0.0.0.0 tracking.trutv.com
0.0.0.0 tracking.vindicosuite.com
0.0.0.0 tracking.yohoads.com
0.0.0.0 trackit.vicotech.com
0.0.0.0 trackmail3345.com
0.0.0.0 tracksurf.daooda.com
@@ -5773,6 +5786,7 @@ ff02::3 ip6-allhosts
0.0.0.0 ads.miniclip.com
0.0.0.0 ads.mininova.org
0.0.0.0 ads.mircx.com
0.0.0.0 ads.missena.io
0.0.0.0 ads.mixi.jp
0.0.0.0 ads.mixtraffic.com
0.0.0.0 ads.mlive.com
+17 -1
View File
@@ -1,4 +1,3 @@
0.0.0.0 www.cyber-ad01.cc
0.0.0.0 100234.advision-adnw.jp
0.0.0.0 100291.adnico.jp
0.0.0.0 100602.advision-adnw.jp
@@ -307,6 +306,7 @@
0.0.0.0 ads.mediams.mb.softbank.jp
0.0.0.0 ads.mediasmart.es
0.0.0.0 ads.metropolis.co.jp
0.0.0.0 ads.missena.io
0.0.0.0 ads.mixi.jp
0.0.0.0 ads.mopub.com
0.0.0.0 ads.mp.mydas.mobi
@@ -356,6 +356,7 @@
0.0.0.0 adtechjp.com
0.0.0.0 adticker.net
0.0.0.0 adtilt.com
0.0.0.0 adtrack.appcpi.net
0.0.0.0 adtrack.king.com
0.0.0.0 adtracker.inmobi.com
0.0.0.0 adtracker.jp
@@ -434,9 +435,13 @@
0.0.0.0 an.mainichi.jp
0.0.0.0 ana2.tatsumi-sys.jp
0.0.0.0 analysiswebtool.com
0.0.0.0 analytics-ingress-global.bitmovin.com
0.0.0.0 analytics.cocolog-nifty.com
0.0.0.0 analytics.global.sky.com
0.0.0.0 analytics.grupogodo.com
0.0.0.0 analytics.ooyala.com
0.0.0.0 analytics.qlook.net
0.0.0.0 analytics.sleeknote.com
0.0.0.0 analyzer.fc2.com
0.0.0.0 analyzer2.fc2.com
0.0.0.0 analyzer5.fc2.com
@@ -491,6 +496,7 @@
0.0.0.0 api.uca.cloud.unity3d.com
0.0.0.0 api.unthem.com
0.0.0.0 api.webpush.jp
0.0.0.0 apiadapter.ad5track.com
0.0.0.0 aplkp.valuecommerce.com
0.0.0.0 app-adforce.jp
0.0.0.0 app-c.net
@@ -941,6 +947,7 @@
0.0.0.0 erotube69.pw
0.0.0.0 et.w.inmobi.com
0.0.0.0 etc.atja.jp
0.0.0.0 eu-track.inside-graph.com
0.0.0.0 eurocentrichandbags.com
0.0.0.0 evelynswonderland.com
0.0.0.0 events.appsflyer.com
@@ -989,6 +996,7 @@
0.0.0.0 g2.072m.com
0.0.0.0 g2.gumgum.com
0.0.0.0 gad.shinobi.jp
0.0.0.0 gameanalysis.appcpi.net
0.0.0.0 gamefeat.net
0.0.0.0 gamewallet.jp
0.0.0.0 gardeningst.men
@@ -1382,6 +1390,7 @@
0.0.0.0 mb-click.jp
0.0.0.0 mcgm.sakura.ne.jp
0.0.0.0 mcnt.jp
0.0.0.0 mctd22d-xfy4kdg18w8cmd9bvhsq.device.marketingcloudapis.com
0.0.0.0 md.m-space.jp
0.0.0.0 mdn2015x1.com
0.0.0.0 mdpl-jp.com
@@ -1460,6 +1469,7 @@
0.0.0.0 mxvp-feature-toggle-prod-1.zenmxapps.com
0.0.0.0 my-softbank-jp.com
0.0.0.0 my.mobfox.com
0.0.0.0 mybbc-analytics.files.bbci.co.uk
0.0.0.0 mybgbgclojp.com
0.0.0.0 mycdn2.co
0.0.0.0 mydas.mobi
@@ -1610,6 +1620,7 @@
0.0.0.0 projectpoi.com
0.0.0.0 promotionalads.yahoo.co.jp
0.0.0.0 proparm.jp
0.0.0.0 propeller-tracking.com
0.0.0.0 prscripts.com
0.0.0.0 ps-jp.amazon-adsystem.com
0.0.0.0 ps-us.amazon-adsystem.com
@@ -1977,11 +1988,15 @@
0.0.0.0 track.richmediaads.com
0.0.0.0 track.somewrite.jp
0.0.0.0 track.tenjin.io
0.0.0.0 tracker.bt.uol.com.br
0.0.0.0 tracker.iws.vc
0.0.0.0 tracker.kantan-access.com
0.0.0.0 tracker.mca-analytics.com
0.0.0.0 tracker.publico.pt
0.0.0.0 tracker.remp.impresa.pt
0.0.0.0 trackfeed.com
0.0.0.0 tracking-server-prod-1.zenmxapps.com
0.0.0.0 tracking.yohoads.com
0.0.0.0 trackword.net
0.0.0.0 tradedoubler.com
0.0.0.0 traffic-staff.com
@@ -2086,6 +2101,7 @@
0.0.0.0 www.buzzimpress.jp
0.0.0.0 www.clicksgear.com
0.0.0.0 www.clicktx.jp
0.0.0.0 www.cyber-ad01.cc
0.0.0.0 www.doubleclick.ne.jp
0.0.0.0 www.g-af.com
0.0.0.0 www.gamefeat.net
+19 -9
View File
@@ -2,8 +2,8 @@
#
# For more information about this list, see: https://pgl.yoyo.org/adservers/
# ----
# last updated: Thu, 16 Jul 2020 16:59:28 GMT
# entries: 3492
# last updated: Fri, 24 Jul 2020 16:39:13 GMT
# entries: 3502
# format: hosts (hosts -- in hosts file format)
# credits: Peter Lowe - pgl@yoyo.org - https://pgl.yoyo.org/ - https://twitter.com/pgl
# this URL: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0
@@ -11,7 +11,7 @@
# other formats: https://pgl.yoyo.org/adservers/formats.php
# policy: https://pgl.yoyo.org/adservers/policy.php
#
# start date: Sun, 23 Jul 2000 00:00:00
# start date: Sun, 30 Jul 2000 00:00:00
0.0.0.0 1-1ads.com
0.0.0.0 101com.com
0.0.0.0 101order.com
@@ -58,6 +58,7 @@
0.0.0.0 a.vfgtb.com
0.0.0.0 a.xanga.com
0.0.0.0 a135.wftv.com
0.0.0.0 a5.overclockers.ua
0.0.0.0 aa-metrics.beauty.hotpepper.jp
0.0.0.0 aa-metrics.trip-ai.jp
0.0.0.0 aaddzz.com
@@ -172,6 +173,7 @@
0.0.0.0 ad.simflight.com
0.0.0.0 ad.simgames.net
0.0.0.0 ad.smartclip.net
0.0.0.0 ad.tapthislink.com
0.0.0.0 ad.tbn.ru
0.0.0.0 ad.technoratimedia.com
0.0.0.0 ad.thewheelof.com
@@ -358,7 +360,6 @@
0.0.0.0 adpia.vn
0.0.0.0 adplus.co.id
0.0.0.0 adplxmd.com
0.0.0.0 adprofile.net
0.0.0.0 adprofits.ru
0.0.0.0 adrazzi.com
0.0.0.0 adreactor.com
@@ -586,7 +587,6 @@
0.0.0.0 ads.mobilebet.com
0.0.0.0 ads.mopub.com
0.0.0.0 ads.motor-forum.nl
0.0.0.0 ads.motormedia.nl
0.0.0.0 ads.msn.com
0.0.0.0 ads.multimania.lycos.fr
0.0.0.0 ads.muslimehelfen.org
@@ -777,7 +777,7 @@
0.0.0.0 adsatt.abcnews.starwave.com
0.0.0.0 adsatt.espn.go.com
0.0.0.0 adsatt.espn.starwave.com
0.0.0.0 Adsatt.go.starwave.com
0.0.0.0 adsatt.go.starwave.com
0.0.0.0 adsby.bidtheatre.com
0.0.0.0 adsbydelema.com
0.0.0.0 adscale.de
@@ -835,7 +835,6 @@
0.0.0.0 adserver.sciflicks.com
0.0.0.0 adserver.sharewareonline.com
0.0.0.0 adserver.spankaway.com
0.0.0.0 adserver.thema.cc
0.0.0.0 adserver.theonering.net
0.0.0.0 adserver.twitpic.com
0.0.0.0 adserver.viagogo.com
@@ -964,6 +963,7 @@
0.0.0.0 adworx.nl
0.0.0.0 adx.allstar.cz
0.0.0.0 adx.atnext.com
0.0.0.0 adx.gayboy.at
0.0.0.0 adx.relaksit.ru
0.0.0.0 adxpansion.com
0.0.0.0 adxpose.com
@@ -1042,6 +1042,7 @@
0.0.0.0 analytics.bitrix.info
0.0.0.0 analytics.cloudron.io
0.0.0.0 analytics.cohesionapps.com
0.0.0.0 analytics.dnsfilter.com
0.0.0.0 analytics.ext.go-tellm.com
0.0.0.0 analytics.google.com
0.0.0.0 analytics.htmedia.in
@@ -1447,6 +1448,7 @@
0.0.0.0 code-server.biz
0.0.0.0 codeadnetwork.com
0.0.0.0 cognitiv.ai
0.0.0.0 cognitiveadscience.com
0.0.0.0 coin-hive.com
0.0.0.0 coinhive.com
0.0.0.0 cointraffic.io
@@ -1482,7 +1484,6 @@
0.0.0.0 convrse.media
0.0.0.0 cookies.cmpnet.com
0.0.0.0 coordinatedcub.com
0.0.0.0 cooster.ru
0.0.0.0 copperchickens.com
0.0.0.0 copycarpenter.com
0.0.0.0 copyrightaccesscontrols.com
@@ -1684,6 +1685,7 @@
0.0.0.0 encouragingwilderness.com
0.0.0.0 endurableshop.com
0.0.0.0 energeticladybug.com
0.0.0.0 engage.dnsfilter.com
0.0.0.0 engagebdr.com
0.0.0.0 engine.espace.netavenir.com
0.0.0.0 enginenetwork.com
@@ -1790,6 +1792,7 @@
0.0.0.0 fourarithmetic.com
0.0.0.0 fpctraffic.com
0.0.0.0 fpctraffic2.com
0.0.0.0 fpjs.io
0.0.0.0 fqtag.com
0.0.0.0 frailoffer.com
0.0.0.0 free-banners.com
@@ -2451,6 +2454,7 @@
0.0.0.0 offer.sponsorpay.com
0.0.0.0 offerforge.com
0.0.0.0 offermatica.com
0.0.0.0 oglasi.posjetnica.com
0.0.0.0 ogury.com
0.0.0.0 omnijay.com
0.0.0.0 omniscientspark.com
@@ -2478,7 +2482,9 @@
0.0.0.0 openads.org
0.0.0.0 openadsnetwork.com
0.0.0.0 opentag-stats.qubit.com
0.0.0.0 openx.actvtech.com
0.0.0.0 openx.angelsgroup.org.uk
0.0.0.0 openx.cairo360.com
0.0.0.0 openx.smcaen.fr
0.0.0.0 operationkettle.com
0.0.0.0 opienetwork.com
@@ -2511,6 +2517,7 @@
0.0.0.0 pagead.l.google.com
0.0.0.0 pagefair.com
0.0.0.0 pagefair.net
0.0.0.0 pagerank-ranking.de
0.0.0.0 pagerank4you.com
0.0.0.0 pageranktop.com
0.0.0.0 paleleaf.com
@@ -2696,6 +2703,7 @@
0.0.0.0 radar.cedexis.com
0.0.0.0 radarurl.com
0.0.0.0 radiate.com
0.0.0.0 rads.realadmin.pl
0.0.0.0 railwayrainstorm.com
0.0.0.0 railwayreason.com
0.0.0.0 rampidads.com
@@ -2772,7 +2780,9 @@
0.0.0.0 revenue.net
0.0.0.0 revenuedirect.com
0.0.0.0 revenuehits.com
0.0.0.0 revive.docmatic.org
0.0.0.0 revive.netriota.hu
0.0.0.0 revive.plays.bg
0.0.0.0 revlift.io
0.0.0.0 revsci.net
0.0.0.0 revstats.com
@@ -2922,6 +2932,7 @@
0.0.0.0 slipperysack.com
0.0.0.0 slopeaota.com
0.0.0.0 smaato.com
0.0.0.0 smallbeginner.com
0.0.0.0 smart-traffik.com
0.0.0.0 smart-traffik.io
0.0.0.0 smart4ads.com
@@ -3476,7 +3487,6 @@
0.0.0.0 yieldmanager.net
0.0.0.0 yieldmo.com
0.0.0.0 yieldtraffic.com
0.0.0.0 yldbt.com
0.0.0.0 ymetrica1.com
0.0.0.0 yoggrt.com
0.0.0.0 ypu.samsungelectronics.com
+225 -115
View File
@@ -21,7 +21,6 @@ fe80::1%lo0 localhost
0.0.0.0 00webcams.com
0.0.0.0 0xxx.ws
0.0.0.0 1-last-fight.tumblr.com
0.0.0.0 100amateurvideos.com
0.0.0.0 100bestpornsites.com
0.0.0.0 101boyvideos.com
0.0.0.0 101hentai.com
@@ -64,7 +63,6 @@ fe80::1%lo0 localhost
0.0.0.0 2chickssametime.naughtyamerica.com
0.0.0.0 2d-market.com
0.0.0.0 2jav.com
0.0.0.0 3angelsvideo.com
0.0.0.0 3animalsex.com
0.0.0.0 3arabicporn.com
0.0.0.0 3arabporn.com
@@ -313,7 +311,6 @@ fe80::1%lo0 localhost
0.0.0.0 affiliates.teens-love-oldmen.com
0.0.0.0 affiliates.thrixxx.com
0.0.0.0 affiliates.usa-mature.com
0.0.0.0 affiliation-int.com
0.0.0.0 affiliation.porn.fr
0.0.0.0 afrikakampos.com
0.0.0.0 afrilov.com
@@ -335,7 +332,6 @@ fe80::1%lo0 localhost
0.0.0.0 alfamina.com
0.0.0.0 alisa.porntrex.com
0.0.0.0 alison-angel-1.com
0.0.0.0 alison-angel.biz
0.0.0.0 alisonangel.com
0.0.0.0 alivegirls.com
0.0.0.0 all-shemale-video.com
@@ -435,7 +431,6 @@ fe80::1%lo0 localhost
0.0.0.0 analyzedgirls.com
0.0.0.0 anamuel-careslie.com
0.0.0.0 andi-pink.babelogbook.com
0.0.0.0 angel-anime.com
0.0.0.0 angel-collection.com
0.0.0.0 angel-companions.co.uk
0.0.0.0 angel-dark.org
@@ -446,7 +441,6 @@ fe80::1%lo0 localhost
0.0.0.0 angel.ne.jp
0.0.0.0 angel.se
0.0.0.0 angel4christyb.com
0.0.0.0 angel4host.com
0.0.0.0 angela.ai.net
0.0.0.0 angela.nl
0.0.0.0 angela.nu
@@ -559,12 +553,10 @@ fe80::1%lo0 localhost
0.0.0.0 angelphotos.dr.ag
0.0.0.0 angelplace.com
0.0.0.0 angels-archive.com
0.0.0.0 angels-bound.com
0.0.0.0 angels-feet.de
0.0.0.0 angels-in-ukraine.net
0.0.0.0 angels-place.com
0.0.0.0 angels-sydney.over-blog.com
0.0.0.0 angels-tokyo.com
0.0.0.0 angels-videos.com
0.0.0.0 angels.altenpflege.board.de
0.0.0.0 angels.jp.land.to
@@ -695,9 +687,7 @@ fe80::1%lo0 localhost
0.0.0.0 asiangirlfriendclub.com
0.0.0.0 asianparade.com
0.0.0.0 asianplayboy.com
0.0.0.0 asianporn-18.com
0.0.0.0 asianporn.photos
0.0.0.0 asianporndump.com
0.0.0.0 asianpornmovies.com
0.0.0.0 asiansex.pics
0.0.0.0 asiansexgfs.com
@@ -774,7 +764,6 @@ fe80::1%lo0 localhost
0.0.0.0 b98.nudevista.com
0.0.0.0 b99.nudevista.com
0.0.0.0 babe8.net
0.0.0.0 babecock.bi-caps.com
0.0.0.0 babedrop.net
0.0.0.0 babedump.com
0.0.0.0 babehub.com
@@ -819,7 +808,6 @@ fe80::1%lo0 localhost
0.0.0.0 bananabunny.com
0.0.0.0 banatdream.com
0.0.0.0 banditmovies.com
0.0.0.0 banduraangels.com
0.0.0.0 bangbros18.com
0.0.0.0 bangbrosteenporn.com
0.0.0.0 bangbus.com
@@ -873,7 +861,6 @@ fe80::1%lo0 localhost
0.0.0.0 bdsmboard.org
0.0.0.0 bdsmlibrary.com
0.0.0.0 bdsmofficial.com
0.0.0.0 bdsmpichunter.com
0.0.0.0 bdsmstreak.com
0.0.0.0 bdsmtheory.com
0.0.0.0 bdsmxxxmovies.com
@@ -881,7 +868,6 @@ fe80::1%lo0 localhost
0.0.0.0 beachboobs.xyz
0.0.0.0 beachtoplist.com
0.0.0.0 beardysfilthemporium.tumblr.com
0.0.0.0 beautiful-nudes.org
0.0.0.0 beautifulangels.com
0.0.0.0 beautifulass.sensualwriter.com
0.0.0.0 beautifulaudrey.blogspot.ro
@@ -908,7 +894,6 @@ fe80::1%lo0 localhost
0.0.0.0 bestandfreeporn.com
0.0.0.0 bestangels.de
0.0.0.0 bestarabtube.com
0.0.0.0 bestblowjobvids.com
0.0.0.0 bestcrazyvideos.com
0.0.0.0 bestfreepornvideos.com
0.0.0.0 bestfreetube.xxx
@@ -924,7 +909,6 @@ fe80::1%lo0 localhost
0.0.0.0 bestporn24.com
0.0.0.0 bestpornamateur.com
0.0.0.0 bestpornbabes.com
0.0.0.0 bestpornever.net
0.0.0.0 bestpornmenu.com
0.0.0.0 bestpornsites.biz
0.0.0.0 bestpornsites.co.uk
@@ -935,7 +919,6 @@ fe80::1%lo0 localhost
0.0.0.0 beta.members.naughtyamerica.com
0.0.0.0 betterhdporn.com
0.0.0.0 bgclive.com
0.0.0.0 bi-caps.com
0.0.0.0 bicuriousbabyy.tumblr.com
0.0.0.0 bigbangempire.com
0.0.0.0 bigbbwtube.net
@@ -979,7 +962,6 @@ fe80::1%lo0 localhost
0.0.0.0 blackgfsex.com
0.0.0.0 blackgirlslust.com
0.0.0.0 blacklesbianporn.org
0.0.0.0 blacksfatswomensex.com
0.0.0.0 blacksnake.com
0.0.0.0 blackvirgins.com
0.0.0.0 blackystars.com
@@ -1002,7 +984,6 @@ fe80::1%lo0 localhost
0.0.0.0 bloggers.fuckyoucash.com
0.0.0.0 blogs-list.com
0.0.0.0 blogtur.com
0.0.0.0 blondangel.de
0.0.0.0 blondemilfslut.com
0.0.0.0 blondewebcams.com
0.0.0.0 blondexxxmag.com
@@ -1010,7 +991,6 @@ fe80::1%lo0 localhost
0.0.0.0 bloodyvirgin.com
0.0.0.0 blow-jobs.me
0.0.0.0 blowingangels.com
0.0.0.0 blowjobvideos.info
0.0.0.0 blowxxxtube.com
0.0.0.0 blue.sexer.com
0.0.0.0 blueangel.nl
@@ -1091,7 +1071,6 @@ fe80::1%lo0 localhost
0.0.0.0 britneyvirgin.com
0.0.0.0 broadcaster.streamate.com
0.0.0.0 bronzeadultblogs.com
0.0.0.0 brookultra.bi-caps.com
0.0.0.0 brothelangelsladies.com
0.0.0.0 browneyedangel83.freewebpages.org
0.0.0.0 brunetteangel.com
@@ -1215,7 +1194,6 @@ fe80::1%lo0 localhost
0.0.0.0 cdn.adult.xyz
0.0.0.0 cdn.alleliteads.com
0.0.0.0 cdn.ashemaletube.com
0.0.0.0 cdn.bi-caps.com
0.0.0.0 cdn.dirtypornvids.com
0.0.0.0 cdn.doublepimpssl.com
0.0.0.0 cdn.engine.phn.doublepimp.com
@@ -1275,7 +1253,6 @@ fe80::1%lo0 localhost
0.0.0.0 celebsroulette.com
0.0.0.0 celebsuncensored.com
0.0.0.0 celebtaboo.com
0.0.0.0 censorbitch.bi-caps.com
0.0.0.0 centerfoldhunter.com
0.0.0.0 ceritasexabg.com
0.0.0.0 cesky-sex.cz
@@ -1365,20 +1342,8 @@ fe80::1%lo0 localhost
0.0.0.0 clips4hypno.com
0.0.0.0 clipsage.com
0.0.0.0 clipsforjerkoff.com
0.0.0.0 clit1.sex-tracker.com
0.0.0.0 clit10.sex-tracker.com
0.0.0.0 clit11.sex-tracker.com
0.0.0.0 clit12.sex-tracker.com
0.0.0.0 clit120.outster.com
0.0.0.0 clit2.sex-tracker.com
0.0.0.0 clit3.sex-tracker.com
0.0.0.0 clit4.sex-tracker.com
0.0.0.0 clit5.sex-tracker.com
0.0.0.0 clit50.outster.com
0.0.0.0 clit6.sex-tracker.com
0.0.0.0 clit7.sex-tracker.com
0.0.0.0 clit8.sex-tracker.com
0.0.0.0 clit9.sex-tracker.com
0.0.0.0 cliter.com
0.0.0.0 clitgames.com
0.0.0.0 cloudshares.net
@@ -1410,7 +1375,6 @@ fe80::1%lo0 localhost
0.0.0.0 cn.txxx.com
0.0.0.0 cnt.iceporn.com
0.0.0.0 cock-desire.tumblr.com
0.0.0.0 cocks.bi-caps.com
0.0.0.0 cockyboys.com
0.0.0.0 cockyeyedtwat.tumblr.com
0.0.0.0 cocogals.com
@@ -1479,7 +1443,6 @@ fe80::1%lo0 localhost
0.0.0.0 crackbabes.net
0.0.0.0 cradver.livejasmin.com
0.0.0.0 crakmedia.com
0.0.0.0 crazyangel.top
0.0.0.0 crazydumper.com
0.0.0.0 crazyoldmoms.com
0.0.0.0 crazyshit.com
@@ -1497,7 +1460,6 @@ fe80::1%lo0 localhost
0.0.0.0 cripple.booru.org
0.0.0.0 cristiannlive.com
0.0.0.0 crocotube.com
0.0.0.0 crot69.com
0.0.0.0 crotchtime.tumblr.com
0.0.0.0 crpt.livejasmin.com
0.0.0.0 cs.sexcounter.com
@@ -1523,7 +1485,6 @@ fe80::1%lo0 localhost
0.0.0.0 cumpleaser.com
0.0.0.0 cumshotlist.com
0.0.0.0 cumshotscenes.com
0.0.0.0 cumstuff.bi-caps.com
0.0.0.0 cumswap.net
0.0.0.0 cuntex.com
0.0.0.0 curvyangel.com
@@ -1623,7 +1584,6 @@ fe80::1%lo0 localhost
0.0.0.0 delivery.hornyspots.com
0.0.0.0 delivery.porn.com
0.0.0.0 delivery.yourfuckbook.com
0.0.0.0 deltawhite.bi-caps.com
0.0.0.0 deluxeblondes.com
0.0.0.0 depravedangel.unblog.fr
0.0.0.0 depravedangels.com
@@ -1643,9 +1603,7 @@ fe80::1%lo0 localhost
0.0.0.0 desktopangels.net
0.0.0.0 destinyangel.net
0.0.0.0 detour.click
0.0.0.0 dev.bi-caps.com
0.0.0.0 deviantclip.com
0.0.0.0 devicehit.ru
0.0.0.0 devil-galleries.com
0.0.0.0 devils-angels.com
0.0.0.0 devirginize.com
@@ -1679,7 +1637,6 @@ fe80::1%lo0 localhost
0.0.0.0 directtrafficlink.com
0.0.0.0 dirty-coach.com
0.0.0.0 dirty101.com
0.0.0.0 dirtybondagetgp.com
0.0.0.0 dirtyfinder.com
0.0.0.0 dirtyflix.ml
0.0.0.0 dirtygifsnotmore.tumblr.com
@@ -1738,7 +1695,6 @@ fe80::1%lo0 localhost
0.0.0.0 dreams-hd.com
0.0.0.0 dreamtranny.com
0.0.0.0 driverxxx.com
0.0.0.0 drknow.net
0.0.0.0 drommhub.com
0.0.0.0 drporntube.com
0.0.0.0 drstrangelove.com
@@ -1749,8 +1705,6 @@ fe80::1%lo0 localhost
0.0.0.0 drunkhomeparty.com
0.0.0.0 drunkmoms.net
0.0.0.0 drunkpichunter.com
0.0.0.0 drunkporn.us
0.0.0.0 drunksexygirls.com
0.0.0.0 dtvideo.com
0.0.0.0 duckgay.com
0.0.0.0 dujav.com
@@ -1914,7 +1868,6 @@ fe80::1%lo0 localhost
0.0.0.0 epikporn.com
0.0.0.0 eporner.com
0.0.0.0 equibooru.tk
0.0.0.0 eraser.heidi.ie
0.0.0.0 erikalust.com
0.0.0.0 erinvirgin.com
0.0.0.0 ero-advertising.com
@@ -1934,7 +1887,6 @@ fe80::1%lo0 localhost
0.0.0.0 erosmatch.com
0.0.0.0 eroswebcams.com
0.0.0.0 erotic-blog.com
0.0.0.0 erotic-models.net
0.0.0.0 erotic-photos.net
0.0.0.0 erotic-pictures-blog.com
0.0.0.0 eroticahunter.com
@@ -1996,10 +1948,8 @@ fe80::1%lo0 localhost
0.0.0.0 evaangelina.fr
0.0.0.0 evaangelina.org
0.0.0.0 evaangelina.ws
0.0.0.0 evaangelinablog.com
0.0.0.0 evaangelinablog.net
0.0.0.0 evaangelinaonline.com
0.0.0.0 evaangelinax.com
0.0.0.0 evangelicaloutreach.org
0.0.0.0 evangelineanderson.com
0.0.0.0 evangelinehaughney.com
@@ -2059,7 +2009,6 @@ fe80::1%lo0 localhost
0.0.0.0 exwifesexbook.com
0.0.0.0 exxxtra.net
0.0.0.0 exxxtrasmall.com
0.0.0.0 ez5ez5xxx.info
0.0.0.0 ezofferz.com
0.0.0.0 f95zone.com
0.0.0.0 faaascu.angelfire.com
@@ -2151,7 +2100,6 @@ fe80::1%lo0 localhost
0.0.0.0 femjoy.com
0.0.0.0 femjoyangels.com
0.0.0.0 femjoyhunter.com
0.0.0.0 femjoynude.com
0.0.0.0 ferronetwork.com
0.0.0.0 fetisch-webcams.com
0.0.0.0 fetish.sexpreviews.eu
@@ -2246,7 +2194,6 @@ fe80::1%lo0 localhost
0.0.0.0 fleshlight.com
0.0.0.0 fleshlight.sjv.io
0.0.0.0 fleshlightgirls.com
0.0.0.0 fleshlightreviews.net
0.0.0.0 fling.com
0.0.0.0 flirt365.ru
0.0.0.0 flirt4free.com
@@ -2285,7 +2232,6 @@ fe80::1%lo0 localhost
0.0.0.0 ftvgirlsfan.com
0.0.0.0 ftvhunter.com
0.0.0.0 fuckedbabes.com
0.0.0.0 fuckyeah.bi-caps.com
0.0.0.0 funwithamber.everestcash.com
0.0.0.0 fur.booru.org
0.0.0.0 furry.booru.org
@@ -2349,7 +2295,6 @@ fe80::1%lo0 localhost
0.0.0.0 gaypornium.com
0.0.0.0 gaypornwire.com
0.0.0.0 getfuckass.com
0.0.0.0 ggd.bi-caps.com
0.0.0.0 girlscontrolled.com
0.0.0.0 girlsdoxxx.com
0.0.0.0 girlsoutwest.com
@@ -2460,7 +2405,6 @@ fe80::1%lo0 localhost
0.0.0.0 join.jolieandfriends.com
0.0.0.0 join.katiereynolds.com
0.0.0.0 join.landofvenus.com
0.0.0.0 join.lucy-v.com
0.0.0.0 join.modelmuscles.com
0.0.0.0 join.my-sex-life.com
0.0.0.0 join.myallaccesspass.com
@@ -2490,15 +2434,12 @@ fe80::1%lo0 localhost
0.0.0.0 jsmcrjmp.com
0.0.0.0 juicygf.com
0.0.0.0 juliaannlive.com
0.0.0.0 justinejoli.bi-caps.com
0.0.0.0 justporn.link
0.0.0.0 kabukicho-girls.com
0.0.0.0 kanayabooru.booru.org
0.0.0.0 kantotin.com
0.0.0.0 karupsgalleries.com
0.0.0.0 katiekox.bi-caps.com
0.0.0.0 katiereynolds.com
0.0.0.0 katyasambuca.bi-caps.com
0.0.0.0 keismindwarp.com
0.0.0.0 kimberleelive.com
0.0.0.0 kindgirls.com
@@ -2511,7 +2452,6 @@ fe80::1%lo0 localhost
0.0.0.0 ladyboyroad.com
0.0.0.0 ladyboyweb.com
0.0.0.0 landofvenus.com
0.0.0.0 larkinlove.bi-caps.com
0.0.0.0 lateenie.com
0.0.0.0 latesthentai.com
0.0.0.0 latinafacesitting.com
@@ -2527,7 +2467,6 @@ fe80::1%lo0 localhost
0.0.0.0 letfap.com
0.0.0.0 lexidona.com
0.0.0.0 lineporn.com
0.0.0.0 louisejenson.bi-caps.com
0.0.0.0 lubedfan.com
0.0.0.0 lubet.jasmin.com
0.0.0.0 lucy-v.com
@@ -2557,7 +2496,6 @@ fe80::1%lo0 localhost
0.0.0.0 maggiegreenlive.com
0.0.0.0 magic-erotica.com
0.0.0.0 maguro721.com
0.0.0.0 main.bi-caps.com
0.0.0.0 mainbabes.com
0.0.0.0 mangafap.com
0.0.0.0 manporn.xxx
@@ -2732,7 +2670,6 @@ fe80::1%lo0 localhost
0.0.0.0 nur-sexgames.com
0.0.0.0 nutabu.com
0.0.0.0 nutaku.net
0.0.0.0 nutnips.com
0.0.0.0 nutnudes.com
0.0.0.0 nwsgifs.com
0.0.0.0 nxt-comics.com
@@ -2869,7 +2806,6 @@ fe80::1%lo0 localhost
0.0.0.0 paulsnetwork.com
0.0.0.0 payserve.com
0.0.0.0 paysitepornlist.com
0.0.0.0 pbay-secure.com
0.0.0.0 pbjjqx.angelfire.com
0.0.0.0 pc20161117.com
0.0.0.0 pcash.imlive.com
@@ -2897,7 +2833,6 @@ fe80::1%lo0 localhost
0.0.0.0 personalfirewall.comodo.com
0.0.0.0 pertunda.com
0.0.0.0 pervclips.com
0.0.0.0 pervertedwebcams.com
0.0.0.0 pervnetwork.com
0.0.0.0 pervygames.com
0.0.0.0 petergirls.com
@@ -3031,7 +2966,6 @@ fe80::1%lo0 localhost
0.0.0.0 private.com
0.0.0.0 privatecastings.com
0.0.0.0 privateclassics.com
0.0.0.0 projects.bi-caps.com
0.0.0.0 promo.homegrownvideo.com
0.0.0.0 promo.spunkyangels.com
0.0.0.0 pt.chaturbate.com
@@ -3324,7 +3258,6 @@ fe80::1%lo0 localhost
0.0.0.0 sthg.booru.org
0.0.0.0 stockingsvr.com
0.0.0.0 stockingvideos.com
0.0.0.0 str8.bi-caps.com
0.0.0.0 streamhentaimovies.com
0.0.0.0 streaming.mature-money.com
0.0.0.0 streaptease.net
@@ -3378,7 +3311,6 @@ fe80::1%lo0 localhost
0.0.0.0 tokyopussycinema.com
0.0.0.0 tools.zbuckz.com
0.0.0.0 toonundies.booru.org
0.0.0.0 torylane.bi-caps.com
0.0.0.0 touchmylips.com
0.0.0.0 tour.bikini-pleasure.com
0.0.0.0 tour.girlsoutwest.com
@@ -3404,7 +3336,6 @@ fe80::1%lo0 localhost
0.0.0.0 uralesbian.com
0.0.0.0 usnyc.jasmin.com
0.0.0.0 v-rn.slutload-media.com
0.0.0.0 valoryirene.bi-caps.com
0.0.0.0 velvetfantasies.com
0.0.0.0 veporn.video
0.0.0.0 vickyathome.com
@@ -3431,13 +3362,11 @@ fe80::1%lo0 localhost
0.0.0.0 wiki.livejasmin.com
0.0.0.0 wildbdsmart.com
0.0.0.0 wildhotbabes.com
0.0.0.0 women.bi-caps.com
0.0.0.0 www.0013langford.tumblr.com
0.0.0.0 www.007angels.com
0.0.0.0 www.00webcams.com
0.0.0.0 www.0xxx.ws
0.0.0.0 www.1-last-fight.tumblr.com
0.0.0.0 www.100amateurvideos.com
0.0.0.0 www.101sexsecret.com
0.0.0.0 www.11inchesbuffed.tumblr.com
0.0.0.0 www.18-teen-xxx.com
@@ -3456,7 +3385,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.19nitten.com
0.0.0.0 www.1sexsex.com
0.0.0.0 www.1stmovieclub.net
0.0.0.0 www.1watchmygf.com
0.0.0.0 www.2-xx.com
0.0.0.0 www.2001positions.com
0.0.0.0 www.2016porno.com
@@ -3470,7 +3398,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.2busty.net
0.0.0.0 www.2girls1gif.tumblr.com
0.0.0.0 www.2wjk.tumblr.com
0.0.0.0 www.3angelsvideo.com
0.0.0.0 www.3animalsex.com
0.0.0.0 www.3arabporn.com
0.0.0.0 www.3at3ot.com
@@ -3614,7 +3541,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.affairsclub.com
0.0.0.0 www.affiliate-cash.tied-angels.com
0.0.0.0 www.affiliates.thrixxx.com
0.0.0.0 www.affiliation-int.com
0.0.0.0 www.aflamneek.com
0.0.0.0 www.aflamporn.com
0.0.0.0 www.africancasting.com
@@ -3636,7 +3562,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.alfamina.com
0.0.0.0 www.algarve-girls.com
0.0.0.0 www.alison-angel-1.com
0.0.0.0 www.alison-angel.biz
0.0.0.0 www.alisonangel.com
0.0.0.0 www.alivegirls.com
0.0.0.0 www.alldayanalgifs.tumblr.com
@@ -3703,7 +3628,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.analdin.com
0.0.0.0 www.analpornfan.com
0.0.0.0 www.analxtv.com
0.0.0.0 www.angel-anime.com
0.0.0.0 www.angel-collection.com
0.0.0.0 www.angel-companions.co.uk
0.0.0.0 www.angel-dark.org
@@ -3714,7 +3638,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.angel.ne.jp
0.0.0.0 www.angel.se
0.0.0.0 www.angel4christyb.com
0.0.0.0 www.angel4host.com
0.0.0.0 www.angel4u.linkarena.com
0.0.0.0 www.angela.nl
0.0.0.0 www.angela.nu
@@ -3819,12 +3742,10 @@ fe80::1%lo0 localhost
0.0.0.0 www.angelphotos.dr.ag
0.0.0.0 www.angelplace.com
0.0.0.0 www.angels-archive.com
0.0.0.0 www.angels-bound.com
0.0.0.0 www.angels-feet.de
0.0.0.0 www.angels-in-ukraine.net
0.0.0.0 www.angels-place.com
0.0.0.0 www.angels-sydney.over-blog.com
0.0.0.0 www.angels-tokyo.com
0.0.0.0 www.angels-videos.com
0.0.0.0 www.angels.altenpflege.board.de
0.0.0.0 www.angels.jp.land.to
@@ -4039,7 +3960,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.bananabunny.com
0.0.0.0 www.banatdream.com
0.0.0.0 www.banditmovies.com
0.0.0.0 www.banduraangels.com
0.0.0.0 www.bang.com
0.0.0.0 www.bangbros.com
0.0.0.0 www.bangbrosnetwork.com
@@ -4073,7 +3993,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.bdsmboard.org
0.0.0.0 www.bdsmcafe.com
0.0.0.0 www.bdsmlibrary.com
0.0.0.0 www.bdsmpichunter.com
0.0.0.0 www.bdsmstreak.com
0.0.0.0 www.bdsmtheory.com
0.0.0.0 www.bdsmxxxmovies.com
@@ -4114,7 +4033,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.between-thy-sheets.tumblr.com
0.0.0.0 www.betweenu2.tumblr.com
0.0.0.0 www.bffs.com
0.0.0.0 www.bi-caps.com
0.0.0.0 www.bi-sexuall.tumblr.com
0.0.0.0 www.bibijonesanddillonharperrule.tumblr.com
0.0.0.0 www.bigbangempire.com
@@ -4172,7 +4090,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.blogbugs.org
0.0.0.0 www.blogs-list.com
0.0.0.0 www.blogtur.com
0.0.0.0 www.blondangel.de
0.0.0.0 www.blondemilfslut.com
0.0.0.0 www.blondewebcams.com
0.0.0.0 www.blondexxxmag.com
@@ -4427,18 +4344,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.clipcake.com
0.0.0.0 www.cliphunter.com
0.0.0.0 www.clips4free.is
0.0.0.0 www.clit1.sex-tracker.com
0.0.0.0 www.clit10.sex-tracker.com
0.0.0.0 www.clit11.sex-tracker.com
0.0.0.0 www.clit12.sex-tracker.com
0.0.0.0 www.clit2.sex-tracker.com
0.0.0.0 www.clit3.sex-tracker.com
0.0.0.0 www.clit4.sex-tracker.com
0.0.0.0 www.clit5.sex-tracker.com
0.0.0.0 www.clit6.sex-tracker.com
0.0.0.0 www.clit7.sex-tracker.com
0.0.0.0 www.clit8.sex-tracker.com
0.0.0.0 www.clit9.sex-tracker.com
0.0.0.0 www.cliter.com
0.0.0.0 www.clitgames.com
0.0.0.0 www.cliti.com
@@ -4667,7 +4572,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.dirty101.com
0.0.0.0 www.dirtybay.tumblr.com
0.0.0.0 www.dirtybetty.tumblr.com
0.0.0.0 www.dirtybondagetgp.com
0.0.0.0 www.dirtydeniseworld.tumblr.com
0.0.0.0 www.dirtydirtyangels.com
0.0.0.0 www.dirtyfinder.com
@@ -4724,8 +4628,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.drtuber.com
0.0.0.0 www.drunkenstepfather.com
0.0.0.0 www.drunkpichunter.com
0.0.0.0 www.drunkporn.us
0.0.0.0 www.drunksexygirls.com
0.0.0.0 www.dumbvirgins.com
0.0.0.0 www.dump.xxx
0.0.0.0 www.dumppix.com
@@ -4843,9 +4745,7 @@ fe80::1%lo0 localhost
0.0.0.0 www.evaangelina.fr
0.0.0.0 www.evaangelina.org
0.0.0.0 www.evaangelina.ws
0.0.0.0 www.evaangelinablog.com
0.0.0.0 www.evaangelinaonline.com
0.0.0.0 www.evaangelinax.com
0.0.0.0 www.evaangelinaxxxx.com
0.0.0.0 www.evababy90.tumblr.com
0.0.0.0 www.evangelicaloutpost.com
@@ -4888,7 +4788,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.exwifesexbook.com
0.0.0.0 www.exxxtrasmall.com
0.0.0.0 www.ez-pornbabes.tumblr.com
0.0.0.0 www.ez5ez5xxx.info
0.0.0.0 www.faaascu.angelfire.com
0.0.0.0 www.faapy.com
0.0.0.0 www.fablesofanhedonia.tumblr.com
@@ -4958,7 +4857,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.femdomspotlight.tumblr.com
0.0.0.0 www.femdomworld.com
0.0.0.0 www.femjoyangels.com
0.0.0.0 www.femjoynude.com
0.0.0.0 www.ferronetwork.com
0.0.0.0 www.fetisch-webcams.com
0.0.0.0 www.fetishbabes.tumblr.com
@@ -5019,7 +4917,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.fleshhole.com
0.0.0.0 www.fleshlight.com
0.0.0.0 www.fleshlightgirls.com
0.0.0.0 www.fleshlightreviews.net
0.0.0.0 www.fling.com
0.0.0.0 www.flingtube.com
0.0.0.0 www.flirt4free.com
@@ -5042,7 +4939,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.forumophilia.com
0.0.0.0 www.forums.neswangy.net
0.0.0.0 www.foto-bugil.tumblr.com
0.0.0.0 www.foto-porno.it
0.0.0.0 www.foxhq.com
0.0.0.0 www.foxporns.com
0.0.0.0 www.foxxedup.com
@@ -6651,7 +6547,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.personalcams.com
0.0.0.0 www.pertunda.com
0.0.0.0 www.pervclips.com
0.0.0.0 www.pervertedwebcams.com
0.0.0.0 www.pervertslut.com
0.0.0.0 www.pervnetwork.com
0.0.0.0 www.pervsonpatrol.com
@@ -7247,7 +7142,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.sex-harder.tumblr.com
0.0.0.0 www.sex-maniacs.tumblr.com
0.0.0.0 www.sex-o-rgia.tumblr.com
0.0.0.0 www.sex-tracker.com
0.0.0.0 www.sex-tracker.de
0.0.0.0 www.sex-watch.com
0.0.0.0 www.sex.com
@@ -8376,7 +8270,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.xfig.net
0.0.0.0 www.xfreehd.com
0.0.0.0 www.xgallsx.com
0.0.0.0 www.xgirlsporn.com
0.0.0.0 www.xhamster-teens.com
0.0.0.0 www.xhamster.com
0.0.0.0 www.xhamstercams.com
@@ -8435,7 +8328,6 @@ fe80::1%lo0 localhost
0.0.0.0 www.xxvideoss.org
0.0.0.0 www.xxx-art.us
0.0.0.0 www.xxx-hd-tube.com
0.0.0.0 www.xxx-hitz.org
0.0.0.0 www.xxx-mom.com
0.0.0.0 www.xxx-r.com
0.0.0.0 www.xxx.com
@@ -8671,7 +8563,6 @@ fe80::1%lo0 localhost
0.0.0.0 xfreehd.com
0.0.0.0 xgallsx.com
0.0.0.0 xgaylist.com
0.0.0.0 xgirlsporn.com
0.0.0.0 xhamster.com
0.0.0.0 xhamstercams.com
0.0.0.0 xhamsterlive.com
@@ -8702,7 +8593,6 @@ fe80::1%lo0 localhost
0.0.0.0 xnxx-love.com
0.0.0.0 xnxx-zoo.com
0.0.0.0 xnxx.com
0.0.0.0 xnxx.media
0.0.0.0 xnxxcomvideos.com
0.0.0.0 xnxxhamster.net
0.0.0.0 xnxxhdporn.com
@@ -8734,17 +8624,14 @@ fe80::1%lo0 localhost
0.0.0.0 xvideosex.site
0.0.0.0 xvideosporno.blog.br
0.0.0.0 xvideosxnxx.net
0.0.0.0 xvidparlor.com
0.0.0.0 xvirgins.com
0.0.0.0 xweporn.com
0.0.0.0 xwowgirls.com
0.0.0.0 xxtgp.com
0.0.0.0 xxvids.net
0.0.0.0 xxx-blog.to
0.0.0.0 xxx-cosplay.com
0.0.0.0 xxx-hd-teens.com
0.0.0.0 xxx-hd-tube.com
0.0.0.0 xxx-hitz.org
0.0.0.0 xxx-mom.com
0.0.0.0 xxx-r.com
0.0.0.0 xxx.bootytape.com
@@ -8770,7 +8657,6 @@ fe80::1%lo0 localhost
0.0.0.0 xxxhdvideogo.com
0.0.0.0 xxxhomefuck.com
0.0.0.0 xxxhq.me
0.0.0.0 xxxkino.to
0.0.0.0 xxxmalltheaters.tumblr.com
0.0.0.0 xxxmemberchannels.com
0.0.0.0 xxxmemes.com
@@ -8798,7 +8684,6 @@ fe80::1%lo0 localhost
0.0.0.0 xxxvideoamatoriali.com
0.0.0.0 xxxvideosex.org
0.0.0.0 xxxvogue.net
0.0.0.0 xxxx.ovh
0.0.0.0 xxxylive.com
0.0.0.0 xyou.site
0.0.0.0 xyzcomics.com
@@ -8995,3 +8880,228 @@ fe80::1%lo0 localhost
0.0.0.0 www.goregrish.com
0.0.0.0 www.horriblevideos.com
0.0.0.0 www.miscopy.com
#Porn domain
0.0.0.0 camsoda.com #Porn domain
0.0.0.0 promo.camsoda.com #Porn domain
0.0.0.0 wiki.camsoda.com #Porn domain
0.0.0.0 md.camsoda.com #Porn domain
0.0.0.0 media.camsoda.com #Porn domain
0.0.0.0 cachew.camsoda.com #Porn domain
0.0.0.0 node2-ord.camsoda.com #Porn domain
0.0.0.0 securedataimages.com #Porn domain
0.0.0.0 privatefeeds.com #Porn domain
0.0.0.0 pornkai.com #Porn domain
0.0.0.0 shemale.movie #Porn domain
0.0.0.0 videosection.com #Porn domain
0.0.0.0 videosection.com #Porn domain
0.0.0.0 mtree.com #Porn domain
0.0.0.0 wm.mtree.com #Porn domain
0.0.0.0 clicktraq.mtree.com #Porn domain
0.0.0.0 counter.mtree.com #Porn domain
0.0.0.0 dyntraq.mtree.com #Porn domain
0.0.0.0 mt1.mtree.com #Porn domain
0.0.0.0 mt10.mtree.com #Porn domain
0.0.0.0 mt100.mtree.com #Porn domain
0.0.0.0 mt101.mtree.com #Porn domain
0.0.0.0 mt102.mtree.com #Porn domain
0.0.0.0 mt103.mtree.com #Porn domain
0.0.0.0 mt104.mtree.com #Porn domain
0.0.0.0 mt105.mtree.com #Porn domain
0.0.0.0 mt106.mtree.com #Porn domain
0.0.0.0 mt107.mtree.com #Porn domain
0.0.0.0 mt108.mtree.com #Porn domain
0.0.0.0 mt109.mtree.com #Porn domain
0.0.0.0 mt11.mtree.com #Porn domain
0.0.0.0 mt110.mtree.com #Porn domain
0.0.0.0 mt111.mtree.com #Porn domain
0.0.0.0 mt112.mtree.com #Porn domain
0.0.0.0 mt113.mtree.com #Porn domain
0.0.0.0 mt114.mtree.com #Porn domain
0.0.0.0 mt115.mtree.com #Porn domain
0.0.0.0 mt116.mtree.com #Porn domain
0.0.0.0 mt117.mtree.com #Porn domain
0.0.0.0 mt118.mtree.com #Porn domain
0.0.0.0 mt119.mtree.com #Porn domain
0.0.0.0 mt12.mtree.com #Porn domain
0.0.0.0 mt120.mtree.com #Porn domain
0.0.0.0 mt121.mtree.com #Porn domain
0.0.0.0 mt122.mtree.com #Porn domain
0.0.0.0 mt123.mtree.com #Porn domain
0.0.0.0 mt124.mtree.com #Porn domain
0.0.0.0 mt125.mtree.com #Porn domain
0.0.0.0 mt126.mtree.com #Porn domain
0.0.0.0 mt127.mtree.com #Porn domain
0.0.0.0 mt128.mtree.com #Porn domain
0.0.0.0 mt13.mtree.com #Porn domain
0.0.0.0 mt14.mtree.com #Porn domain
0.0.0.0 mt15.mtree.com #Porn domain
0.0.0.0 mt16.mtree.com #Porn domain
0.0.0.0 mt17.mtree.com #Porn domain
0.0.0.0 mt18.mtree.com #Porn domain
0.0.0.0 mt19.mtree.com #Porn domain
0.0.0.0 mt2.mtree.com #Porn domain
0.0.0.0 mt20.mtree.com #Porn domain
0.0.0.0 mt21.mtree.com #Porn domain
0.0.0.0 mt22.mtree.com #Porn domain
0.0.0.0 mt23.mtree.com #Porn domain
0.0.0.0 mt24.mtree.com #Porn domain
0.0.0.0 mt25.mtree.com #Porn domain
0.0.0.0 mt26.mtree.com #Porn domain
0.0.0.0 mt27.mtree.com #Porn domain
0.0.0.0 mt28.mtree.com #Porn domain
0.0.0.0 mt29.mtree.com #Porn domain
0.0.0.0 mt3.mtree.com #Porn domain
0.0.0.0 mt30.mtree.com #Porn domain
0.0.0.0 mt31.mtree.com #Porn domain
0.0.0.0 mt32.mtree.com #Porn domain
0.0.0.0 mt33.mtree.com #Porn domain
0.0.0.0 mt34.mtree.com #Porn domain
0.0.0.0 mt35.mtree.com #Porn domain
0.0.0.0 mt36.mtree.com #Porn domain
0.0.0.0 mt37.mtree.com #Porn domain
0.0.0.0 mt38.mtree.com #Porn domain
0.0.0.0 mt39.mtree.com #Porn domain
0.0.0.0 mt4.mtree.com #Porn domain
0.0.0.0 mt40.mtree.com #Porn domain
0.0.0.0 mt41.mtree.com #Porn domain
0.0.0.0 mt42.mtree.com #Porn domain
0.0.0.0 mt43.mtree.com #Porn domain
0.0.0.0 mt44.mtree.com #Porn domain
0.0.0.0 mt45.mtree.com #Porn domain
0.0.0.0 mt46.mtree.com #Porn domain
0.0.0.0 mt47.mtree.com #Porn domain
0.0.0.0 mt48.mtree.com #Porn domain
0.0.0.0 mt49.mtree.com #Porn domain
0.0.0.0 mt5.mtree.com #Porn domain
0.0.0.0 mt50.mtree.com #Porn domain
0.0.0.0 mt51.mtree.com #Porn domain
0.0.0.0 mt52.mtree.com #Porn domain
0.0.0.0 mt53.mtree.com #Porn domain
0.0.0.0 mt54.mtree.com #Porn domain
0.0.0.0 mt55.mtree.com #Porn domain
0.0.0.0 mt56.mtree.com #Porn domain
0.0.0.0 mt57.mtree.com #Porn domain
0.0.0.0 mt58.mtree.com #Porn domain
0.0.0.0 mt59.mtree.com #Porn domain
0.0.0.0 mt6.mtree.com #Porn domain
0.0.0.0 mt60.mtree.com #Porn domain
0.0.0.0 mt61.mtree.com #Porn domain
0.0.0.0 mt62.mtree.com #Porn domain
0.0.0.0 mt63.mtree.com #Porn domain
0.0.0.0 mt64.mtree.com #Porn domain
0.0.0.0 mt65.mtree.com #Porn domain
0.0.0.0 mt66.mtree.com #Porn domain
0.0.0.0 mt67.mtree.com #Porn domain
0.0.0.0 mt68.mtree.com #Porn domain
0.0.0.0 mt69.mtree.com #Porn domain
0.0.0.0 mt7.mtree.com #Porn domain
0.0.0.0 mt70.mtree.com #Porn domain
0.0.0.0 mt71.mtree.com #Porn domain
0.0.0.0 mt72.mtree.com #Porn domain
0.0.0.0 mt73.mtree.com #Porn domain
0.0.0.0 mt74.mtree.com #Porn domain
0.0.0.0 mt75.mtree.com #Porn domain
0.0.0.0 mt76.mtree.com #Porn domain
0.0.0.0 mt77.mtree.com #Porn domain
0.0.0.0 mt78.mtree.com #Porn domain
0.0.0.0 mt79.mtree.com #Porn domain
0.0.0.0 mt8.mtree.com #Porn domain
0.0.0.0 mt80.mtree.com #Porn domain
0.0.0.0 mt81.mtree.com #Porn domain
0.0.0.0 mt82.mtree.com #Porn domain
0.0.0.0 mt83.mtree.com #Porn domain
0.0.0.0 mt84.mtree.com #Porn domain
0.0.0.0 mt85.mtree.com #Porn domain
0.0.0.0 mt86.mtree.com #Porn domain
0.0.0.0 mt87.mtree.com #Porn domain
0.0.0.0 mt88.mtree.com #Porn domain
0.0.0.0 mt89.mtree.com #Porn domain
0.0.0.0 mt9.mtree.com #Porn domain
0.0.0.0 mt90.mtree.com #Porn domain
0.0.0.0 mt91.mtree.com #Porn domain
0.0.0.0 mt92.mtree.com #Porn domain
0.0.0.0 mt93.mtree.com #Porn domain
0.0.0.0 mt94.mtree.com #Porn domain
0.0.0.0 mt95.mtree.com #Porn domain
0.0.0.0 mt96.mtree.com #Porn domain
0.0.0.0 mt97.mtree.com #Porn domain
0.0.0.0 mt98.mtree.com #Porn domain
0.0.0.0 mt99.mtree.com #Porn domain
0.0.0.0 porn.mtree.com #Porn domain
0.0.0.0 psy.mtree.com #Porn domain
0.0.0.0 ss.mtree.com #Porn domain
0.0.0.0 the.mtree.com #Porn domain
0.0.0.0 vip.mtree.com #Porn domain
0.0.0.0 wm.mtree.com #Porn domain
0.0.0.0 www.mtree.com #Porn domain
0.0.0.0 xbs.mtree.com #Porn domain
0.0.0.0 xbs.pao.mtree.com #Porn domain
0.0.0.0 xbs.sea.mtree.com #Porn domain
0.0.0.0 xbscc1.mtree.com #Porn domain
0.0.0.0 gammacdn.com #Porn domain
0.0.0.0 videothumb.gammacdn.com #Porn domain
0.0.0.0 transform.gammacdn.com #Porn domain
0.0.0.0 static01-cms-fame.gammacdn.com #Porn domain
0.0.0.0 static02-cms-fame.gammacdn.com #Porn domain
0.0.0.0 static03-cms-fame.gammacdn.com #Porn domain
0.0.0.0 images01-fame.gammacdn.com #Porn domain
0.0.0.0 images02-fame.gammacdn.com #Porn domain
0.0.0.0 images03-fame.gammacdn.com #Porn domain
0.0.0.0 images04-fame.gammacdn.com #Porn domain
0.0.0.0 zwittersex.net #Porn domain
0.0.0.0 www.xvideos.es # Porn domain from Clefspeare13 list
0.0.0.0 vscdns.com # Porn domain from Clefspeare13 list
0.0.0.0 spankwire.com # Porn domain from Clefspeare13 list
0.0.0.0 www.ht.spankwire.com # Porn domain from Clefspeare13 list
0.0.0.0 hornygirlhere.com # Porn domain from Clefspeare13 list
0.0.0.0 xhamster12.com # Porn domain from Clefspeare13 list
0.0.0.0 static-lvlt.xhcdn.com # Porn domain from Clefspeare13 list
0.0.0.0 thumb-lvlt.xhcdn.com # Porn domain from Clefspeare13 list
0.0.0.0 thumb-user.xhcdn.com # Porn domain from Clefspeare13 list
0.0.0.0 thumb-v1.xhcdn.com # Porn domain from Clefspeare13 list
0.0.0.0 thumb-v2.xhcdn.com # Porn domain from Clefspeare13 list
0.0.0.0 thumb-v3.xhcdn.com # Porn domain from Clefspeare13 list
0.0.0.0 thumb-v4.xhcdn.com # Porn domain from Clefspeare13 list
0.0.0.0 xvideosnovinhas.com # Porn domain from Clefspeare13 list
0.0.0.0 e621.net # Porn domain from Clefspeare13 list
0.0.0.0 1watchmygf.com # Porn domain from Clefspeare13 list
0.0.0.0 cdn1.1watchmygf.com # Porn domain from Clefspeare13 list
0.0.0.0 cdn2.1watchmygf.com # Porn domain from Clefspeare13 list
0.0.0.0 cdn3.1watchmygf.com # Porn domain from Clefspeare13 list
0.0.0.0 cdn4.1watchmygf.com # Porn domain from Clefspeare13 list
0.0.0.0 cdn5.1watchmygf.com # Porn domain from Clefspeare13 list
0.0.0.0 meet-me-nowhere3.com # Porn domain from Clefspeare13 list
0.0.0.0 hotsex.chat # Porn domain from Clefspeare13 list
0.0.0.0 main.hotsex.chat # Porn domain from Clefspeare13 list
0.0.0.0 www.hotsex.chat # Porn domain from Clefspeare13 list
0.0.0.0 legal-porno.com # Porn domain from Clefspeare13 list
0.0.0.0 www.legal-porno.com # Porn domain from Clefspeare13 list
0.0.0.0 xxxtorrents.pro # Porn domain from Clefspeare13 list
0.0.0.0 www.xxxtorrents.pro # Porn domain from Clefspeare13 list
0.0.0.0 f95zone.to # Porn domain from Clefspeare13 list
0.0.0.0 static.f95zone.to # Porn domain from Clefspeare13 list
0.0.0.0 attachments.f95zone.to # Porn domain from Clefspeare13 list
0.0.0.0 www.zishy.com # Porn domain from Clefspeare13 list
0.0.0.0 sxyprn.com # Porn domain from Clefspeare13 list
0.0.0.0 www.sxyprn.com # Porn domain from Clefspeare13 list
0.0.0.0 trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s1.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s2.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s3.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s4.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s5.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s6.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s7.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s8.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s9.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s10.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s11.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s12.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s13.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s14.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s15.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s16.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s17.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s18.trafficdeposit.com # Porn domain from Clefspeare13 list
0.0.0.0 s19.trafficdeposit.com # Porn domain from Clefspeare13 list
+2020 -2013
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "hosts",
"version": "2.7.1",
"version": "2.7.2",
"description": "Extending and consolidating hosts files from several well-curated sources like adaway.org, mvps.org, malwaredomainlist.com, someonewhocares.org, and potentially others. You can optionally invoke extensions to block additional sites by category.",
"main": "",
"private": true,
+19 -20
View File
@@ -22,8 +22,8 @@
This repository consolidates several reputable `hosts` files, and merges them
into a unified hosts file with duplicates removed. A variety of tailored hosts files are provided.
* Last updated: **July 18 2020**.
* Here's the [raw hosts file with base extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) containing 57,659 entries.
* Last updated: **July 25 2020**.
* Here's the [raw hosts file with base extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) containing 57,717 entries.
* Logo by [@Tobaloidee](https://github.com/Tobaloidee).
@@ -37,22 +37,22 @@ with GitHub download links.
Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror
---------------- |:------:|:---------:|:--------------:|:-------------:
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,659 | [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) | 58,601 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 59,983 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,276 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,416 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,925 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,218 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,358 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,600 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,740 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,032 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,542 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,682 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 80,974 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,356 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,298 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | 57,717 | [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) | 58,659 | [link](http://sbc.io/hosts/alternates/fakenews/hosts)
Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | 60,041 | [link](http://sbc.io/hosts/alternates/gambling/hosts)
Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | 77,449 | [link](http://sbc.io/hosts/alternates/porn/hosts)
Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | 60,474 | [link](http://sbc.io/hosts/alternates/social/hosts)
Unified hosts **+ fakenews + gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts) | 60,983 | [link](http://sbc.io/hosts/alternates/fakenews-gambling/hosts)
Unified hosts **+ fakenews + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn/hosts) | 78,391 | [link](http://sbc.io/hosts/alternates/fakenews-porn/hosts)
Unified hosts **+ fakenews + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-social/hosts) | 61,416 | [link](http://sbc.io/hosts/alternates/fakenews-social/hosts)
Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | 79,773 | [link](http://sbc.io/hosts/alternates/gambling-porn/hosts)
Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | 62,798 | [link](http://sbc.io/hosts/alternates/gambling-social/hosts)
Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | 80,205 | [link](http://sbc.io/hosts/alternates/porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts) | 80,715 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn/hosts)
Unified hosts **+ fakenews + gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-social/hosts) | 63,740 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-social/hosts)
Unified hosts **+ fakenews + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-porn-social/hosts) | 81,147 | [link](http://sbc.io/hosts/alternates/fakenews-porn-social/hosts)
Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | 82,529 | [link](http://sbc.io/hosts/alternates/gambling-porn-social/hosts)
Unified hosts **+ fakenews + gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/fakenews-gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts) | 83,471 | [link](http://sbc.io/hosts/alternates/fakenews-gambling-porn-social/hosts)
**Expectation**: These unified hosts files should serve all devices, regardless
@@ -249,8 +249,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -2
View File
@@ -217,8 +217,7 @@ If you discover sketchy domains you feel should be included here, here are some
The best way to get new domains included is to submit an issue to any of the data providers whose home pages are [listed here](https://github.com/StevenBlack/hosts#sources-of-hosts-data-unified-in-this-variant). This is best because once you submit new domains, they will be curated and updated by the dedicated folks who maintain these sources.
### Option 2: add your domains to Steven Black's personal data file
### Option 2: Fork this repository, add your domains to Steven Black's personal data file, and submit a pull request
Fork this hosts this repo and add your links to [https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts](https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts).
+3 -2
View File
@@ -1,2 +1,3 @@
lxml>=4.2.4
beautifulsoup4>=4.6.1
lxml>=4.2.4,<=5.0
beautifulsoup4>=4.6.1,<=5.0
flake8>=3.8,<=4.0