Linux Tutorial for Beginners | dig Command | Troubleshoot DNS Issues | FOTV

Опубликовано: 04 Октябрь 2024
на канале: Dilkush
7,506
70

DIG = Domain Information Groper. Dig is a flexible tool for interrogating DNS name servers. It performs DNS lookup and displays the answers that are returned from the name servers that were queried.

To install dig command bind-utils package required

dig hostname
dig domainName
dig @DNServerName HostName
dig -x hostname