To authorize the Aura Firetip Engine to dispatch on behalf of your domain, you must synchronize your DNS records. This establishes a sovereign handshake and ensures 100% deliverability through our sc01 node clusters.
Authorize the Firetip SMTP cluster IP. Add this TXT record to your root domain.
| Type | Host/Name | Value |
|---|---|---|
| TXT | @ | v=spf1 include:smtp.firetip.pro ~all |
Cryptographically sign every email leaving the node. This prevents spoofing.
| Type | Host/Name | Value |
|---|---|---|
| TXT | firetip._domainkey | v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQE... (Full Key in Dashboard) |
Instruct receiving servers (Gmail/Outlook) how to handle your sovereign dispatch.
| Type | Host/Name | Value |
|---|---|---|
| TXT | _dmarc | v=DMARC1; p=quarantine; adkim=r; aspf=r; |
Brackets your campaign links with your own domain identity to maximize deliverability and trust.
| Type | Host/Name | Value |
|---|---|---|
| CNAME | nodes | nodes.firetip.pro |
NODE_ALERT:
DNS propagation can take up to 24 hours. The sc01 node cluster will automatically ping your domain until the handshake is verified.