Generate valid SPF and DMARC records, then verify them live against public DNS โ everything runs in your browser.
v=spf1 -all
Add this as a TXT record on your root domain. Publish only one SPF record per domain.
v=DMARC1; p=none
Add as a TXT record at _dmarc.yourdomain. Start with p=none to monitor, then tighten to quarantine and reject.
Queries A, MX, and TXT records live via Cloudflare DNS-over-HTTPS.
Enter a domain and run a lookup to see its live DNS records.