Skip to content

Commit

Permalink
feat(doggo): add --any query option (#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofcornejo authored Jul 5, 2024
1 parent c3c9fee commit 4eb7a3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/doggo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ const completionSpec: Fig.Spec = {
insertValue: "-x {cursor}",
description: "Performs a reverse DNS lookup for an IPv4 or IPv6 address",
},
{
name: "--any",
description:
"Query all supported DNS record types (A, AAAA, CNAME, MX, NS, PTR, SOA, SRV, TXT, CAA)",
},
{
name: "--strategy",
description: "Specify strategy to query nameservers (all, random, first)",
Expand Down

0 comments on commit 4eb7a3e

Please sign in to comment.