add dns with ip blocklist #42

Open
sid wants to merge 2 commits from dns into develop
2 changed files with 4 additions and 3 deletions
Showing only changes of commit bf28f2be49 - Show all commits

View file

@ -8,6 +8,7 @@ rec {
pixel6a.ip = "100.64.0.4"; pixel6a.ip = "100.64.0.4";
rx4.ip = "100.64.0.10"; rx4.ip = "100.64.0.10";
sid.ip = "100.64.0.6"; sid.ip = "100.64.0.6";
vde.ip = "100.64.0.1";
}; };
services = { services = {
docs = { docs = {

View file

@ -4,9 +4,9 @@ let
blockSrc = builtins.concatStringsSep " " ( blockSrc = builtins.concatStringsSep " " (
with constants; with constants;
[ [
"16ach6".ip hosts."16ach6".ip
pc.ip hosts.pc.ip
pixel6a.ip hosts.pixel6a.ip
] ]
); );