fix(remoteingress-core): default edge transport mode to QUIC with fallback

This commit is contained in:
2026-03-19 23:28:38 +00:00
parent 693031ecdd
commit 6e2025db3e
3 changed files with 7 additions and 2 deletions

View File

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