feat(http3): add automatic HTTP/3 route augmentation for qualifying HTTPS routes

This commit is contained in:
2026-03-19 19:06:15 +00:00
parent 6d4e30e8a9
commit c7de3873d8
11 changed files with 503 additions and 10 deletions

View File

@@ -14,6 +14,9 @@ export * from './radius/index.js';
// Remote Ingress module
export * from './remoteingress/index.js';
// HTTP/3 module
export type { IHttp3Config } from './http3/index.js';
export const runCli = async () => {
let options: import('./classes.dcrouter.js').IDcRouterOptions = {};