alphaxcv/Setup Multi-Protocol Proxy (sing-box)
解析 vless/vmess/trojan/hysteria2/tuic/anytls/socks5 节点链接, 启动本地 sing-box 作为 SOCKS5/HTTP 代理,供后续步骤使用。 仅支持 Linux (amd64/arm64/386/armv7/s390x) runner。
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node_link | 代理节点链接,例如 vless://uuid@host:port?... 为空时跳过代理设置(直连模式)。 | no | "" |
| singbox_version | 指定 sing-box 版本(不填则自动获取最新稳定版) | no | "" |
Outputs
| name | description |
|---|---|
| is_proxy | 'true' 表示代理已成功启动并可用,'false' 表示直连或代理失败 |
| proxy_server | 代理地址,例如 socks5://127.0.0.1:1080(仅 is_proxy=true 时有值) |