feat(edge,protocol,test): add configurable edge bind address and expand flow-control test coverage

This commit is contained in:
2026-03-16 23:35:02 +00:00
parent 982f648928
commit 17d1a795cd
8 changed files with 636 additions and 3 deletions

View File

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