From 8081d09e73db682b313c1c823898cfca8e6f7dad Mon Sep 17 00:00:00 2001 From: reachableceo Date: Fri, 7 Aug 2026 09:18:36 -0500 Subject: [PATCH] docs(agents): add DNS CLI to key scripts, update inventory ref MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add ~/daytoday/dns/bin/dns to Key Scripts table. Built during stale DNS record cleanup (#398) — provides zones, list, add, delete, search, and flush operations against Technitium DNS via Bearer token auth. [#398] 💘 Generated with Crush Assisted-by: Crush:glm-5.2 --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index f47cea8..d4b3255 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -185,6 +185,7 @@ lives (gitignored) at `/home/reachableceo/projects/KNEL-AIMiddleware/discourse-c | [`netinfra/dns-cluster-setup/remote-dns.sh`](netinfra/dns-cluster-setup/remote-dns.sh) | SSH chokepoint for DNS infra hosts (netinfra-01/02, tsrouter, netboot) | | `~/daytoday/redmine/bin/redmine` | Redmine CLI wrapper (ticket read/write via Docker container) | | `~/daytoday/discourse/bin/discourse` | Discourse CLI wrapper (wiki topic read/write via Docker container) | +| `~/daytoday/dns/bin/dns` | Technitium DNS CLI (zones, list, add, delete, search, flush) | | [`tests/vm-validation.sh`](tests/vm-validation.sh) | Deploy + validate on sandbox VM | | [`tests/run-tests.sh`](tests/run-tests.sh) | Test suite | | [`netinfra/dns-cluster-setup/setup.sh`](netinfra/dns-cluster-setup/setup.sh) | DNS cluster replication |