Skip to content

Conversation

@Someone-Practice
Copy link

I'm not sure whether note or warning will be more suitable.

nekohasekai and others added 24 commits April 1, 2024 15:01
The `process_path` rule of sing-box is inherited from Clash,
the original code uses the local system's path format (e.g. `\Device\HarddiskVolume1\folder\program.exe`),
but when the device has multiple disks, the HarddiskVolume serial number is not stable.

This change make QueryFullProcessImageNameW output a Win32 path (such as `C:\folder\program.exe`),
which will disrupt the existing `process_path` use cases in Windows.
For historical reasons, sing-box's `domain_suffix` rule matches literal prefixes instead of the same as other projects.

This change modifies the behavior of `domain_suffix`: If the rule value is prefixed with `.`,
the behavior is unchanged, otherwise it matches `(domain|.+\.domain)` instead.
@nekohasekai nekohasekai force-pushed the dev-next branch 6 times, most recently from bf612be to 12e4ec5 Compare April 12, 2024 02:41
@nekohasekai nekohasekai force-pushed the dev-next branch 2 times, most recently from c7ddfec to 5dd4358 Compare September 23, 2025 09:28
@nekohasekai nekohasekai force-pushed the dev-next branch 4 times, most recently from af0df73 to ba496ae Compare October 7, 2025 06:09
@nekohasekai nekohasekai force-pushed the dev-next branch 10 times, most recently from ab7df4d to 609bd63 Compare October 16, 2025 15:25
@nekohasekai nekohasekai force-pushed the dev-next branch 12 times, most recently from 6b82890 to c689437 Compare October 24, 2025 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants