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:- SSL validation CNAME (Part 1)
- 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