feat(smartnetwork): Add randomizable port search and switch DNS resolution to @push.rocks/smartdns; export smartdns and update docs

This commit is contained in:
2025-09-12 17:59:06 +00:00
parent e70e5ac15c
commit b219ec2208
7 changed files with 382 additions and 132 deletions

View File

@@ -6,11 +6,12 @@ import * as perfHooks from 'perf_hooks';
export { os, https, perfHooks };
// @pushrocks scope
import * as smartdns from '@push.rocks/smartdns';
import * as smartping from '@push.rocks/smartping';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartstring from '@push.rocks/smartstring';
export { smartpromise, smartping, smartstring };
export { smartdns, smartpromise, smartping, smartstring };
// @third party scope
// @ts-ignore