add dns with ip blocklist #42
2 changed files with 4 additions and 3 deletions
|
|
@ -8,6 +8,7 @@ rec {
|
|||
pixel6a.ip = "100.64.0.4";
|
||||
rx4.ip = "100.64.0.10";
|
||||
sid.ip = "100.64.0.6";
|
||||
vde.ip = "100.64.0.1";
|
||||
};
|
||||
services = {
|
||||
docs = {
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ let
|
|||
blockSrc = builtins.concatStringsSep " " (
|
||||
with constants;
|
||||
[
|
||||
"16ach6".ip
|
||||
pc.ip
|
||||
pixel6a.ip
|
||||
hosts."16ach6".ip
|
||||
hosts.pc.ip
|
||||
hosts.pixel6a.ip
|
||||
]
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue