less chatty download
This commit is contained in:
parent
11a93f0977
commit
3f39b6e7c9
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
postStop = "systemctl try-reload-or-restart unbound";
|
postStop = "systemctl try-reload-or-restart unbound";
|
||||||
path = with pkgs; [ gawk wget ];
|
path = with pkgs; [ gawk wget ];
|
||||||
script = ''
|
script = ''
|
||||||
wget -O - https://raw.githubusercontent.com/hagezi/dns-blocklists/main/unbound/tif.blacklist.conf >> /etc/unbound/new.conf
|
wget -nv -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
|
||||||
awk '!seen[$0]++' /etc/unbound/new.conf > /etc/unbound/ads.conf
|
awk '!seen[$0]++' /etc/unbound/new.conf > /etc/unbound/ads.conf
|
||||||
|
|
Loading…
Reference in a new issue