update
This commit is contained in:
@ -3,7 +3,8 @@
|
||||
*/
|
||||
|
||||
// Legacy exports (to maintain backward compatibility)
|
||||
export * from './nfttablesproxy/classes.nftablesproxy.js';
|
||||
// Migrated to the new proxies structure
|
||||
export * from './proxies/nftables-proxy/index.js';
|
||||
export * from './networkproxy/index.js';
|
||||
// Export port80handler elements selectively to avoid conflicts
|
||||
export {
|
||||
@ -17,11 +18,13 @@ export {
|
||||
export { Port80HandlerEvents } from './certificate/events/certificate-events.js';
|
||||
|
||||
export * from './redirect/classes.redirect.js';
|
||||
export * from './smartproxy/classes.smartproxy.js';
|
||||
export * from './proxies/smart-proxy/index.js';
|
||||
// Original: export * from './smartproxy/classes.pp.snihandler.js'
|
||||
// Now we export from the new module
|
||||
export { SniHandler } from './tls/sni/sni-handler.js';
|
||||
export * from './smartproxy/classes.pp.interfaces.js';
|
||||
// Original: export * from './smartproxy/classes.pp.interfaces.js'
|
||||
// Now we export from the new module
|
||||
export * from './proxies/smart-proxy/models/interfaces.js';
|
||||
|
||||
// Core types and utilities
|
||||
export * from './core/models/common-types.js';
|
||||
|
Reference in New Issue
Block a user