2025-05-09 17:00:27 +00:00
|
|
|
/**
|
|
|
|
* Forwarding configuration exports
|
2025-05-10 13:59:34 +00:00
|
|
|
*
|
|
|
|
* Note: The legacy domain-based configuration has been replaced by route-based configuration.
|
|
|
|
* See /ts/proxies/smart-proxy/models/route-types.ts for the new route-based configuration.
|
2025-05-09 17:00:27 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
export * from './forwarding-types.js';
|
2025-05-10 13:59:34 +00:00
|
|
|
export * from '../../proxies/smart-proxy/utils/route-helpers.js';
|