Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,15 +1,15 @@
# dig
> DNS Lookup utility
> DNS Lookup utility.
- Lookup the IP(s) associated with a hostname (A records)
- Lookup the IP(s) associated with a hostname (A records):
`dig +short {{hostname.com}}`
- Lookup the mail server associated with a given domain name (MX record)
- Lookup the mail server associated with a given domain name (MX record):
`dig +short {{hostname.com}} MX`
- Specify an alternate DNS server to query (8.8.8.8 is google's public DNS)
- Specify an alternate DNS server to query (8.8.8.8 is google's public DNS):
`dig @8.8.8.8 {{hostname.com}}`