Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crafterkolyan/hosts-adblock
hosts file which blocks most advertisements over the internet. Файл hosts, который блокирует большую часть рекламы в интернете.
https://github.com/crafterkolyan/hosts-adblock
adblock cross-platform hosts linux macosx unix windows
Last synced: about 3 hours ago
JSON representation
hosts file which blocks most advertisements over the internet. Файл hosts, который блокирует большую часть рекламы в интернете.
- Host: GitHub
- URL: https://github.com/crafterkolyan/hosts-adblock
- Owner: CrafterKolyan
- Created: 2019-04-13T17:55:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T13:36:38.000Z (over 4 years ago)
- Last Synced: 2024-10-24T02:31:53.879Z (4 months ago)
- Topics: adblock, cross-platform, hosts, linux, macosx, unix, windows
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Перейти к русской версии (Go to russian version)](#Russian-version)
# hosts AdBlockThis repository contains `hosts` file which blocks most advertisements over the internet
## Installation
### Windows
Copy `hosts` file to folder `C:\Windows\System32\drivers\etc\`.### Linux & Unix & Mac OS
Copy `hosts` file to folder `/etc/`.### Other system
You can find location of `hosts` file in your operating system via [Wikipedia](https://en.wikipedia.org/wiki/Hosts_\(file\)#Location_in_the_file_system).
Replace `hosts` file with the one in the repository.## How is it working?
`hosts` file sets the connection between an IP addresses and domain names.
Each line in `hosts` file consists of two parts. First part is an IP address, second is a domain name.
Example:> 204.71.200.67 yahoo.com
In the example we associate domain name `yahoo.com` with IP address `204.71.200.67`.
It means that any time when we try to access `yahoo.com` we will be automatically redirected to
IP address `204.71.200.67`.`hosts` file in this repository redirects a lot of domain names containing advertisements to
IP address `0.0.0.0` which is
a non-routable meta-address used to designate an invalid, unknown or non applicable target.
# Russian version
# hosts AdBlock
Этот репозиторий содержит в себе файл `hosts`, который блокирует большое количество рекламных объявлений в интернете.## Установка
### Windows
Скопировать файл `hosts` в папку `C:\Windows\System32\drivers\etc\`.### Linux & Unix & Mac OS
Скопировать файл `hosts` в папку `/etc/`.### Other system
Вы можете найти местоположение файла `hosts` для своей операционной системы при помощи [Википедии](https://en.wikipedia.org/wiki/Hosts_\(file\)#Location_in_the_file_system).
Замените файл `hosts` файлом из репозитория.## Как это работает?
Файл `hosts` устанавливает связи между IP адресами и доменными именами.
Каждая строка файла `hosts` состоит из двух частей. Первая часть - IP адрес, вторая - доменное имя.
Пример:> 204.71.200.67 yahoo.com
В данном примере мы ассоциируем доменное имя `yahoo.com` с IP адресом `204.71.200.67`.
Это означает, что каждый раз, когда мы будем обращаться по имени `yahoo.com`, мы будем автоматически
перенаправлены на IP адрес `204.71.200.67`.Файл `hosts` из данного репозитория перенаправляет множество доменных имён, содержащих рекламу, на IP адрес
`0.0.0.0`, который является немаршрутизируемым мета-адресом, используемым для обозначения недопустимой, неизвестной или неприменимой цели.