diff --git a/systems/orangepihole/configuration.nix b/systems/orangepihole/configuration.nix index 824aa56..469ba30 100644 --- a/systems/orangepihole/configuration.nix +++ b/systems/orangepihole/configuration.nix @@ -56,9 +56,8 @@ startAt = "daily"; postStop = "systemctl reload unbound"; 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 = '' - 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 echo 'local-zone: "iogames.space." always_nxdomain' >> /etc/unbound/new.conf echo 'local-zone: "taming.io." always_nxdomain' >> /etc/unbound/new.conf