nixpkgs/nixos/doc/manual/release-notes
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
..
release-notes.md 25.05 is Warbler 2024-11-14 09:10:54 -08:00
rl-1310.section.md
rl-1404.section.md
rl-1412.section.md
rl-1509.section.md treewide: Fix all Nix ASTs in all markdown files 2024-03-28 09:28:12 +01:00
rl-1603.section.md
rl-1609.section.md
rl-1703.section.md treewide: Fix all Nix ASTs in all markdown files 2024-03-28 09:28:12 +01:00
rl-1709.section.md
rl-1803.section.md
rl-1809.section.md
rl-1903.section.md
rl-1909.section.md nixos/doc/rl-1909: replace wiki reference with official wiki 2024-04-05 16:13:33 -04:00
rl-2003.section.md
rl-2009.section.md ankisyncd: remove 2024-09-11 13:53:06 +08:00
rl-2105.section.md
rl-2111.section.md nixos/pantheon-tweaks: remove 2024-05-22 21:58:16 +08:00
rl-2205.section.md nixos/frr: refactor 2024-10-09 22:49:50 +02:00
rl-2211.section.md grafana: 10.4.2 -> 11.0.0 2024-05-14 19:03:25 +02:00
rl-2305.section.md unifi-video: drop 2024-10-01 15:58:19 +01:00
rl-2311.section.md ankisyncd: remove 2024-09-11 13:53:06 +08:00
rl-2405.section.md nixos/wivrn: init module 2024-09-19 15:34:31 -04:00
rl-2411.section.md nixos/bind: Fix cacheNetworks option 2024-11-20 10:47:06 +01:00
rl-2505.section.md buildGoPackage: remove (#349478) 2024-11-19 22:41:50 +08:00