Learning Center
Browse the guides using the sidebar, or jump directly:
- Managing DNS with Terraform ā Learn how to manage your DNS zones and records as Infrastructure as Code using the DNScale Terraform Provider.
- Managing DNS with DNSControl ā Learn how to manage your DNS zones and records as code using DNSControl with the DNScale provider. Define your entire DNS configuration in JavaScript.
- What is an Anycast DNS Network? ā Learn how anycast networking works, why it matters for DNS, and how it delivers low-latency, resilient name resolution worldwide.
- Anycast DNS vs Unicast DNS ā Which Is Better for Your Domain? ā Compare anycast and unicast DNS routing to understand which approach delivers better performance, resilience, and DDoS protection for your domain.
- DNS for Cloud Infrastructure ā Best Practices and Architecture ā Learn cloud DNS best practices including service discovery, multi-cloud strategies, automation with Terraform, and TTL optimization for dynamic infrastructure.
- DNS A Record Explained ā What It Is and How to Use It ā Learn what a DNS A record is, how it maps domain names to IPv4 addresses, and how to create, query, and troubleshoot A records with practical dig command examples.
- DNS AAAA Record Explained ā IPv6 Address Mapping ā Learn what a DNS AAAA record is, how it maps domain names to IPv6 addresses, and how to set up dual-stack DNS with practical dig command examples.
- DNS CNAME Record Explained ā Aliases and Canonical Names ā Learn how DNS CNAME records create domain aliases, when to use them over A records, and how to avoid common pitfalls like apex restrictions and CNAME chains.
- DNS MX Record Explained ā Mail Exchange Configuration ā Learn how DNS MX records route email to mail servers, configure priority-based failover, and set up MX records for Google Workspace, Microsoft 365, and self-hosted mail.
- DNS SRV Record Explained ā Service Discovery via DNS ā Learn how DNS SRV records enable service discovery by advertising the host, port, priority, and weight for network services. Covers SIP, XMPP, LDAP, Active Directory, CalDAV, and more with dig examples.
- DNS TXT Record Explained ā Verification, SPF, and More ā Learn what DNS TXT records are, how they work, and their major use cases including domain verification, SPF, DKIM, DMARC, and Let's Encrypt DNS-01 challenges. Includes dig examples and common mistakes.
- DNS CAA Record Explained ā Certificate Authority Authorization ā Learn how CAA records control which Certificate Authorities can issue SSL/TLS certificates for your domain, preventing unauthorized issuance and strengthening your security posture.
- DNS NS Record Explained ā Nameserver Delegation ā Learn how NS records delegate DNS authority to nameservers, how glue records prevent circular dependencies, and how to configure nameserver delegation for subdomains.
- DNS PTR Record Explained ā Reverse DNS Lookups ā Learn how PTR records enable reverse DNS lookups, mapping IP addresses back to hostnames. Covers in-addr.arpa, ip6.arpa, FCrDNS, email deliverability, and practical dig examples.
- DNS TLSA Record Explained ā DANE Certificate Pinning ā Learn how TLSA records enable DANE certificate pinning, binding TLS certificates to domain names via DNS. Covers usage types, DANE for SMTP and HTTPS, DNSSEC requirements, and OpenSSL examples.
- Managed DNS vs Self-Hosted DNS ā Pros, Cons, and When to Choose Each ā Compare managed DNS services with self-hosted DNS servers. Understand the trade-offs in cost, complexity, security, and reliability to decide which approach fits your infrastructure.
- Primary DNS vs Secondary DNS ā Redundancy and Zone Transfers ā Understand the difference between primary and secondary DNS servers, how zone transfers (AXFR/IXFR) keep them in sync, and how to build a redundant DNS infrastructure.
- What Is a DDoS Attack? Types, Impact, and DNS Protection ā Learn what DDoS attacks are, how volumetric, protocol, and application-layer attacks work, and how anycast DNS networks protect your infrastructure.
- DNS Amplification Attacks Explained ā How They Work and How to Prevent Them ā Understand how DNS amplification attacks exploit open resolvers and spoofed IPs to generate massive traffic floods, and learn the prevention techniques that stop them.
- DNS Security Best Practices ā Protecting Your Domain ā Learn 10 actionable DNS security best practices including DNSSEC deployment, CAA records, email authentication, rate limiting, and DNS monitoring.
- DNS Cache Poisoning Explained ā How It Works and How to Prevent It ā Learn how DNS cache poisoning works, why the Kaminsky attack was so devastating, and how DNSSEC, source port randomization, and other defenses protect against DNS spoofing.
- DNS Tunneling Explained ā How Attackers Abuse DNS and How to Detect It ā Learn how DNS tunneling works, how attackers use it for data exfiltration and command-and-control, and how to detect and prevent tunneling on your network and authoritative zones.
- Multi-Provider DNS with Terraform & DNSControl ā Deploy DNS zones across DNScale and Hetzner DNS for redundancy using Terraform or DNSControl.
- DNS Network Performance Monitoring ā How DNScale measures real-time DNS response times from independent RIPE Atlas probes across backbone and last-mile networks worldwide.
- DNSSEC Key Management ā Understand DNSSEC signing keys, DS records, and how to perform safe key rollovers without breaking DNS resolution.
- Using DNScale as Your Secondary DNS Provider ā Add DNScale as a secondary DNS provider alongside your existing primary for redundancy, DDoS resilience, and global performance.
- DNSSEC vs DNS over HTTPS (DoH) ā Understand the difference between DNSSEC and DNS over HTTPS. DNSSEC proves DNS records are authentic; DoH encrypts queries for privacy. Learn why you need both.
- Let's Encrypt DNS-01 Challenges with DNScale ā Automate Let's Encrypt certificate issuance and renewal with DNS-01 challenges using DNScale. Works for wildcard certificates, edge-proxied origins, and servers with no public port 80.
- What is WHOIS? Domain Registration Data Explained ā Learn what WHOIS is, how it works, the impact of GDPR on domain privacy, and how RDAP is replacing WHOIS as the modern standard for registration data lookup.
- CNAME Records Explained ā Understand how CNAME records work, their limitations, and when to use them. Includes examples for the DNScale dashboard and API.
- CNAME vs A Record ā Understand the differences between CNAME and A records, when to use each, and how to choose the right DNS record type for your domain setup.
- DNS Attacks and Threats ā Learn about common DNS attacks including DDoS, cache poisoning, DNS tunneling, and amplification attacks, and how to protect your infrastructure.
- DNS Delegation for DNScale Regions ā How to update nameserver delegation at your registrar for DNScale zones, including the nameserver sets for each region (EU, GLOBAL, EU_GLOBAL).
- DNS Propagation Explained ā Understand what DNS propagation is, why DNS changes take time to spread across the internet, and how to check propagation status for your domain.
- DNS Record Types - Complete Guide to Supported Records ā A comprehensive guide to all DNS record types supported by DNScale, including A, AAAA, CNAME, MX, TXT, SRV, NS, PTR, CAA, TLSA, SSHFP, HTTPS, SVCB, and ALIAS records.
- DNS Redirects and URL Forwarding ā Learn how DNS redirects work, the difference between 301 and 302 redirects, and how to use CNAME records, HTTP redirects, and URL forwarding for your domain.
- DNS TTL Best Practices ā Learn recommended TTL values for different DNS record types, how to optimize TTL for migrations, performance, and reliability.
- Domain Registrar vs DNS Hosting ā Understand the key differences between a domain registrar and DNS hosting. DNScale explains how each service works and why both are vital for managing your domain.
- Email Security with SPF, DKIM, and DMARC ā Learn how to protect your domain from email spoofing using SPF, DKIM, and DMARC records. Step-by-step guide for dashboard and API setup on DNScale.
- Fix: DNS_PROBE_FINISHED_NO_INTERNET ā Learn what the DNS_PROBE_FINISHED_NO_INTERNET error means and how to fix it on Windows, macOS, Linux, and Chrome with step-by-step solutions.
- Global DNS Resolution Balancing ā How DNScale steers DNS queries over an Anycast network to the closest Point of Presence for lower latency and higher resilience.
- How to Close Your Account ā Learn how to permanently close your DNScale account, what happens to your data, and how to resolve outstanding invoices before closing.
- How to Flush Your DNS Cache ā Step-by-step instructions to flush your DNS cache on Windows, macOS, Linux, and Chrome. Learn why and when to clear your DNS cache.
- How to Update Your Payment Method ā Learn how to update your credit card, change your default payment method, or update billing information on your DNScale account.
- Multi-Factor Authentication (MFA) Guide ā Learn what multi-factor authentication is, how to enable 2FA on your DNScale account using an authenticator app or a hardware security key, and how the login flow works with MFA enabled.
- Multi-User Accounts and Zone Access Control ā Learn how to invite team members to your DNScale account, assign roles, and control which DNS zones each user can access.
- Paid Plans vs Pay As You Go ā Understand the differences between DNScale's subscription plans and Pay As You Go pricing, and find out which option suits your needs best.
- SSL and TLS Certificates Explained ā Understand what SSL and TLS certificates are, how they protect your website, and why every site should use them.
- System Records: Why Some DNS Records Are Protected ā Learn what system records are in DNS, why SOA and apex NS records are protected from modification, and how DNS providers manage them automatically.
- Types of DNS Servers Explained ā Learn about the different types of DNS servers, how they work, and why they are essential for the internet. DNScale explains recursive, root, TLD, and authoritative DNS servers.
- Understanding DNS Query Usage ā Learn how to monitor your DNS query usage, understand excess volume charges, and access your billing history in DNScale.
- What Is a CAA Record ā Learn how CAA records control which Certificate Authorities can issue SSL/TLS certificates for your domain. Includes examples for the DNScale dashboard and API.
- What Is a DNS Zone ā Learn what a DNS zone is and how it organises the records that define your domain's online presence.
- What Is a PTR Record ā Learn how PTR records enable reverse DNS lookups, mapping IP addresses to domain names. Includes examples for the DNScale dashboard and API.
- What Is a TLSA Record ā Learn how TLSA records enable DANE for certificate authentication, providing an alternative to traditional CA validation. Includes examples for the DNScale dashboard and API.
- What Is a TXT Record ā Learn what TXT records are and how they're used for domain verification, SPF, DKIM, and DMARC. Includes examples for the DNScale dashboard and API.
- What Is an A Record ā Learn what an A record is and how it connects your domain name to the correct IPv4 address. Includes examples for the DNScale dashboard and API.
- What Is an AAAA Record ā Learn what an AAAA record is and how it connects your domain name to an IPv6 address. Includes examples for the DNScale dashboard and API.
- What Is an ALIAS Record ā Learn how ALIAS records enable CNAME-like functionality at the root domain. Includes examples for the DNScale dashboard and API.
- What Is an HTTPS Record ā Learn how HTTPS records enable faster connections with HTTP/3, ECH, and connection hints. Includes examples for the DNScale dashboard and API.
- What Is an MX Record ā Learn how MX records direct email to the right mail servers, including priority settings. Includes examples for the DNScale dashboard and API.
- What Is an NS Record ā Learn how NS records delegate DNS authority to nameservers. Includes examples for the DNScale dashboard and API.
- What Is an SOA Record ā Learn what an SOA (Start of Authority) record is, what each field means, and how it controls zone transfers, caching, and DNS authority for your domain.
- What Is an SRV Record ā Learn how SRV records enable service discovery by specifying host and port information for services. Includes examples for the DNScale dashboard and API.
- What Is an SSHFP Record ā Learn how SSHFP records publish SSH host key fingerprints in DNS for server verification. Includes examples for the DNScale dashboard and API.
- What Is an SSL Certificate Chain ā Learn what an SSL certificate chain is, how the chain of trust works from root to leaf certificates, and how to diagnose common certificate chain errors.
- What Is an SVCB Record ā Learn how SVCB records enable service binding and discovery for any protocol. Includes examples for the DNScale dashboard and API.
- What is DNS? The Domain Name System Explained ā Learn what DNS is, how it works, and why the Domain Name System is essential for the modern internet. Discover how DNScale helps make DNS fast, secure, and reliable.
- What Is IPv6 and How Does It Differ from IPv4 ā Discover the key differences between IPv4 and IPv6 and why the internet is shifting toward the newer protocol.
- What Is My IP Address (Windows and Mac) ā Learn what an IP address is, why it matters, and how to find it on Windows and Mac. DNScale explains how your IP connects your device to the internet.
- What Is Secondary DNS ā Learn what secondary DNS is, how primary and secondary nameservers work together, and why redundant DNS is essential for domain reliability.
- What Is TTL ā Discover what Time to Live (TTL) means in DNS and how it affects the speed and accuracy of record updates across the internet.
- Zone Import Methods ā Learn about the different ways to import DNS zones into DNScale, including manual creation, BIND file import, provider migration, and DNS discovery.