README.md (755B)
- # domain blocks
- <!--
- SPDX-FileCopyrightText: 2023 Haelwenn (lanodan) Monnier <contact+domain-blocks@hacktivis.me>
- SPDX-License-Identifier: CC-BY-SA-4.0
- -->
- Mass-tag based domain blocks, allowying to pick and choose easily.
- - `tag:tracking`: No consent was given, yet personal data (incl. fairly unique device identification data) was sent / requested or fingerprinting was being used. See [GDPR](https://eur-lex.europa.eu/eli/reg/2016/679).
- ## RPZ Example Usage
- ```
- rpz:
- name: .
- zonefile: /git/domain-blocks.work/unbound-rpz.conf
- # This is only as an example, do not depend on the uptime of my server and make a local copy
- # url: https://hacktivis.me/git/domain-blocks.work/unbound-rpz.conf
- # always NXDOMAIN
- rpz-action-override: nxdomain
- ```