| Age | Commit message (Collapse) | Author |
|
clash-api for sing-box use `processPath` field which is the full-path of the captured process.
- On Windows: `\Device\HarddiskVolume3\Path\To\Program.exe`
- On Linux: `/path/to/program (username)`
grab the last part of the full path and render as `process`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit e4e921e0b93f74bf126ca80cbb83f5e912f73a88, reversing
changes made to a825925cc97d95762634d234ef06be1627a21fb1.
|
|
|
|
ref #619
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #699
Illegal url splicing may lead to misjudgment of ad block,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for https://github.com/haishanh/yacd/issues/338
|
|
|
|
|
|
|
|
see also #14
|