DNS host · SPF

SPF record for DigitalOcean

How to add a SPF record when DNS or mail is at DigitalOcean. Real steps, then a live lookup.

Only if NS records point at digitalocean.com.

  1. Networking > Domains > the domain > Add record > TXT.
  2. Hostname @, value the SPF string, no extra quotes needed in their UI.

Official docs: DigitalOcean. Other records for this provider: SPF · DKIM · DMARC

Check it live

Check the SPF record

Look up the live DNS after you save. This tool does not spend credits.

v=spf1 include:_spf.google.com ~all

Publish as a single TXT record on the apex. Never create two SPF records.

Related