mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 05:35:42 +02:00
Fixing dependencies
This commit is contained in:
parent
c5eb598d5c
commit
7a2208f2ec
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
||||||
- Perform a reverse DNS lookup on an IP address (PTR record):
|
- Perform a reverse DNS lookup on an IP address (PTR record):
|
||||||
|
|
||||||
`dig -x 8.8.8.8`
|
`dig -x 8.8.8.8`
|
||||||
|
|
||||||
|
- Find authoritative name servers for the zone and display SOA records:
|
||||||
|
|
||||||
|
`dig +nssearch {{hostname.com}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue