nixpkgs/nixos/doc/manual
TobTobXX 26fbd1adbe
nixos/bind: Fix cacheNetworks option
services.bind.cacheNetworks should only apply to recursive queryies, as
per the option documentation:
> Note that this is for recursive queries – all networks are allowed to
> query zones configured with the zones option by default [...].

This would correspond to the `allow-query-cache` option in named.conf,
as per the BIND docs[1]:
> Specifies which hosts (an IP address list) can access this server’s
> cache and thus effectively controls recursion.

And not `allow-query`, which restricts all requests (including requests
where the server has authority) [2]:
> Specifies which hosts (an IP address list) are allowed to send queries
> to this resolver.
> [...]
> Note:
> `allow-query-cache` is used to specify access to the cache.

[1]: https://bind9.readthedocs.io/en/v9.20.0/reference.html#namedconf-statement-allow-query-cache
[2]: https://bind9.readthedocs.io/en/v9.20.0/reference.html#namedconf-statement-allow-query
2024-11-20 10:47:06 +01:00
..
administration Revert "NixOS apply script" 2024-11-01 20:18:09 -04:00
configuration docs: remove references before 22.11 2024-11-17 12:51:09 +01:00
development formats.ini: expose INI atom from all ini formats 2024-11-18 16:07:22 +01:00
installation docs: remove references before 22.11 2024-11-17 12:51:09 +01:00
release-notes nixos/bind: Fix cacheNetworks option 2024-11-20 10:47:06 +01:00
common.nix
contributing-to-this-manual.chapter.md nixos-render-docs: init redirects system 2024-11-15 14:09:21 +01:00
default.nix nixos-render-docs: init redirects system 2024-11-15 14:09:21 +01:00
manual.md
nixos-options.md
preface.md
README.md
redirects.json nixos-render-docs: init redirects system 2024-11-15 14:09:21 +01:00
shell.nix devmode: move to pkgs/by-name 2024-11-12 10:16:58 +01:00