2017 © Pedro Peláez
 

cli domain-checker

Checks domains and their A records.

image

becklyn/domain-checker

Checks domains and their A records.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 17 % Grown

The README.md

Domain Checker

A simple CLI tool to check where A records of a given domain list point to. Can also validate, that they point to the correct IP., (*1)

Installation

composer global require becklyn/domain-checker

Usage

Call the CLI command in the directory containing the config., (*2)

# use with default filename "domains.yaml"
domain-checker

# or use with other file name
domain-checker check other-file.yaml

Config File

The config file defines the domains to check and optionally the desired target IP:, (*3)

ip: 127.0.0.1 # optional

domains:
    - example.org
    - sub.example.com

If only a domain without subdomain is given, both the main domain and the "www." subdomain are automatically added., (*4)

So in the example config, the following domains will be checked:, (*5)

  • example.org
  • www.example.org
  • sub.example.com

The Versions

24/05 2018
24/05 2018
24/05 2018
24/05 2018