We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1641054 commit 5040d53Copy full SHA for 5040d53
README.md
@@ -28,6 +28,26 @@ NS google.com. 93h48m24s ns1.google.com.
28
SOA google.com. 55s ns1.google.com. dns-admin.google.com.
29
```
30
31
+### Query a specific record type
32
+
33
+```sh
34
+$ zns google.com -q NS
35
+NS google.com. 93h48m24s ns2.google.com.
36
+NS google.com. 93h48m24s ns3.google.com.
37
+NS google.com. 93h48m24s ns4.google.com.
38
+NS google.com. 93h48m24s ns1.google.com.
39
+```
40
41
+### Use a specific DNS server
42
43
44
+$ zns google.com -q NS --server 1.1.1.1
45
46
47
48
49
50
51
### JSON output
52
53
```sh
0 commit comments