boratanrikulu / downchecker

A tiny tool that checks the given domain is down.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Downchecker.

A tiny tool that checks the given domain is down.

Installation

This project needs to Go (At least 1.13) to compile.
Download from here.

Get the repo.

go get github.com/boratanrikulu/downchecker

Usage

NAME:
   Downchecker - A tiny tool that checks the given domain is down.

USAGE:
   downchecker [global options] command [command options] [arguments...]

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

GLOBAL OPTIONS:
   --domain value, -d value  Domain name to check.
   --port value, -p value    Port number to check.
   --help, -h                show help (default: false)

About

A tiny tool that checks the given domain is down.

License:MIT License


Languages

Language:Go 100.0%