feat(hub): add optional TLS certificate/key support to hub start config and bridge

This commit is contained in:
2026-02-26 23:47:16 +00:00
parent 417f62e646
commit 56a14aa7c5
4 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/remoteingress',
version: '4.2.0',
version: '4.3.0',
description: 'Edge ingress tunnel for DcRouter - accepts incoming TCP connections at network edge and tunnels them to DcRouter SmartProxy preserving client IP via PROXY protocol v1.'
}