fix(remoteingress-core): improve tunnel reconnect and frame write efficiency

This commit is contained in:
2026-03-16 09:44:31 +00:00
parent a08011d2da
commit ed52520d50
4 changed files with 31 additions and 20 deletions

View File

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