Editing DNS Records¶
Use this page to work with editing dns records. DNS changes can affect websites and email, so confirm the current records and expected destination before saving changes.
Before you edit¶
DNS controls where your website, email, and other domain services point. A small change can move mail or website traffic away from the correct server, so confirm the record type and target before saving.
Edit Records In cPanel¶
- Log in to cPanel.
- Open
Zone Editor. - Select the domain you want to update.
- Add, edit, or remove the needed record.
- Save the change and give it a few minutes to synchronize across Fused DNS.
Most Fused DNS changes synchronize across our cluster in about 1-2 minutes. Public DNS caches elsewhere may keep older answers longer.
Adjusting MX records
Be especially careful changing MX records. MX records control where mail for the domain is delivered. If you are moving mail to or from Fused, contact Fused support before changing them so we can verify the plan.
Common DNS Tasks¶
-
Point a website
Use
A,AAAA, orCNAMErecords to point a hostname at a server or another hostname. -
Change email routing
Use
MXrecords to choose the mail provider. Use TXT records for SPF, DKIM, and DMARC. -
Improve email authentication
Check SPF, DKIM, and DMARC records before tightening mail policies.
-
Changes not showing yet
If a recent DNS update is not visible locally, clear your computer's DNS cache.
Record Type Quick Reference¶
| Record type | Common use | Be careful when |
|---|---|---|
A |
Points a hostname to an IPv4 address. | Moving a live website or control panel hostname. |
AAAA |
Points a hostname to an IPv6 address. | The destination server does not support IPv6. |
CNAME |
Points one hostname at another hostname. | Adding it at the root domain or alongside other records for the same hostname. |
MX |
Chooses where email for the domain is delivered. | Moving mail providers or mixing old and new providers. |
TXT |
Stores SPF, DKIM, DMARC, verification, and policy values. | Adding multiple SPF records or replacing a provider verification record. |