What Entri Does (and Doesn’t Do)
Entri is a platform that helps developers offer seamless domain experiences to their users.Key distinction: When users connect an existing domain through Entri Connect, we configure DNS records at their current provider. We don’t transfer domains or change where they’re registered.
The Domain Ecosystem
DNS Record Types
A Record
Points a domain to an IPv4 address.AAAA Record
Points a domain to an IPv6 address.CNAME Record
Points a domain to another domain (an alias).MX Record
Directs email to mail servers.TXT Record
Stores text data, commonly used for verification and email authentication.NS Record
Specifies which DNS servers are authoritative for the domain.Root Domain vs Subdomain
In DNS configuration:
@or blank host = root domain- Any other value = subdomain
CNAME at Root: The Technical Limitation
Why it doesn’t work
The DNS specification (RFC 1034) states that if a CNAME record exists for a name, no other records can exist for that name. Since root domains typically need MX records (for email) and often TXT records (for verification), a CNAME at root would break email and other services.What happens when you try
Solutions
Option 1: Use A records insteadcheckDomain response to detect whether the user’s provider supports this:
Detecting flattening support
ThecheckDomain response includes CNAME flattening information:
TTL (Time to Live)
TTL specifies how long DNS resolvers should cache a record before checking for updates.Entri uses 300 seconds as the minimum TTL. Some providers enforce their own minimums and will override lower values.
DNS Propagation
After DNS changes, it takes time for the new records to be visible worldwide. This is called propagation. Typical propagation times:- Same DNS provider: Minutes
- Across the internet: 15 minutes to 48 hours
- Previous TTL value (old records stay cached until TTL expires)
- Geographic location of DNS resolvers
- Provider-specific delays
Common Misconceptions
”Entri transferred my domain”
Entri Connect configures DNS records at your existing provider. It doesn’t transfer domains between registrars. If you purchased a domain through Entri Sell, that domain is registered with a partner registrar (like IONOS) and managed through their systems.”I need to change my nameservers to use Entri”
Not required for most use cases. Entri works with your existing DNS provider. Nameserver changes are only needed if you’re delegating DNS to a different provider entirely.”My DNS changes should be instant”
DNS propagation takes time. Even after Entri reports success, some users may not see changes immediately due to caching.”CNAME and A records do the same thing”
They’re fundamentally different. A records point to IP addresses; CNAME records point to other domain names. This matters for root domains and for services that change IPs frequently.Related Pages
- Provider Limitations - Specific constraints by DNS provider
- Errors Overview - Common errors and how to resolve them
- Handling DKIM, SPF, DMARC - Email authentication records

