-- xray / v2ray (JSON config, same shape) --------------------------------
()
| 55 | // -- xray / v2ray (JSON config, same shape) -------------------------------- |
| 56 | |
| 57 | func detectXray() (Client, bool) { return detectJSONProxy("xray", xrayConfigPaths()) } |
| 58 | func detectV2ray() (Client, bool) { return detectJSONProxy("v2ray", v2rayConfigPaths()) } |
| 59 | |
| 60 | // detectJSONProxy looks for an executable on PATH and a config file in one |
no test coverage detected