https://github.com/deric/coi-blacklist
A list of mostly Czech domains that are considered harmful by ČOI (Czech Trade Inspection Authority - CTIA)
https://github.com/deric/coi-blacklist
Last synced: about 1 year ago
JSON representation
A list of mostly Czech domains that are considered harmful by ČOI (Czech Trade Inspection Authority - CTIA)
- Host: GitHub
- URL: https://github.com/deric/coi-blacklist
- Owner: deric
- Created: 2022-03-10T13:53:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T16:48:49.000Z (over 1 year ago)
- Last Synced: 2025-02-09T20:42:30.865Z (over 1 year ago)
- Language: Shell
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ČOI / CTIA blacklist
This repository contains a generated [hosts](https://github.com/deric/coi-blacklist/blob/main/hosts) file that can be used for DNS blocking.
Entries in this list were currated by [The Czech Trade Inspection Authority (CTIA)](https://www.coi.cz/en/), which is an administrative government institution which falls under the jurisdiction of the Ministry of Industry and Trade of the Czech Republic.
[The list](https://www.coi.cz/pro-spotrebitele/otevrena-data/rizikove-weby/) contains mostly websites on `.cz` domain that are considered to be harmful, mostly e-commerce sites connected to fraudelent actions.
Each domain is redirected to `0.0.0.0` which should be [the fastest solution for blocking](https://github.com/StevenBlack/hosts#we-recommend-using-0000-instead-of-127001). The list is sorted alphabetically, nonetheless no other modifications are being made.
## [Pi-hole](https://pi-hole.net/)
1. In admin go to `Group Management > Adlists` and add this URI:
```
https://raw.githubusercontent.com/deric/coi-blacklist/main/hosts
```
2. Run `pihole -g` in order to update blacklists.
## Usage
See help, for modifying defaut values
```
$ ./src/update-coi -h
```
## Related projects
- [Chrome addon](https://chrome.google.com/webstore/detail/rizikov%C3%A9-weby/iddkbojnnljflgkjchlpjlhpfhhbeefk?hl=cs)
- [Firefox addon](https://addons.mozilla.org/cs/firefox/addon/rizikoveweby/)
- [StevenBlack/hosts](https://github.com/StevenBlack/hosts)
## Disclaimer
This list is not officially managed CTIA, eventually it might be out of sync.
## License
[Open data license](https://www.coi.cz/pro-spotrebitele/otevrena-data/licence-otevrenych-dat/)