ℹ️
The domain excelcaregroup.com.au is registered and managed through Hostgator. DNS records control where emails go, where the website lives, and how mail services like Resend authenticate sending.

What Is DNS?

DNS (Domain Name System) is like a phone book for the internet. It translates a domain name like excelcaregroup.com.au into the actual server addresses that computers need to connect to. Different types of DNS records do different things:

Record TypeWhat It DoesExample Use
APoints the domain to an IP addressPointing excelcaregroup.com.au to a web server
CNAMEPoints a subdomain to another domain namePointing www.excelcaregroup.com.auwebapp-prod-496513.web.app
TXTStores text for verification/authenticationSPF, DKIM, DMARC records for email; Google site verification
MXDirects email to the correct mail serverRouting @excelcaregroup.com.au emails to Microsoft 365 / Google Workspace
NSNameservers — who controls the DNSHostgator's nameservers

Logging In to Hostgator cPanel

  1. Go to hostgator.com and click Login in the top-right corner.
  2. Log in with the ExcelCare Hostgator account credentials (held by project owner — samson.sam@excelcaregroup.com.au).
  3. From the customer portal, click HostingManage next to the excelcaregroup.com.au hosting plan.
  4. Click cPanel to open the control panel.
  5. In cPanel, scroll to the Domains section and click Zone Editor (or Advanced DNS Zone Editor).
⚠️
DNS changes take time. After saving a DNS record, it can take anywhere from a few minutes to 48 hours to fully propagate across the internet. This is called "TTL propagation".

How to Add a New DNS Record

  1. Log in to cPanel and open Zone Editor.
  2. Find the domain excelcaregroup.com.au and click Manage.
  3. Click Add Record.
  4. Fill in the fields:
    • Name — the subdomain or @ for the root domain
    • TTL — leave as default (3600 or 14400)
    • Type — select the record type (TXT, CNAME, A, etc.)
    • Value/Data — the record content
  5. Click Save Record.

How to Edit an Existing DNS Record

  1. In Zone Editor, find the record you want to change in the list.
  2. Click Edit next to it.
  3. Update the value and click Save Record.
🚨
Never delete MX records or NS records unless you are absolutely sure. Deleting MX records will stop all email for the domain. Deleting NS records will take the entire domain offline.

Common DNS Tasks

1. Add Resend email authentication (SPF / DKIM / DMARC)

Resend provides the exact DNS records to add after you verify your domain in their dashboard.

  1. Log in to resend.comDomains → click excelcaregroup.com.au.
  2. Resend will show you a list of DNS records to add (usually 2–3 TXT records and a CNAME). Copy each one.
  3. Add each record in Hostgator Zone Editor.
  4. Return to Resend and click Verify DNS Records. You may need to wait up to 1 hour for propagation.

Typical Resend records look like:

TypeName (Host)Value
TXT@ or excelcaregroup.com.auv=spf1 include:amazonses.com ~all
TXTresend._domainkeyp=MIGfMA0GCSq... (long key from Resend)
CNAMEem1234feedback-smtp.us-east-1.amazonses.com
ℹ️
Copy the exact values from Resend's dashboard — the values above are examples only. The actual keys are unique to your account.

2. Add a DMARC record

DMARC tells mail providers what to do with emails that fail SPF/DKIM checks:

FieldValue
TypeTXT
Name_dmarc
Valuev=DMARC1; p=none; rua=mailto:dmarc@excelcaregroup.com.au

Start with p=none (monitoring only). After confirming no legitimate mail is being flagged, you can tighten to p=quarantine or p=reject.

3. Point a custom domain to Firebase Hosting

To use www.excelcaregroup.com.au instead of webapp-prod-496513.web.app:

  1. In Firebase Console → Hosting → click Add custom domain.
  2. Enter www.excelcaregroup.com.au. Firebase will give you two TXT records to add for verification and two A records for the actual site.
  3. Add those records in Hostgator Zone Editor.
  4. Return to Firebase Console and click Verify. Firebase will also provision an SSL certificate automatically.

The records Firebase provides look like:

TypeNameValue
TXTwww or @Firebase verification token (unique)
Awww151.101.1.195
Awww151.101.65.195

4. Verify if a DNS record has propagated

Use these free tools to check if your DNS change is live globally:

Current DNS Records Reference

The key records that should exist for this domain (verify in Hostgator Zone Editor):

TypeNamePurpose
TXT@SPF record for Resend email authentication
TXTresend._domainkeyDKIM signing key for Resend
TXT_dmarcDMARC email policy
MX@Incoming email routing (Microsoft 365 / Google Workspace)
A or CNAMEwwwPoints website to Firebase Hosting (if custom domain is set up)
⚠️
Before making any DNS changes, take a screenshot of the current Zone Editor records. This gives you a reference to restore from if something goes wrong.

If Something Breaks After a DNS Change

  1. Go back to Hostgator Zone Editor immediately.
  2. Compare the current records to your screenshot (or the reference table above).
  3. Restore the original value of the record you changed.
  4. Wait for propagation (up to 1 hour for most changes).
  5. If email is affected, contact the project owner (samson.sam@excelcaregroup.com.au) and the hosting provider support immediately.

Hostgator Support