1.1.0 • Published 7 years ago

as-dns v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

as-dns

CLI tool for checking domain DNS.

Usage: as-dns [options] <website>
  Options:
    -h, --help     output usage information
    -a, --A        IPV4 addresses
    -b, --AAAA     IPV6 addresses
    -c, --MX       Mail exchange records
    -d, --TXT      Text records
    -e, --SRV      SRV records
    -f, --PTR      PTR records
    -g, --NS       Name server records
    -h, --CNAME    Canonical name records
    -i, --SOA      Start of authority record
    -j, --NAPTR    Name authority pointer record
    -k, --ANY      Any
    -l, --TCP      Use TCP instead of default UDP
    -m, --TIMEOUT  Use custom timeout instead of 1000 ms
    -n, --DNSIP    Use custom dns adress
    -o, --DNSPORT  Use custom dns port

Installation

  • Install Node.js and npm
  • Run npm install -g as-dns
  • Run as-dns --help or start using like as-dns pja.edu.pl --ANY