mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-18 18:25:10 -05:00
Here we overload the `local_data_remove` control command to support deleting specific records. Curently, this command deletes all records for a given zone. The modification works by attempting to parse the command argument first as a complete record and then as just a domain name, if the first attempt failed. This preserves the command's behavior, while also supporting removing specific records from the zone tree. Signed-off-by: R. Christian McDonald <rcm@rcm.sh> |
||
|---|---|---|
| .. | ||
| acl_list.c | ||
| acl_list.h | ||
| cachedump.c | ||
| cachedump.h | ||
| daemon.c | ||
| daemon.h | ||
| remote.c | ||
| remote.h | ||
| stats.c | ||
| stats.h | ||
| unbound.c | ||
| worker.c | ||
| worker.h | ||