@push.rocks/smartdns
Version:
A robust TypeScript library providing advanced DNS management and resolution capabilities including support for DNSSEC, custom DNS servers, and integration with various DNS providers.
15 lines (14 loc) • 484 B
TypeScript
import crypto from 'crypto';
import dgram from 'dgram';
import fs from 'fs';
import http from 'http';
import https from 'https';
import * as net from 'net';
import * as path from 'path';
export { crypto, dgram, fs, http, https, net, path, };
import * as smartpromise from '@push.rocks/smartpromise';
export { smartpromise, };
import elliptic from 'elliptic';
import * as dnsPacket from 'dns-packet';
import * as minimatch from 'minimatch';
export { dnsPacket, elliptic, minimatch, };