add private domain to unbound
All checks were successful
nixos config pipeline / show-flake (push) Successful in 28s
nixos config pipeline / deploy (push) Successful in 48s

This commit is contained in:
smayzy 2025-09-04 19:10:12 +02:00
parent 5a95c0cd66
commit a6aea5e01b

View File

@ -37,6 +37,7 @@ in
"127.0.0.0/8 allow"
"192.168.0.0/16 allow"
];
private-domain = [ "internal.smayzy.ovh" ];
local-zone = [ "internal.smayzy.ovh. static" ];
local-data = [
''"npm-local.internal.smayzy.ovh. A 192.168.1.181"''