Policy Import
Bulk-upload allow / deny domains from CSV. Validates, dedupes, and pushes rules to a profile via PATCH.
Service
apps/api
ProfilesService
- POST /v1/profiles/:id/rules/bulk
Worker
—
—
Operational utilities backed by the SecDNS control plane. Protective DNS, recursive filtering, and authoritative zone hosting are all wired into these tools.
Bulk-upload allow / deny domains from CSV. Validates, dedupes, and pushes rules to a profile via PATCH.
apps/api
ProfilesService
—
—
Scan domains for SPF, DMARC, DKIM, DNSSEC, AXFR exposure, dangling CNAMEs, and 25+ checks with compliance mapping.
apps/api
NestJS API (ScansModule)
apps/worker
Celery Worker
Upload a BIND zone file and import records into your hosted zone via PATCH RRsets.
apps/api
ZonesModule
—
—
Simulate a DNS lookup against a profile policy. See which allow/deny rule matched (or which blocklists would apply) before deploying.
apps/api
ProfilesService
—
—