Difference between revisions of "Dig"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
[[wikipedia:Dig_(command)]]<ref>https://linux.die.net/man/1/dig</ref> is a command line tool to query [[Domain name servers]].
 
[[wikipedia:Dig_(command)]]<ref>https://linux.die.net/man/1/dig</ref> is a command line tool to query [[Domain name servers]].
 
* Man page: https://linux.die.net/man/1/dig
 
* Man page: https://linux.die.net/man/1/dig
 +
* Config: <code>${HOME}/[[.digrc]]</code>
  
  

Revision as of 07:52, 9 December 2021

wikipedia:Dig_(command)[1] is a command line tool to query Domain name servers.


  • dig srv _jabber._tcp.example.com

Examples

  • dig YOUR-DOMAIN-NAME.COM
  • dig +short YOUR-DOMAIN-NAME.COM
  • dig YOUR-DOMAIN-NAME.COM SOA
  • dig YOUR-DOMAIN-NAME.COM +timeout=20
  • dig YOUR-DOMAIN-NAME.COM @8.8.8.8
  • dig +trace YOUR-DOMAIN-NAME.COM @8.8.8.8
  • dig +notrace YOUR-DOMAIN-NAME.COM @8.8.8.8
  • dig YOUR-DOMAIN-NAME.COM +dnssec +short
  • dig YOUR-DOMAIN-NAME.COM any

To query an specific DNS server: @ns0.wikimedia.org

  • dig wikimedia.org @ns0.wikimedia.org

To query an specific DNS server: @ns0.wikimedia.org for an specific record: MX

  • dig +dnssec +norecurse @ns-cloud-a4.googledomains.com sapientia.dev SOA
  • dig -t MX wikipedia.org
  • dig -t TXT google.com
  • dig -t NS google.com
  • dig -t SOA google.com

Related commmands

See also

  • https://linux.die.net/man/1/dig
  • Advertising: