Query DNS Records from a Specific Server with dig
When you need to check DNS records from a particular server—especially to verify changes on authoritative nameservers before they propagate through cached resolvers—use dig with the @ syntax to specify the target DNS server. Basic Syntax dig @DNS_SERVER domain.com Replace DNS_SERVER with the IP address of the nameserver you want to query, and domain.com with…
