logo

domain-blocks

mass-tag based domain blocks, allowying to pick and choose easily
commit: e6a9b6dcc715955eb288d644b6fd7fc7f5acc73d
parent 3b3b0cfa30daf06649ffa398ff28a7119380727a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 10 Jul 2024 20:33:26 +0200

deploy.sh: block.rpz

Diffstat:

Mdeploy.sh1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/deploy.sh b/deploy.sh @@ -1,3 +1,4 @@ #!/bin/sh -xe grep -v -f ignore.txt unbound-blocks.conf >|/etc/unbound/blocks.conf +grep -v -f ignore.txt unbound-rpz.conf >|/etc/unbound/blocks.rpz doas rc-service unbound restart