Degrade ad blocking even further
This commit is contained in:
parent
7f1aaef4b0
commit
739418d2ff
1 changed files with 1 additions and 2 deletions
|
@ -56,9 +56,8 @@
|
||||||
startAt = "daily";
|
startAt = "daily";
|
||||||
postStop = "systemctl reload unbound";
|
postStop = "systemctl reload unbound";
|
||||||
path = with pkgs; [ gawk wget ];
|
path = with pkgs; [ gawk wget ];
|
||||||
#wget -O - https://raw.githubusercontent.com/hagezi/dns-blocklists/main/unbound/doh-vpn-proxy-bypass.blacklist.conf >> /etc/unbound/new.conf
|
|
||||||
script = ''
|
script = ''
|
||||||
wget -O - https://raw.githubusercontent.com/hagezi/dns-blocklists/main/unbound/multi.blacklist.conf > /etc/unbound/new.conf
|
wget -O - https://raw.githubusercontent.com/hagezi/dns-blocklists/main/unbound/light.blacklist.conf > /etc/unbound/new.conf
|
||||||
wget -O - https://raw.githubusercontent.com/hagezi/dns-blocklists/main/unbound/tif.blacklist.conf >> /etc/unbound/new.conf
|
wget -O - https://raw.githubusercontent.com/hagezi/dns-blocklists/main/unbound/tif.blacklist.conf >> /etc/unbound/new.conf
|
||||||
echo 'local-zone: "iogames.space." always_nxdomain' >> /etc/unbound/new.conf
|
echo 'local-zone: "iogames.space." always_nxdomain' >> /etc/unbound/new.conf
|
||||||
echo 'local-zone: "taming.io." always_nxdomain' >> /etc/unbound/new.conf
|
echo 'local-zone: "taming.io." always_nxdomain' >> /etc/unbound/new.conf
|
||||||
|
|
Loading…
Reference in a new issue