https://github.com/saswatamcode/go-weblookup-cli
A simple CLI written in Go which lets you query IPs, CNAMEs, MX records and name servers for a particular host.
https://github.com/saswatamcode/go-weblookup-cli
cli golang server web
Last synced: over 1 year ago
JSON representation
A simple CLI written in Go which lets you query IPs, CNAMEs, MX records and name servers for a particular host.
- Host: GitHub
- URL: https://github.com/saswatamcode/go-weblookup-cli
- Owner: saswatamcode
- License: mit
- Created: 2020-04-14T14:22:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T03:55:29.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T16:27:23.672Z (over 1 year ago)
- Topics: cli, golang, server, web
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[](https://GitHub.com/Naereen/ama)
[](https://code.visualstudio.com/)
[](https://GitHub.com/saswatamcode/go-weblookup-cli/network/)
[](https://GitHub.com/saswatamcode/go-weblookup-cli/stargazers/)
[](https://GitHub.com/saswatamcode/go-weblookup-cli/issues/)
[](https://github.com/ellerbrock/open-source-badges/)
# Go WebLookup CLI
A simple CLI written in Go which lets you query IPs, CNAMEs, MX records and name servers for a particular host.
## Usage
NAME:
WebLookup CLI - Lets you query IPs, CNAMEs, MX records and name servers!
USAGE:
cli [global options] command [command options] [arguments...]
COMMANDS:
ns Looks up the name servers for a Particular Host
ip Looks up the IP addresses for a particular host
cname Looks up the CNAME for a particular host
mx Looks up the MX Records for a particular host
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
## Example

## To Run
- Clone into repo
- Run `go get github.com/urfave/cli`
- Run `go run cli.go` to view usage or `go build cli.go`