Fix blocklist location
This commit is contained in:
parent
0fc0cc0e38
commit
45a4a8820d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
pkgs.wget
|
pkgs.wget
|
||||||
];
|
];
|
||||||
script = ''
|
script = ''
|
||||||
wget -nv -O - https://raw.githubusercontent.com/hagezi/dns-blocklists/main/unbound/tif.blacklist.conf > /tmp/new.conf
|
wget -nv -O - https://raw.githubusercontent.com/hagezi/dns-blocklists/main/rpz/tif.txt > /tmp/new.conf
|
||||||
echo 'local-zone: "tiktok.com." always_nxdomain' >> /tmp/new.conf
|
echo 'local-zone: "tiktok.com." always_nxdomain' >> /tmp/new.conf
|
||||||
echo 'local-zone: "iogames.space." always_nxdomain' >> /tmp/new.conf
|
echo 'local-zone: "iogames.space." always_nxdomain' >> /tmp/new.conf
|
||||||
echo 'local-zone: "taming.io." always_nxdomain' >> /tmp/new.conf
|
echo 'local-zone: "taming.io." always_nxdomain' >> /tmp/new.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue