DNSserver/download-filters.sh

10 lines
838 B
Bash
Raw Permalink Normal View History

2021-01-02 15:38:08 +01:00
#!/bin/sh
2021-08-28 10:02:05 +02:00
wget -O /etc/knot-resolver/list/minopallow.txt https://github.com/minoplhy/DNSBlocklist/raw/main/rpz/allowlist.rpz
wget -O /etc/knot-resolver/list/adguard-exceptions.txt https://sos-ch-dk-2.exo.io/noblt/RPZ/adguard/exceptions.txt
wget -O /etc/knot-resolver/list/minoplhy.txt https://github.com/minoplhy/filters/releases/download/latest/ucate_rpz.txt
wget -O /etc/knot-resolver/list/minopdeny.txt https://github.com/minoplhy/DNSBlocklist/raw/main/rpz/denylist.rpz
wget -O /etc/knot-resolver/list/minoplhyneto.txt https://github.com/minoplhy/filters/releases/download/latest/Veneto_rpz.txt
wget -O /etc/knot-resolver/list/energized-ultimate.txt https://energized.pro/ultimate/formats/rpz.txt
wget -O /etc/knot-resolver/list/minoplhyallowlist.txt https://github.com/minoplhy/filters/releases/download/latest/Allowlist_rpz.txt
exit