fix(ts_server): Update DnsSec class to fully implement key generation and DNSKEY record creation.

This commit is contained in:
2024-09-19 18:23:42 +02:00
parent 1536475306
commit 439d08b023
3 changed files with 145 additions and 47 deletions

View File

@ -1,10 +1,12 @@
// node native
import crypto from 'crypto';
import fs from 'fs';
import http from 'http';
import https from 'https';
import dgram from 'dgram';
export {
crypto,
fs,
http,
https,