UNPKG

@push.rocks/smartproxy

Version:

A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.

9 lines (8 loc) 282 B
/** * Generate a self-signed fallback certificate (CN=SmartProxy Default Certificate, SAN=*). * Used as the '*' wildcard fallback so TLS handshakes never reset due to missing certs. */ export declare function generateDefaultCertificate(): { cert: string; key: string; };