From 22f4e91aeeb8e5da7ac36fc448d477d7787b78db Mon Sep 17 00:00:00 2001 From: Vicky Risk Date: Mon, 14 Apr 2025 20:15:37 +0000 Subject: [PATCH] Update Config system requirements --- Config-system-requirements.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config-system-requirements.md b/Config-system-requirements.md index d2531dd..ab4e0f3 100644 --- a/Config-system-requirements.md +++ b/Config-system-requirements.md @@ -30,6 +30,8 @@ Use-cases: - [ ] Retrieve a single value from config - [ ] possibly without starting the server itself? - [ ] Add or remove a zone, with all its config values +- [ ] Add or remove a zone from a catalog zone +- [ ] Add or remove a forward zone - [ ] Change a top-level config object shared by many zones - e.g. `primaries`, `key` etc. - [ ] Change a global or view-level value which is inherited by child objects (e.g. `max-refresh-time` change in a view must propagate to all zones in the view, unless zone overrides this specific config) - [ ] Change view definition - e.g. `match-clients`