From 6a55a7b52337213e45b8f027cced37cb9f12c0f7 Mon Sep 17 00:00:00 2001 From: MachX <28209092+machsix@users.noreply.github.com> Date: Tue, 15 Sep 2026 13:11:48 -0400 Subject: [PATCH] Modify port setting to enable port range for hysteria2 Updated port configuration to include a range for port jumping. --- docs/config/inbound/listeners/hysteria2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/inbound/listeners/hysteria2.md b/docs/config/inbound/listeners/hysteria2.md index 7dfb12b85..232f2ede4 100644 --- a/docs/config/inbound/listeners/hysteria2.md +++ b/docs/config/inbound/listeners/hysteria2.md @@ -4,7 +4,7 @@ listeners: - name: hy-in type: hysteria2 - port: 8443 + port: 8443,20000-50000 # 使用端口范围来启用端口跳跃 https://wiki.metacubex.one/handbook/syntax/#port-ranges listen: 0.0.0.0 # routing-mark: 0 # 为监听socket设置routing-mark(仅支持linux) users: