logo

domain-blocks

mass-tag based domain blocks, allowying to pick and choose easily
commit: 817e937474f692e625f380ea4980322c1d0d37e4
parent 66819f0fedef8d7a060a622a779c0c0e6c181cab
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  1 Jun 2023 23:07:36 +0200

README: Fix example

Diffstat:

MREADME.md13+++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -9,10 +9,15 @@ 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: blocks.hacktivis.me - zonefile: /git/domain-blocks.work/unbound-rpz.conf - # always NXDOMAIN - rpz-action-override: nxdomain + 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 ```