download-filters.sh 838 B

12345678910
  1. #!/bin/sh
  2. wget -O /etc/knot-resolver/list/minopallow.txt https://github.com/minoplhy/DNSBlocklist/raw/main/rpz/allowlist.rpz
  3. wget -O /etc/knot-resolver/list/adguard-exceptions.txt https://sos-ch-dk-2.exo.io/noblt/RPZ/adguard/exceptions.txt
  4. wget -O /etc/knot-resolver/list/minoplhy.txt https://github.com/minoplhy/filters/releases/download/latest/ucate_rpz.txt
  5. wget -O /etc/knot-resolver/list/minopdeny.txt https://github.com/minoplhy/DNSBlocklist/raw/main/rpz/denylist.rpz
  6. wget -O /etc/knot-resolver/list/minoplhyneto.txt https://github.com/minoplhy/filters/releases/download/latest/Veneto_rpz.txt
  7. wget -O /etc/knot-resolver/list/energized-ultimate.txt https://energized.pro/ultimate/formats/rpz.txt
  8. wget -O /etc/knot-resolver/list/minoplhyallowlist.txt https://github.com/minoplhy/filters/releases/download/latest/Allowlist_rpz.txt
  9. exit