A TypeScript library for smart DNS methods, supporting various DNS records and providers.
Go to file
2020-02-15 16:41:38 +00:00
.vscode BREAKING CHANGE(core): now uses Google DNS HTTPS API and handles DNSSEC validation 2020-02-15 16:41:37 +00:00
test BREAKING CHANGE(core): now uses Google DNS HTTPS API and handles DNSSEC validation 2020-02-15 16:41:37 +00:00
ts BREAKING CHANGE(core): now uses Google DNS HTTPS API and handles DNSSEC validation 2020-02-15 16:41:37 +00:00
.gitignore BREAKING CHANGE(core): now uses Google DNS HTTPS API and handles DNSSEC validation 2020-02-15 16:41:37 +00:00
.gitlab-ci.yml BREAKING CHANGE(core): now uses Google DNS HTTPS API and handles DNSSEC validation 2020-02-15 16:41:37 +00:00
npmextra.json BREAKING CHANGE(core): now uses Google DNS HTTPS API and handles DNSSEC validation 2020-02-15 16:41:37 +00:00
package-lock.json 4.0.0 2020-02-15 16:41:38 +00:00
package.json 4.0.0 2020-02-15 16:41:38 +00:00
readme.md BREAKING CHANGE(core): now uses Google DNS HTTPS API and handles DNSSEC validation 2020-02-15 16:41:37 +00:00
tslint.json fix(core): update 2019-01-07 00:21:15 +01:00

@[object Object]/[object Object]

[object Object]

  • [npmjs.org (npm package)](https://www.npmjs.com/package/[object Object])
  • [gitlab.com (source)](https://[object Object]/[object Object]/[object Object])
  • [github.com (source mirror)](https://github.com/[object Object]/[object Object])
  • [docs (typedoc)](https://[object Object].gitlab.io/[object Object]/)

Status for master

[![pipeline status](https://[object Object]/[object Object]/[object Object]/badges/master/pipeline.svg)](https://[object Object]/[object Object]/[object Object]/commits/master) [![coverage report](https://[object Object]/[object Object]/[object Object]/badges/master/coverage.svg)](https://[object Object]/[object Object]/[object Object]/commits/master) [![npm downloads per month](https://img.shields.io/npm/dm/[object Object].svg)](https://www.npmjs.com/package/[object Object]) [![Known Vulnerabilities](https://snyk.io/test/npm/[object Object]/badge.svg)](https://snyk.io/test/npm/[object Object]) TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class instellisense.

const mySmartDns = new smartdns.SmartDns(); // uses Google DNS Https API
const demoRecord = mySmartDns.getRecord('example.com', 'AAAA') // returns promise
/*
demoRecord looks like this:
{
  name: 'example.com',
  type: 'A',
  dnsSecEnabled: true,
  value: '104.24.103.243'
}
*/

For further information read the linked docs at the top of this README.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer

For further information read the linked docs at the top of this readme.

[object Object] licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer