downgrade adblock a bit
This commit is contained in:
parent
1a6cf6cd20
commit
b183735ab5
2 changed files with 7 additions and 1 deletions
|
@ -33,6 +33,12 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
outputsBuilder = channels: {
|
||||
devShell = channels.nixpkgs.mkShell {
|
||||
name = "default";
|
||||
buildInputs = [ channels.nixpkgs.deploy-rs ];
|
||||
};
|
||||
};
|
||||
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
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/pro.blacklist.conf > /etc/unbound/new.conf
|
||||
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/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
|
||||
|
|
Loading…
Reference in a new issue