Skip to main content

POST /api/domain/verify-dns/

Performs live DNS lookups to verify that DNS records are properly configured.

Purpose

This endpoint provides optional verification by checking:
  1. SSL validation CNAME (Part 1)
  2. www CNAME pointing to CloudFront (Part 2)

Architecture

Internal Services

lookup_cname

Performs DNS CNAME lookup for a given hostname. Location: src/app/shared/cloudfront.py

Response Fields

Status Transitions

Code Location