This commit is contained in:
2026-06-24 07:40:04 +02:00
parent cfff0dedb3
commit 5d41290c1d
+1 -2
View File
@@ -3,10 +3,9 @@ _:
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"