add dns with ip blocklist
Some checks failed
Flake check / flake-check (pull_request) Failing after 14s
Some checks failed
Flake check / flake-check (pull_request) Failing after 14s
This commit is contained in:
parent
2cdb8600fb
commit
a59b0277c8
2 changed files with 47 additions and 12 deletions
|
|
@ -3,15 +3,11 @@ rec {
|
|||
intranet = "i." + domain;
|
||||
ca-fqdn = "ca." + intranet;
|
||||
hosts = {
|
||||
sid = {
|
||||
ip = "100.64.0.6";
|
||||
};
|
||||
rx4 = {
|
||||
ip = "100.64.0.10";
|
||||
};
|
||||
vde = {
|
||||
ip = "100.64.0.1";
|
||||
};
|
||||
"16ach6".ip = "100.64.0.2";
|
||||
pc.ip = "100.64.0.5";
|
||||
pixel6a.ip = "100.64.0.4";
|
||||
rx4.ip = "100.64.0.10";
|
||||
sid.ip = "100.64.0.6";
|
||||
};
|
||||
services = {
|
||||
docs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue