Jump to content

DNS things: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 January 2026

  • curprev 04:5404:54, 30 January 2026 Justus talk contribs 16,876 bytes +16,876 Created page with "This article contains interesting things that I’ve come across while learning more about DNS. <!--more--> <span id="anatomy-of-a-dns-request"></span> = Anatomy of a DNS request = Here’s how you can run a '''full DNS request''' for the domain <code>zombo.com</code> using <code>dig</code>: <syntaxhighlight lang="bash">dig +trace +all zombo.com</syntaxhighlight> When you run a full DNS request, <code>dig</code> retrieves the <code>A</code> DNS record for a domain by..."