DNS & Domains
DNS configuration, domain management, and zone files.
61 articles
-
Wildcard DNS Records and Their Use Cases
Practical guide to wildcard featuring real-world examples, performance tuning tips, and security best practices.
32 views
-
Setting Up Pi-hole as Network DNS Filter
Practical guide to pi-hole featuring real-world examples, performance tuning tips, and security best practices.
30 views
-
CoreDNS: Flexible DNS Server for Modern Infrastructure
Guide to deploying CoreDNS as a flexible DNS server with plugin-based configuration for authoritative zones, caching, DoH/DoT, and Kubernetes integration.
379 views
-
Setting Up DNS over HTTPS (DoH)
Guide to setting up DNS over HTTPS (DoH) for encrypted DNS resolution, covering client configuration, server deployment with CoreDNS and Nginx, and testing.
257 views
-
DNS over TLS with Unbound
Guide to setting up DNS over TLS with Unbound as both a client (forwarding to encrypted upstream) and server (accepting encrypted queries), with DNSSEC validation.
355 views
-
GeoDNS: Location-Based DNS Routing
Guide to implementing GeoDNS for location-based DNS routing with PowerDNS GeoIP, BIND views, and cloud DNS services for geographic load distribution.
442 views
-
Migrating DNS Zones with AXFR Zone Transfers
Guide to DNS zone migration using AXFR zone transfers with TSIG authentication, covering BIND and PowerDNS configuration and provider migration workflows.
302 views
-
Secondary DNS Server for Redundancy
Guide to setting up secondary DNS servers for redundancy using BIND, NSD, and cloud DNS providers with zone transfer configuration and testing.
272 views
-
CAA DNS Records and Certificate Authorities
Guide to CAA DNS records for controlling SSL/TLS certificate issuance, with configurations for popular CAs, subdomain inheritance, and troubleshooting.
273 views
-
Let's Encrypt DNS-01 Challenge for Wildcard Certificates
Guide to obtaining Let's Encrypt wildcard certificates using DNS-01 challenges with automated DNS provider plugins for Cloudflare, Route 53, and acme.sh.
391 views
-
Debugging DNS with dig +trace
Practical guide to DNS debugging with dig +trace, covering resolution tracing, delegation verification, DNSSEC validation, and batch DNS testing scripts.
620 views
-
dnsmasq: Local Caching DNS and DHCP
Guide to dnsmasq for local DNS caching, custom DNS entries, DHCP, split DNS, and development environment DNS configuration.
636 views
-
Understanding DNS TTL Values and Caching
Complete guide to DNS TTL values, covering recommended settings for different record types, migration strategies, failover configuration, and caching behavior.
605 views
-
Dynamic DNS with TSIG Keys
Guide to Dynamic DNS with TSIG key authentication using BIND and nsupdate, with automated update scripts, per-host keys, and PowerDNS API updates.
432 views
-
DANE: DNS-Based Authentication for Email TLS
Guide to implementing DANE for email TLS authentication using DNSSEC-signed TLSA records, covering Postfix configuration, certificate pinning, and renewal handling.
297 views
-
Monitoring DNS Query Logs for Security
Guide to DNS query log monitoring for security, covering log configuration, tunneling detection, malware C2 identification, data exfiltration alerts, and DNS blocklists.
485 views
-
Building a DNS Failover System
Guide to building DNS failover systems with health checks, covering self-hosted DDNS failover, AWS Route 53, and Cloudflare load balancing configurations.
539 views
-
Migrating DNS Zones Between Providers
Step-by-step tutorial for migration on Ubuntu/Debian servers, with practical code examples and troubleshooting tips.
33 views
-
Running a Private DNS Resolver with Unbound
A comprehensive guide to unbound covering installation, configuration, and optimization for Linux VPS environments.
31 views
-
DNS Load Balancing with Round Robin and Weighted Records
Everything you need to know about load-balancing for your VPS, from initial setup to production-ready configuration with round-robin.
33 views
-
Troubleshooting DNS Propagation Issues
Everything you need to know about propagation for your VPS, from initial setup to production-ready configuration with troubleshooting.
31 views
-
How to Set Up Split-Horizon DNS
How to Set Up Split-Horizon DNS
Split-horizon DNS (also called split-brain DNS) allows you to return different DNS query results depending on the source of the request. This is commonly us
57 views
-
How to Configure DNSSEC for Your Domain
How to Configure DNSSEC for Your Domain
DNSSEC (Domain Name System Security Extensions) adds a layer of authentication to DNS responses by digitally signing records. This prevents attacker
60 views
-
How to Set Up Dynamic DNS on Your Breeze
How to Set Up Dynamic DNS on Your Breeze
Dynamic DNS (DDNS) automatically updates DNS records when your IP address changes. While your Breeze has a static IP, you may need DDNS for home la
56 views
-
How to Set Up PowerDNS Authoritative Server
Setting Up PowerDNS Authoritative Server PowerDNS is a high-performance, open-source DNS server that supports multiple backends including MySQL, PostgreSQL, ...
60 views
-
How to Configure Split-Horizon DNS on Linux
Configuring Split-Horizon DNS on Linux Split-horizon DNS (also called split-brain DNS) returns different answers depending on the source of the query. This i...
59 views
-
How to Set Up DNSSEC on Your Domain
Setting Up DNSSEC on Your Domain DNSSEC adds cryptographic signatures to DNS records, protecting against cache poisoning and man-in-the-middle attacks. Enabl...
52 views
-
How to Set Up Dynamic DNS with ddclient
Setting Up Dynamic DNS with ddclient Dynamic DNS automatically updates your DNS records when your IP address changes. This is essential if your Breeze or hom...
54 views
-
Reverse DNS PTR Record Setup Guide
Everything you need to know about reverse-dns for your VPS, from initial setup to production-ready configuration with ptr.
34 views
-
How to Use dig and nslookup for DNS Troubleshooting
171 views
-
How to Set Up a Wildcard DNS Record
244 views
-
Understanding Cloudflare DNS and Proxy Mode
66 views
-
How to Transfer a Domain to a New Registrar
223 views
-
How to Set Up DNS for Email with Google Workspace or Microsoft 365
199 views
-
Troubleshooting DNS Propagation Issues
96 views
-
Understanding DNS Record Types: A Complete Reference
231 views
-
How to Set Up a Private DNS Server with BIND9
102 views
-
Setting Up Reverse DNS (PTR Records) for Your VPS
74 views
-
Transferring a Domain to a New Registrar
54 views
-
Using Cloudflare DNS with Your Domain
59 views
-
Setting Up Subdomain DNS Records
57 views
-
How DNS Propagation Works
56 views
-
DNS Record Types Explained
54 views
-
Setting Up Reverse DNS for Your Server
59 views
-
How to Configure SPF DKIM and DMARC
59 views
-
Running a Local DNS Resolver with Unbound
57 views
-
Managing DNS Zones with BIND9
56 views
-
Understanding DNS Record Types
DNS records tell the internet where to find your services. Here are the most common types.A RecordMaps a domain to an IPv4 address.example.com A 198.48.63.241AA...
424 views
-
How to Point a Domain to Your Breeze
Connect your custom domain to your VPS in a few simple steps.Step 1: Get Your IPFind your Breeze's IP address in the portal under Breezes → [Your Server].S...
329 views
-
How to Use Cloudflare DNS with Your Breeze
Cloudflare provides free DNS hosting, DDoS protection, and CDN caching.SetupCreate a free Cloudflare accountAdd your domain to CloudflareCloudflare will scan yo...
507 views
-
How to Set Up BIND DNS Server
Run your own authoritative DNS server with BIND.Installapt install bind9 bind9-utils -yConfigure a ZoneEdit /etc/bind/named.conf.local:zone "example.com" {\n ty...
122 views
-
How to Check DNS Propagation
After changing DNS records, verify they've propagated globally.Command Line# Query specific DNS server\ndig @8.8.8.8 example.com\ndig @1.1.1.1 example.com\n\n# ...
448 views
-
Understanding DNS Caching and TTL Values
A comprehensive guide to caching covering installation, configuration, and optimization for Linux VPS environments.
30 views
-
PowerDNS Authoritative Server Setup
Step-by-step tutorial for powerdns on Ubuntu/Debian servers, with practical code examples and troubleshooting tips.
34 views
-
CoreDNS Configuration for Kubernetes
A comprehensive guide to coredns covering installation, configuration, and optimization for Linux VPS environments.
36 views
-
DNS Failover Configuration for High Availability
Everything you need to know about failover for your VPS, from initial setup to production-ready configuration with ha.
33 views
-
Understanding DNS Record Types: A Complete Guide
Learn how to set up and configure dns on your VPS with step-by-step instructions, including records and best practices for production environments.
32 views
-
Configuring Split-Horizon DNS on Linux
A comprehensive guide to split-horizon covering installation, configuration, and optimization for Linux VPS environments.
32 views
-
DNSSEC: What It Is and How to Enable It
DNSSEC (DNS Security Extensions) adds cryptographic signatures to DNS records, preventing attackers from forging DNS responses.
765 views
-
Setting Up DNSSEC for Domain Security
A comprehensive guide to dnssec covering installation, configuration, and optimization for Linux VPS environments.
32 views
-
DNS over HTTPS with Cloudflared
Learn how to set up and configure doh on your VPS with step-by-step instructions, including cloudflared and best practices for production environments.
32 views