Help Center

 
Topics
 
  • Account information (6)
  • Register domains (10)
  • Renew domains (5)
  • Transfer domains (5)
  • Manage domain contacts (3)
  • Billing and payment (14)
  • DNS configuration (10)
  • Email account, webmail (10)
  • Control panel (7)
Can I add SPF records?

SPF resource record is not offered at the moment.

However you can define your SPF in a TXT record. Example:
@   TXT   v=spf1 a:example.com -all

- '@' is the hostname
- 'TXT' is the resource record
- 'v=spf1 a:example.com -all' is the SPF syntax