This commit is contained in:
2026-06-24 07:40:04 +02:00
parent cfff0dedb3
commit 5d41290c1d
+2 -3
View File
@@ -3,16 +3,15 @@ _:
services.unbound = { services.unbound = {
enable = true; enable = true;
enableRootTrustAnchor = true; enableRootTrustAnchor = true;
settings = { settings = {
server = { server = {
interface = [ "0.0.0.0" "::0" ]; interface = [ "127.0.0.1" "10.11.0.10" ];
access-control = [ access-control = [
"127.0.0.0/8 allow" "127.0.0.0/8 allow"
"10.11.0.0/24 allow" "10.11.0.0/24 allow"
]; ];
prefetch = true; prefetch = true;
qname-minimisation = true; qname-minimisation = true;