BREAKING CHANGE(remote-ingress): replace tlsConfigured boolean with tlsMode (custom | acme | self-signed) and compute TLS mode server-side

This commit is contained in:
2026-02-27 00:04:24 +00:00
parent e58e24a92d
commit 8f570ae8a0
6 changed files with 27 additions and 5 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/dcrouter',
version: '9.3.0',
version: '10.0.0',
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
}