root-hints

Provides IP addresses of the DNS root servers, also known as 'root hints'.

BSD-2-Clause 27 个版本
安装
npm install root-hints
yarn add root-hints
pnpm add root-hints
bun add root-hints
README

root-hints

Provides IP addresses of the DNS root servers, also known as root hints.

Installation

$ npm i root-hints

Usage

const rootHints = require('root-hints');

rootHints('A');
// ['198.41.0.4', '192.228.79.201', ...]

rootHints('AAAA');
// ['2001:503:BA3E::2:30', '2001:500:84::B', ...]

rootHints();
// [{ A: '198.41.0.4', AAAA: '2001:503:ba3e::2:30', name: 'a.root-servers.net' }, ...]

© silverwind, distributed under BSD licence

版本列表
4.0.2 2026-05-21
4.0.1 2020-10-09
4.0.0 2019-11-21
3.0.0 2018-06-03
2.0.3 2018-01-23
2.0.2 2017-12-03
2.0.1 2017-11-18
2.0.0 2017-06-21
1.0.15 2017-06-03
1.0.14 2017-03-20
1.0.13 2017-03-20
1.0.12 2016-11-03
1.0.11 2016-09-24
1.0.10 2016-04-06
1.0.9 2016-03-03
1.0.8 2015-12-12
1.0.7 2015-09-25
1.0.6 2015-09-11
1.0.5 2015-08-07
1.0.4 2015-06-27
1.0.3 2015-05-24
1.0.2 2015-05-24
1.0.1 2015-01-31
1.0.0 2015-01-31
0.2.1 2015-01-29
0.2.0 2014-10-02
0.1.0 2014-09-26