Leadaxe:LxBox 可通过自定义抓取身份导入 Happ 返回的 Xray JSON 节点
Leadaxe 在 LxBox 议题中说明,Happ 配置里的 VLESS + REALITY + Vision 节点本身不是内核限制,差异来自订阅面板按请求头返回不同节点;LxBox 可在订阅或全局设置中自定义 User-Agent 和 HWID,随后解析 Xray JSON 中的 proxy、member、balancer 与 burstObservatory,但不导入 Xray 路由规则和 DNS。
作者原文@LeadaxeHi! This is most likely not a core limitation. Both outbounds in the Happ config are plain vless + REALITY + vision, sing-box handles those fine. What differs is the servers themselves: note the different
shortIds (0c/1fvs26a8). Your provider simply hands out a different set of nodes depending on which client asks.The panel decides that by the request headers, and you can change both in LxBox:
- per subscription: open the subscription → settings → Fetch identity → enable Custom identity. There you get Custom User-Agent and Send HWID (
x-hwid, plusx-device-os,x-ver-os,x-device-model, all editable);- globally for all subscriptions: app Settings → Subscriptions, same fields.
So set the User-Agent to what Happ sends (and turn on Send HWID if the panel has device limits), update the subscription, and you get the Happ version of it, which LxBox can use as is. It parses Xray JSON configs:
proxyandmemberbecome nodes, and the balancer comes along too.routing.balancers+burstObservatoryturn into an auto-select node named afterremarks(yourroundRobinbecomes a round-robin pool over both servers, with the ping URL and interval taken frompingConfig). Only the Xray routing rules and DNS are not imported, LxBox has its own routing for that.Please tell me what you get after that: do the nodes appear, and do they pass the whitelist?