0.0.3 • Published 6 years ago

spf-validator-dns v0.0.3

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
6 years ago

spf-validator

Build Status Dependency Status Maintainability


Installation

This module is installed via npm:

npm install --save spf-validator-dns

Description

This module provides a simple interface to validate if an IP address is a valid sender for a given email domain.

Usage

const SPFValidator = require('spf-validator-dns').SPFValidator;

let validator = new SPFValidator({'domain': 'google.com', 'expandIncludes': true);
validator.validateSender('172.217.9.142').then(function(result){
  console.log(result); //Should be "PASS"
});
0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago