feat(proxies): introduce nftables command executor and utilities, default certificate provider, expanded route/socket helper modules, and security improvements
This commit is contained in:
@@ -6,8 +6,13 @@ export * from './models/index.js';
|
||||
|
||||
// Export HttpProxy and supporting classes
|
||||
export { HttpProxy } from './http-proxy.js';
|
||||
export { CertificateManager } from './certificate-manager.js';
|
||||
export { DefaultCertificateProvider } from './default-certificates.js';
|
||||
export { ConnectionPool } from './connection-pool.js';
|
||||
export { RequestHandler } from './request-handler.js';
|
||||
export type { IMetricsTracker, MetricsTracker } from './request-handler.js';
|
||||
export { WebSocketHandler } from './websocket-handler.js';
|
||||
|
||||
/**
|
||||
* @deprecated Use DefaultCertificateProvider instead. This alias is for backward compatibility.
|
||||
*/
|
||||
export { DefaultCertificateProvider as CertificateManager } from './default-certificates.js';
|
||||
|
||||
Reference in New Issue
Block a user