feat(Port80Handler): Add automatic certificate issuance with ACME client

This commit is contained in:
2025-02-24 10:00:57 +00:00
parent 266895ccc5
commit 31e15b65ec
6 changed files with 210 additions and 11 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '3.10.5',
version: '3.11.0',
description: 'a proxy for handling high workloads of proxying'
}