# Hysteria2 + VLESS+Reality 双节点配置 — 用于 Clash Meta / Mihomo 内核 # # 使用策略: # - 平时 → 选 HK-Hysteria2(快,UDP,Brutal 拥塞控制) # - 大会/敏感期 → 选 HK-Reality(稳,TCP,抗检测 9/10) # # 审计方: Google Gemini 3 Flash — 审计通过 # 更新: 2026-04-29 — 新增 VLESS+Reality 节点 proxies: # ⚡ 速度优先 — Hysteria2 (UDP, Brutal 拥塞控制) - name: "HK-Hysteria2" type: hysteria2 server: hk.sercypress.cn port: 8443 password: xQ4Zhj4FMghsIGHi1b8EOfxj sni: hk.sercypress.cn skip-cert-verify: false alpn: - h3 up: "30 Mbps" down: "100 Mbps" client-fingerprint: chrome # 🛡️ 隐身优先 — VLESS+Reality (TCP, 借用 microsoft.com TLS) - name: "HK-Reality" type: vless server: hk.sercypress.cn port: 50888 uuid: 78061f24-730e-4b1e-abad-54c2c50df43b flow: xtls-rprx-vision network: tcp tls: true servername: www.microsoft.com reality-opts: public-key: 1nmA-xRWCwDIKtMnAQw0fpbbXPxtGmP7zYWr52MlFjg short-id: 92981822eab65778 client-fingerprint: chrome # ============================================ # 使用示例 — 添加到你的 proxy-groups: # ============================================ # proxy-groups: # - name: "Proxy" # type: select # proxies: # - HK-Hysteria2 # - HK-Reality # - DIRECT