Skip to content

Commit

Permalink
fix: resolve ips
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Oct 2, 2023
1 parent 1992315 commit a39a989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ type Flags struct {
ShowAll bool `long:"all" description:"Show all sections and statistics"`
Whois bool `short:"w" description:"Resolve ASN/ASName for A and AAAA records"`
ValueOnly bool `short:"r" long:"value" description:"Show record values only"`
ResolveIPs bool `short:"R" long:"resolve-ips" description:"Resolve PTR records for IP addresses in A and AAAA records"`

// Header flags
AuthoritativeAnswer bool `long:"aa" description:"Set AA (Authoritative Answer) flag in query"`
Expand Down

0 comments on commit a39a989

Please sign in to comment.