We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9386c58 commit 3409971Copy full SHA for 3409971
cmd/doggo/cli.go
@@ -36,7 +36,7 @@ func main() {
36
f.StringSliceP("query", "q", []string{}, "Domain name to query")
37
f.StringSliceP("type", "t", []string{}, "Type of DNS record to be queried (A, AAAA, MX etc)")
38
f.StringSliceP("class", "c", []string{}, "Network class of the DNS record to be queried (IN, CH, HS etc)")
39
- f.StringSliceP("nameservers", "n", []string{}, "Address of the nameserver to send packets to")
+ f.StringSliceP("nameserver", "n", []string{}, "Address of the nameserver to send packets to")
40
f.BoolP("reverse", "x", false, "Performs a DNS Lookup for an IPv4 or IPv6 address. Sets the query type and class to PTR and IN respectively.")
41
42
// Resolver Options
0 commit comments