nixpkgs/nixos
William G Hatch 9abc97dc65 bind: Expand description of services.bind.cacheNetworks
The new description should give more clear understanding of when to
edit the option.

I used NixOS to set up a DNS server that is authoritative for certain
zones.  The description of the `cacheNetworks` option made me think I
needed to set it to `"any"` to allow people to query the zone I set
up.  Reading the source of the module would have clarified my
understanding, but at the time I just read the description and thought
little of it.  Later I discovered I was getting tons of DNS requests
and presumably being used for a DNS amplification attack or similar.
I have fixed the problem now, but I would like the option to have a
clearer description so others don't make the same mistake I did.
2019-11-19 22:24:30 +01:00
..
doc nixos/manual: fix xml syntax error 2019-11-18 02:26:17 +01:00
lib Merge pull request #73251 from worldofpeace/remove-slim 2019-11-15 15:56:48 +00:00
maintainers ec2-amis.nix: add 19.09 amis 2019-10-28 14:04:20 -04:00
modules bind: Expand description of services.bind.cacheNetworks 2019-11-19 22:24:30 +01:00
tests Merge pull request #73188 from blitz/spike 2019-11-17 19:19:17 +01:00
COPYING
default.nix
README
release-combined.nix nixos/slim: remove 2019-11-11 17:10:41 -05:00
release-small.nix release-small.nix: Don't depend on currentSystem 2019-06-19 14:07:37 +02:00
release.nix Merge pull request #68265 from tkerber/rpi4 2019-09-27 14:35:17 -04:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.