Browse Source

Fixing dependencies

Bob Strecansky 8 years ago
parent
commit
7a2208f2ec
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/dig.md

+ 4 - 0
pages/common/dig.md

@@ -17,3 +17,7 @@
 - Perform a reverse DNS lookup on an IP address (PTR record):
 
 `dig -x 8.8.8.8`
+
+- Find authoritative name servers for the zone and display SOA records:
+
+`dig +nssearch {{hostname.com}}`