1.1.98 • Published 4 years ago

dnslint v1.1.98

Weekly downloads
144
License
LGPL-3.0
Repository
github
Last release
4 years ago

logo

DNSLint (tool-domains-nodejs)

NPM

npm version npm.ioDepShield Badge npm

Codacy Badge Maintainability BCH compliance

Table of Contents

Description

Internal XY tool for checking domain configurations in AWS

Getting started

# install globally
npm install -g dnslint

This will expose a cli named dnslint to launch the tool.

Note: Make sure you have your AWS credatials configured

# Start check
dnslint

This will scan your entire AWS Route53 and output results in output.json

CLI options

Options:
  -V, --version                output the version number
  -o, --output [value]         Output file path (default: "dnslint-report.json")
  -d, --domainToCheck [value]  Domain to Check
  -h, --help                   output usage information

Other Scanning Sites

Apple Search Validator

SecurityHeaders

MX Toolbax Super Tool

Config File dnslint.json

Make sure you put the config file in the same folder from where you are running the tool.

{
  "$schema": "https://raw.githubusercontent.com/XYOracleNetwork/tool-domains-nodejs/master/dist/schema/dnslint.schema.json#",
  "aws": {
    "enabled": true
  },
  "domains": [
    {
      "name": "*",
      "reverseDNS": {
        "enabled": false
      },
      "records": [
        {
          "type": "*",
          "html": true
        }
      ]
    },
    {
      "name": "xy.company",
      "enabled": true
    }
  ]
}

AWS Support

When aws=true is set in the dnslint.json file, then dnslint will read a list of domains from Route53, using the credentials configured in the AWS CLI

Developer Guide

Install dependencies

This project uses yarn as a package manager

  # install dependencies
  yarn install

Developers should conform to git flow workflow. Additionally, we should try to make sure every commit builds. Commit messages should be meaningful serve as a meta history for the repository. Please squash meaningless commits before submitting a pull-request.

There is git hook on commits to validate the project builds. If you'd like to commit your changes while developing locally and want to skip this step you can use the --no-verify commit option.

i.e.

  git commit --no-verify -m "COMMIT MSG"

License

See the LICENSE.md file for license details.

Credits

Made with 🔥and ❄️ by XY - The Persistent Company

1.1.98

4 years ago

1.1.96

5 years ago

1.1.95

5 years ago

1.1.93

5 years ago

1.1.88

5 years ago

1.1.87

5 years ago

1.1.83

5 years ago

1.1.82

5 years ago

1.1.81

5 years ago

1.1.80

5 years ago

1.1.79

5 years ago

1.1.77

5 years ago

1.1.76

5 years ago

1.1.69

5 years ago

1.1.67

5 years ago

1.1.61

5 years ago

1.1.60

5 years ago

1.1.59

5 years ago

1.1.56

5 years ago

1.1.55

5 years ago

1.1.54

5 years ago

1.1.53

5 years ago

1.1.52

5 years ago

1.1.51

5 years ago

1.1.50

5 years ago

1.1.49

5 years ago

1.1.48

5 years ago

1.1.45

5 years ago

1.1.44

5 years ago

1.1.42

5 years ago

1.1.41

5 years ago

1.1.40

5 years ago

1.1.38

5 years ago

1.1.37

5 years ago

1.1.32

5 years ago

1.1.31

5 years ago

1.1.29

5 years ago

1.1.26

5 years ago

1.1.25

5 years ago

1.1.24

5 years ago

1.1.23

5 years ago

1.1.22

5 years ago

1.1.19

5 years ago

1.1.17

5 years ago

1.1.13

5 years ago

1.1.11

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago