2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00

Update Config system requirements

Petr Špaček 2025-01-23 12:31:40 +00:00
parent 1d4f2dc25b
commit 08aef247d6

@ -19,7 +19,11 @@ Use-cases:
- [ ] Validate configuration - before server (re)start
- [ ] Start a server - should not take ages to parse & use config from disk
- [ ] Retrieve full running configuration
- [ ] Retrieve values modified in local config (i.e. values which are inherited from default)
- [ ] Retrieve all values modified in local config (i.e. values which are inherited from default)
- [ ] possibly without starting the server itself?
- [ ] Retrieve a single subtree from config (e.g. config for zone `example.com`)
- [ ] possibly without starting the server itself?
- [ ] Retrieve a single value from config
- [ ] possibly without starting the server itself?
- [ ] Add or remove a zone, with all its config values
- [ ] Change a top-level config object shared by many zones - e.g. `primaries`, `key` etc.