feat(dcrouter): add configurable baseDir and centralized path resolution; use resolved data paths for storage, cache and DNS

This commit is contained in:
2026-02-16 09:52:38 +00:00
parent 4d77a94bbb
commit 090bd747e1
6 changed files with 55 additions and 38 deletions

View File

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