feat(AcmeCertManager): Introduce AcmeCertManager for enhanced ACME certificate management

This commit is contained in:
2025-03-06 08:27:44 +00:00
parent 0574331b91
commit eea8942670
5 changed files with 773 additions and 91 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '3.26.0',
version: '3.27.0',
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.'
}