fix(remoteingress-core): preserve reconnected edge entries during disconnect cleanup

This commit is contained in:
2026-03-20 00:11:34 +00:00
parent c7641853cf
commit e84eecf82c
3 changed files with 17 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/remoteingress',
version: '4.13.1',
version: '4.13.2',
description: 'Edge ingress tunnel for DcRouter - tunnels TCP and UDP traffic from the network edge to SmartProxy over TLS or QUIC, preserving client IP via PROXY protocol.'
}