fix(remoteingress-core): avoid spurious tunnel disconnect events and increase control channel capacity

This commit is contained in:
2026-03-16 22:46:51 +00:00
parent e0c469147e
commit 3a2a060a85
4 changed files with 14 additions and 4 deletions

View File

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