set minimal-responses to no in unbound
All checks were successful
nixos config pipeline / show-flake (push) Successful in 27s
nixos config pipeline / deploy (push) Successful in 53s

This commit is contained in:
smayzy 2025-09-03 18:38:02 +02:00
parent c97a14d603
commit 5a95c0cd66

View File

@ -32,6 +32,7 @@ in
server = { server = {
interface = [ "0.0.0.0" ]; interface = [ "0.0.0.0" ];
qname-minimisation = "yes"; qname-minimisation = "yes";
minimal-responses = "no";
access-control = [ access-control = [
"127.0.0.0/8 allow" "127.0.0.0/8 allow"
"192.168.0.0/16 allow" "192.168.0.0/16 allow"