Skip to content

zunedz/go-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Lookup CLI

Clone this github repo:

git clone https://github.com/zunedz/go-cli.git
cd go-cli

Make sure Docker is already running, then run:

make run-cli

Inside the terminal, run cli to list out cli commands and its functionalities.

Description

This CLI provides query for IPs, CNAMEs, MX records and Name Servers

Usage

[global options] command [command options] [arguments...]

With global options:

 --host value  (default: "http://youtube.com")
 --help, -h    show help

Commands:

  • ns will retrieve the name servers
  • cname will lookup the CNAME for a given host
  • mx will lookup the mail exchange records for a given host
  • ip will lookup the ip address for a given host
  • help, h Shows a list of commands or help for one command

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published