Skip to content

Command line DNS querying utility (kind of like dig) written in Go

License

Notifications You must be signed in to change notification settings

michaelbutler/dns-client-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dns-client-go

Command-line DNS querying utility written in Go.

Usage

NAME:
   dnsclient - Query DNS records

USAGE:
   dnsclient [global options]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --debug             Enable debug mode, prints raw bytes (default: false)
   --dns-server value  DNS server to query
   --domain value      Domain name to query
   --port value        Port to use for DNS query (default: "53")
   --type value        Type of DNS record to query (default: "A")
   --help, -h          show help

About

Command line DNS querying utility (kind of like dig) written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages