Consolidate the Technitium DNS CLI into tooling-cli/dns/ with a
containerized bash CLI (src/dns_cli.sh), Dockerfile (alpine +
curl/python3/bind-tools/bash), README, AGENTS.md, validate.sh, and
.env.example. Env vars aligned to the centralized ~/.creds/technitium.env
store (TECHNITIUM_URL, TECHNITIUM_DNS_TOKEN, TECHNITIUM_DNS_ZONE).
Image built and pushed to the registry as
git.knownelement.com/reachableceo/dns-cli:latest. Verified live:
zones, list, and search all return data.
💘 Generated with Crush
Assisted-by: Crush:glm-5.2
6 lines
232 B
Bash
6 lines
232 B
Bash
# Technitium DNS connection details
|
|
# Copy this file to .env and fill in real values. The .env file is gitignored.
|
|
TECHNITIUM_URL=http://pfv-netinfra-01:5380
|
|
TECHNITIUM_DNS_TOKEN=your-dns-api-token-here
|
|
TECHNITIUM_DNS_ZONE=knel.net
|