feat(docs): document TCP and UDP tunneling over TLS and QUIC

This commit is contained in:
2026-03-19 14:43:42 +00:00
parent 948032fc9e
commit a2cdadc5e3
4 changed files with 155 additions and 162 deletions

View File

@@ -2,7 +2,7 @@
"name": "@serve.zone/remoteingress",
"version": "4.12.1",
"private": false,
"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.",
"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.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",