deploy.sh (180B)
- #!/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
deploy.sh (180B)
- #!/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