mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
Fix double leading backticks
This commit is contained in:
parent
06ee4048bb
commit
8d04e87112
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
- Lookup the IP(s) associated with a hostname (A records)
|
- Lookup the IP(s) associated with a hostname (A records)
|
||||||
|
|
||||||
``dig +short {{hostname.com}}`
|
`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`
|
`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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user