fix(remoteingress-core): perform graceful TLS shutdown on edge and hub tunnel streams

This commit is contained in:
2026-03-17 12:04:20 +00:00
parent 9922c3b020
commit 264e8eeb97
4 changed files with 23 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/remoteingress',
version: '4.8.6',
version: '4.8.7',
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.'
}